refactor: migrate legacy wire namespace to wrn
Quality / quality (ubuntu-latest) (push) Failing after 9m49s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-12 18:51:15 +05:30
parent ec23dd4c93
commit 2c960fc1dc
488 changed files with 27306 additions and 19063 deletions
@@ -3227,7 +3227,7 @@ export async function runAuthzCommand(
}
```
- [ ] **Step 4: Wire it into the CLI**
- [ ] **Step 4: WrNexus it into the CLI**
In `packages/cli/src/index.ts`, add immediately after the `case "db"` block:
@@ -3257,7 +3257,7 @@ git commit -m "feat(cli): add wrnexus authz list/generate/init"
---
## Task 14: Wire the catalog into dev and prod boot
## Task 14: WrNexus the catalog into dev and prod boot
**Files:**
@@ -3375,7 +3375,7 @@ git commit -m "feat(dev-server): load the authz catalog at boot"
---
## Task 15: Example app wiring and documentation
## Task 15: Example app integration and documentation
**Files:**