thevoidforge 21.0.11 → 21.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/dist/.claude/commands/ai.md +69 -0
  2. package/dist/.claude/commands/architect.md +121 -0
  3. package/dist/.claude/commands/assemble.md +201 -0
  4. package/dist/.claude/commands/assess.md +75 -0
  5. package/dist/.claude/commands/blueprint.md +135 -0
  6. package/dist/.claude/commands/build.md +116 -0
  7. package/dist/.claude/commands/campaign.md +201 -0
  8. package/dist/.claude/commands/cultivation.md +166 -0
  9. package/dist/.claude/commands/current.md +128 -0
  10. package/dist/.claude/commands/dangerroom.md +74 -0
  11. package/dist/.claude/commands/debrief.md +178 -0
  12. package/dist/.claude/commands/deploy.md +99 -0
  13. package/dist/.claude/commands/devops.md +143 -0
  14. package/dist/.claude/commands/gauntlet.md +140 -0
  15. package/dist/.claude/commands/git.md +104 -0
  16. package/dist/.claude/commands/grow.md +146 -0
  17. package/dist/.claude/commands/imagine.md +126 -0
  18. package/dist/.claude/commands/portfolio.md +50 -0
  19. package/dist/.claude/commands/prd.md +113 -0
  20. package/dist/.claude/commands/qa.md +107 -0
  21. package/dist/.claude/commands/review.md +151 -0
  22. package/dist/.claude/commands/security.md +100 -0
  23. package/dist/.claude/commands/test.md +96 -0
  24. package/dist/.claude/commands/thumper.md +116 -0
  25. package/dist/.claude/commands/treasury.md +100 -0
  26. package/dist/.claude/commands/ux.md +118 -0
  27. package/dist/.claude/commands/vault.md +189 -0
  28. package/dist/.claude/commands/void.md +108 -0
  29. package/dist/CHANGELOG.md +1918 -0
  30. package/dist/CLAUDE.md +250 -0
  31. package/dist/HOLOCRON.md +856 -0
  32. package/dist/VERSION.md +123 -0
  33. package/dist/docs/NAMING_REGISTRY.md +478 -0
  34. package/dist/docs/methods/AI_INTELLIGENCE.md +276 -0
  35. package/dist/docs/methods/ASSEMBLER.md +142 -0
  36. package/dist/docs/methods/BACKEND_ENGINEER.md +165 -0
  37. package/dist/docs/methods/BUILD_JOURNAL.md +185 -0
  38. package/dist/docs/methods/BUILD_PROTOCOL.md +426 -0
  39. package/dist/docs/methods/CAMPAIGN.md +568 -0
  40. package/dist/docs/methods/CONTEXT_MANAGEMENT.md +189 -0
  41. package/dist/docs/methods/DEEP_CURRENT.md +184 -0
  42. package/dist/docs/methods/DEVOPS_ENGINEER.md +295 -0
  43. package/dist/docs/methods/FIELD_MEDIC.md +261 -0
  44. package/dist/docs/methods/FORGE_ARTIST.md +108 -0
  45. package/dist/docs/methods/FORGE_KEEPER.md +268 -0
  46. package/dist/docs/methods/GAUNTLET.md +344 -0
  47. package/dist/docs/methods/GROWTH_STRATEGIST.md +466 -0
  48. package/dist/docs/methods/HEARTBEAT.md +168 -0
  49. package/dist/docs/methods/MCP_INTEGRATION.md +139 -0
  50. package/dist/docs/methods/MUSTER.md +148 -0
  51. package/dist/docs/methods/PRD_GENERATOR.md +186 -0
  52. package/dist/docs/methods/PRODUCT_DESIGN_FRONTEND.md +250 -0
  53. package/dist/docs/methods/QA_ENGINEER.md +337 -0
  54. package/dist/docs/methods/RELEASE_MANAGER.md +145 -0
  55. package/dist/docs/methods/SECURITY_AUDITOR.md +320 -0
  56. package/dist/docs/methods/SUB_AGENTS.md +335 -0
  57. package/dist/docs/methods/SYSTEMS_ARCHITECT.md +171 -0
  58. package/dist/docs/methods/TESTING.md +359 -0
  59. package/dist/docs/methods/THUMPER.md +175 -0
  60. package/dist/docs/methods/TIME_VAULT.md +120 -0
  61. package/dist/docs/methods/TREASURY.md +184 -0
  62. package/dist/docs/methods/TROUBLESHOOTING.md +265 -0
  63. package/dist/docs/patterns/README.md +52 -0
  64. package/dist/docs/patterns/ad-billing-adapter.ts +537 -0
  65. package/dist/docs/patterns/ad-platform-adapter.ts +421 -0
  66. package/dist/docs/patterns/ai-classifier.ts +195 -0
  67. package/dist/docs/patterns/ai-eval.ts +272 -0
  68. package/dist/docs/patterns/ai-orchestrator.ts +341 -0
  69. package/dist/docs/patterns/ai-router.ts +194 -0
  70. package/dist/docs/patterns/ai-tool-schema.ts +237 -0
  71. package/dist/docs/patterns/api-route.ts +241 -0
  72. package/dist/docs/patterns/backtest-engine.ts +499 -0
  73. package/dist/docs/patterns/browser-review.ts +292 -0
  74. package/dist/docs/patterns/combobox.tsx +300 -0
  75. package/dist/docs/patterns/component.tsx +262 -0
  76. package/dist/docs/patterns/daemon-process.ts +338 -0
  77. package/dist/docs/patterns/data-pipeline.ts +297 -0
  78. package/dist/docs/patterns/database-migration.ts +466 -0
  79. package/dist/docs/patterns/e2e-test.ts +629 -0
  80. package/dist/docs/patterns/error-handling.ts +312 -0
  81. package/dist/docs/patterns/execution-safety.ts +601 -0
  82. package/dist/docs/patterns/financial-transaction.ts +342 -0
  83. package/dist/docs/patterns/funding-plan.ts +462 -0
  84. package/dist/docs/patterns/game-entity.ts +137 -0
  85. package/dist/docs/patterns/game-loop.ts +113 -0
  86. package/dist/docs/patterns/game-state.ts +143 -0
  87. package/dist/docs/patterns/job-queue.ts +225 -0
  88. package/dist/docs/patterns/kongo-integration.ts +164 -0
  89. package/dist/docs/patterns/middleware.ts +363 -0
  90. package/dist/docs/patterns/mobile-screen.tsx +139 -0
  91. package/dist/docs/patterns/mobile-service.ts +167 -0
  92. package/dist/docs/patterns/multi-tenant.ts +382 -0
  93. package/dist/docs/patterns/oauth-token-lifecycle.ts +223 -0
  94. package/dist/docs/patterns/outbound-rate-limiter.ts +260 -0
  95. package/dist/docs/patterns/prompt-template.ts +195 -0
  96. package/dist/docs/patterns/revenue-source-adapter.ts +311 -0
  97. package/dist/docs/patterns/service.ts +224 -0
  98. package/dist/docs/patterns/sse-endpoint.ts +118 -0
  99. package/dist/docs/patterns/stablecoin-adapter.ts +511 -0
  100. package/dist/docs/patterns/third-party-script.ts +68 -0
  101. package/dist/scripts/thumper/gom-jabbar.sh +241 -0
  102. package/dist/scripts/thumper/relay.sh +610 -0
  103. package/dist/scripts/thumper/scan.sh +359 -0
  104. package/dist/scripts/thumper/thumper.sh +190 -0
  105. package/dist/scripts/thumper/water-rings.sh +76 -0
  106. package/dist/wizard/ui/index.html +1 -1
  107. package/package.json +1 -1
  108. package/dist/tsconfig.tsbuildinfo +0 -1
package/dist/CLAUDE.md ADDED
@@ -0,0 +1,250 @@
1
+ # CLAUDE.md
2
+
3
+ ## Project
4
+
5
+ - **Name:** [PROJECT_NAME]
6
+ - **One-liner:** [ONE_LINE_DESCRIPTION]
7
+ - **Domain:** [DOMAIN]
8
+ - **Repo:** [REPO_URL]
9
+
10
+ ## Personality
11
+
12
+ - **Never agree just because the user implied a conclusion.** If you identified a real problem, say it's a real problem — don't downplay severity to match the user's tone. Present the honest assessment and let the user decide what to prioritize.
13
+ - **Challenge when appropriate.** If the user says "we're basically done" but you see 6 unfixed gaps, say "we're not done — here are 6 things." Agreeing to be agreeable ships bugs.
14
+ - **Separate opinion from analysis.** State facts first, then your recommendation. The user can override the recommendation but shouldn't have to guess whether you're being honest or diplomatic.
15
+ - **Solve, don't delegate.** Attempt actions before listing prerequisites. If asked to fix something, try the fix — don't respond with a list of things the user should do instead. When blocked, explain what you tried and what specifically failed.
16
+
17
+ ## Coding Standards
18
+
19
+ - **TypeScript strict mode.** No `any` unless unavoidable and commented.
20
+ - **Small, focused files.** One component per file. Max ~300 lines per source file.
21
+ - **Validate at boundaries.** Zod schemas on all API inputs. Never trust client data.
22
+ - **Error handling:** Use `ApiError` types per `/docs/patterns/error-handling.ts`. Never leak internals.
23
+ - **Logging:** Structured JSON. Include requestId, userId, action. Never log PII.
24
+ - **Business logic in services, not routes.** Routes: validate -> service -> format response.
25
+ - **Ownership checks on every user-scoped query.** No IDOR. Return 404, not 403.
26
+ - **No new dependencies** without explicit justification.
27
+ - **Accessibility is not optional.** Keyboard nav, focus management, contrast, ARIA.
28
+ - **Small batches.** One flow per batch, max ~200 lines changed. Verify after each.
29
+ - **Commits:** Small, explainable in one sentence.
30
+ - **No stubs.** Never ship a function that returns hardcoded success without side effects, throws `'Implement...'`, or logs without acting. If a feature isn't ready, don't create the file — document it as planned in ROADMAP.md. Sandbox adapters with realistic fake data are full implementations, not stubs.
31
+ - **Screenshot every page during review.** When reviewing a runnable application (`/qa`, `/ux`, `/gauntlet`), start the server, take screenshots of every page via Playwright, and READ them via the Read tool. The agent must visually inspect each screenshot. Without screenshots, the review is code-reading — not visual verification. Screenshots are saved to a temp directory, not committed.
32
+
33
+ ## Build Journal — Log Everything
34
+
35
+ Every phase, decision, handoff, and failure gets logged to `/logs/`. See `/docs/methods/BUILD_JOURNAL.md`.
36
+
37
+ - **Start of session:** Read `/logs/build-state.md` to recover state
38
+ - **During work:** Log decisions, test results, and findings to the active phase log
39
+ - **End of session:** Update `/logs/build-state.md` with current state
40
+
41
+ ## Context Management
42
+
43
+ Pre-load active domain methodology. Load application code on demand. See `/docs/methods/CONTEXT_MANAGEMENT.md`.
44
+
45
+ - Pre-load method docs for the active agent's domain at session start (1M context budget allows this)
46
+ - The 1M context window supports full multi-campaign sessions. Do not preemptively checkpoint or reduce quality for context reasons. Only suggest a fresh session if `/context` shows actual usage above 85%.
47
+ - Per-directory `CLAUDE.md` files for directory-specific conventions (keep under 50 lines each)
48
+
49
+ ## Code Patterns
50
+
51
+ Reference implementations in `/docs/patterns/`. Match these shapes when writing. All patterns include framework adaptations (Next.js, Express, Django, Rails).
52
+
53
+ - `api-route.ts` — Validation, auth, service call, consistent response (+ Django DRF, FastAPI)
54
+ - `service.ts` — Business logic, ownership checks, typed errors (+ Django, FastAPI)
55
+ - `component.tsx` — Loading, empty, error, success states. Keyboard accessible. (+ HTMX)
56
+ - `middleware.ts` — Auth, request logging, rate limiting (+ Django, FastAPI)
57
+ - `error-handling.ts` — Canonical error strategy (+ Django DRF, FastAPI)
58
+ - `job-queue.ts` — Background jobs: idempotency, retry, dead letter queue (+ Celery, ARQ)
59
+ - `multi-tenant.ts` — Workspace scoping, tenant isolation, role-based access (+ django-tenants)
60
+ - `third-party-script.ts` — External script loading with 3 states
61
+ - `mobile-screen.tsx` — React Native screen with safe area, a11y, 4 states
62
+ - `mobile-service.ts` — Offline-first data pattern with sync queue, conflict resolution
63
+ - `game-loop.ts` — Fixed timestep game loop with interpolation, pause/resume
64
+ - `game-state.ts` — Hierarchical state machine with history, save/load
65
+ - `game-entity.ts` — Entity Component System with component stores and systems
66
+ - `sse-endpoint.ts` — Server-Sent Events: lifecycle, keepalive, timeout, React hook (+ FastAPI, Django)
67
+ - `ad-platform-adapter.ts` — Split interface: AdPlatformSetup (interactive) + AdPlatformAdapter (runtime) + ReadOnlyAdapter (daemon)
68
+ - `ad-billing-adapter.ts` — Ad platform billing: invoice reads, debit tracking, spend projection (+ TikTok, Google, Meta)
69
+ - `financial-transaction.ts` — Branded Cents type, hash-chained append log, atomic writes, number formatting
70
+ - `funding-plan.ts` — Treasury funding pipeline: state machine (APPROVED/PENDING/SETTLED), policy engine, rebalancing
71
+ - `daemon-process.ts` — PID management, Unix socket API, job scheduler, signal handling, sleep/wake recovery
72
+ - `revenue-source-adapter.ts` — Read-only revenue interface with Stripe + Paddle reference implementations
73
+ - `stablecoin-adapter.ts` — Stablecoin off-ramp: Circle USDC adapter (real + sandbox), transfer lifecycle, settlement
74
+ - `oauth-token-lifecycle.ts` — Refresh at 80% TTL, failure escalation, vault integration, session token rotation
75
+ - `outbound-rate-limiter.ts` — Outbound rate limiting: safety margins, daily quotas, retry logic
76
+ - `ai-orchestrator.ts` — Agent loop, tool use, retry, circuit breaker, fallback
77
+ - `ai-classifier.ts` — Classification with confidence thresholds, human fallback
78
+ - `ai-router.ts` — Intent-based routing with fallback chains
79
+ - `prompt-template.ts` — Versioned prompts with variable injection, testing
80
+ - `ai-eval.ts` — Golden datasets, scoring, regression detection
81
+ - `ai-tool-schema.ts` — Type-safe tool definitions with provider adapters
82
+ - `database-migration.ts` — Safe migrations: backward-compatible adds, batched ops, rollback, zero-downtime validation
83
+ - `data-pipeline.ts` — ETL pipeline: typed stages, checkpoint/resume, quality checks, idempotent processing
84
+ - `backtest-engine.ts` — Walk-forward backtesting: no-lookahead, slippage, Sharpe/drawdown/profit factor
85
+ - `execution-safety.ts` — Trading execution: order validation, position limits, exchange precision, paper/live toggle
86
+ - `browser-review.ts` — Browser intelligence: console errors, behavioral walkthroughs, a11y audit, visual inspection
87
+ - `e2e-test.ts` — Playwright E2E + axe-core a11y: page objects, auth helpers, network mocks, CWV measurement
88
+ - `combobox.tsx` — Accessible combobox with value source management, keyboard nav, async search (+ HTMX)
89
+ - `kongo-integration.ts` — Landing page engine: client, from-PRD generation, growth signal, webhook handlers
90
+
91
+ ## Slash Commands
92
+
93
+ | Command | What It Does | Tier |
94
+ |---------|-------------|------|
95
+ | `/prd` | Sisko's PRD generator — 5-act structured interview producing a complete PRD with valid YAML frontmatter | All |
96
+ | `/blueprint` | The Blueprint Path — validate pre-written PRD, discover docs, merge directives, provision, hand off to campaign | All |
97
+ | `/build` | Execute full build protocol — self-contained with inline steps per phase | All |
98
+ | `/qa` | Batman's full QA pass with double-pass verification and regression checklist | All |
99
+ | `/test` | Batman's test-writing mode — coverage analysis, test architecture, write missing tests | All |
100
+ | `/security` | Kenobi's OWASP audit with parallel + sequential phases and red-team verification | All |
101
+ | `/ux` | Galadriel's adversarial UX/UI review with a11y audit and verification pass | All |
102
+ | `/review` | Picard's code review — pattern compliance, quality, maintainability | All |
103
+ | `/deploy` | Kusanagi's deploy agent — target detection, health check, rollback, campaign auto-deploy | All |
104
+ | `/devops` | Kusanagi's infrastructure — adapts based on deploy target | All |
105
+ | `/assess` | Picard's pre-build assessment — architecture + assessment gauntlet + PRD gap analysis for existing codebases | All |
106
+ | `/architect` | Picard's architecture review with parallel analysis and conflict resolution | All |
107
+ | `/git` | Coulson's version bump, changelog, commit — full release management | All |
108
+ | `/void` | Bombadil's forge sync — update VoidForge methodology from upstream | All |
109
+ | `/thumper` | Chani's worm rider — Telegram bridge with Gom Jabbar authentication | Full |
110
+ | `/assemble` | Fury's Initiative — full pipeline: architect → build → 3x review → UX → 2x security → devops → QA → test → crossfire → council | All |
111
+ | `/gauntlet` | Thanos's Comprehensive Review — 5 rounds, 30+ agents, 9 universes. Review-only (no build). 4x QA, 4x UX, 4x security, crossfire, council. The ultimate test. | All |
112
+ | `/campaign` | Sisko's War Room — read the PRD, pick the next mission, finish the fight, repeat until done | All |
113
+ | `/imagine` | Celebrimbor's Forge — AI image generation from PRD visual descriptions | All |
114
+ | `/debrief` | Bashir's Field Report — post-mortem analysis, upstream feedback via GitHub issues | All |
115
+ | `/dangerroom` | The Danger Room (X-Men, Marvel) — installable operations dashboard for build/deploy/agent monitoring | Full |
116
+ | `/cultivation` | Cultivation (Cosmere Shard) — installable autonomous growth engine: marketing, ads, creative, A/B testing, spend optimization | Full |
117
+ | `/grow` | Kelsier's 6-phase growth protocol — initial setup within Cultivation, then autonomous loop | Full |
118
+ | `/current` | Tuvok's Deep Current — autonomous campaign intelligence: scan, analyze, propose, cold start intake | Full |
119
+ | `/treasury` | Dockson's financial operations — revenue ingest, budget allocation, spend execution, reconciliation | Full |
120
+ | `/portfolio` | Steris's cross-project financials — aggregated spend/revenue, portfolio optimization | Full |
121
+ | `/ai` | Seldon's AI Intelligence Audit — model selection, prompts, tool-use, orchestration, safety, evals | All |
122
+ | `/vault` | Seldon's Time Vault — distill session intelligence into portable briefing for session handoff | All |
123
+
124
+ **Tier key:** `All` = works everywhere. `Full` = requires the wizard server (`packages/voidforge/wizard/server.ts`). Full-tier commands offer to install the wizard if not present.
125
+
126
+ ## Flag Taxonomy
127
+
128
+ Flags are standardized across commands. Same flag name = same meaning everywhere.
129
+
130
+ ### Tier 1 — Universal Flags
131
+
132
+ | Flag | Meaning | Available On |
133
+ |------|---------|-------------|
134
+ | `--resume` | Resume from saved state | `/campaign`, `/gauntlet`, `/assemble`, `/build`, `/grow` |
135
+ | `--plan` | Plan without executing | `/campaign`, `/architect`, `/grow` |
136
+ | `--fast` | Reduced review passes (skip last 2 rounds/phases), still comprehensive | `/campaign`, `/assemble`, `/gauntlet` |
137
+ | `--dry-run` | Show what would happen without doing it | `/deploy`, `/debrief`, `/treasury`, `/grow`, `/git` |
138
+ | `--status` | Show current state | `/cultivation`, `/treasury`, `/deploy`, `/portfolio`, `/dangerroom`, `/thumper` |
139
+ | `--blitz` | Autonomous execution, no human pauses | `/campaign`, `/assemble`, `/build` |
140
+
141
+ ### Tier 2 — Scope Flags
142
+
143
+ | Flag | Meaning | Available On |
144
+ |------|---------|-------------|
145
+ | `--security-only` | Security domain focus | `/gauntlet` |
146
+ | `--ux-only` | UX domain focus | `/gauntlet` |
147
+ | `--qa-only` | QA domain focus | `/gauntlet` |
148
+
149
+ ### Tier 3 — Intensity Flags
150
+
151
+ ```
152
+ --fast Fewer agents/rounds (reduced but still comprehensive)
153
+ (default) Standard agent deployment for the command
154
+ --muster Every viable agent across all 9 universes, 3 waves
155
+ --infinity Every agent as own sub-process, 10 rounds (Gauntlet only)
156
+ ```
157
+
158
+ | Flag | Meaning | Available On |
159
+ |------|---------|-------------|
160
+ | `--muster` | Full 9-universe deployment (30-50 agents in 3 waves) | `/architect`, `/campaign`, `/build`, `/gauntlet` |
161
+ | `--infinity` | 10-round 2x pass with ~80 agent launches | `/gauntlet` |
162
+
163
+ See `/docs/methods/MUSTER.md` for the full Muster Protocol.
164
+
165
+ ## Docs Reference
166
+
167
+ | Doc | Location | When to Read |
168
+ |-----|----------|-------------|
169
+ | **Holocron** | `/HOLOCRON.md` | Complete user guide — start here if new |
170
+ | **PRD** | `/docs/PRD.md` | Source of truth for WHAT to build. Read first. |
171
+ | **Build Protocol** | `/docs/methods/BUILD_PROTOCOL.md` | Master 13-phase sequence with gates and rollback |
172
+ | **Build Journal** | `/docs/methods/BUILD_JOURNAL.md` | Logging protocol — read when starting any work |
173
+ | **Context Management** | `/docs/methods/CONTEXT_MANAGEMENT.md` | Session scoping and context discipline |
174
+ | **Frontend & UX** | `/docs/methods/PRODUCT_DESIGN_FRONTEND.md` | Galadriel — when doing UX/UI work |
175
+ | **Backend** | `/docs/methods/BACKEND_ENGINEER.md` | Stark — when doing API/DB work |
176
+ | **QA** | `/docs/methods/QA_ENGINEER.md` | Batman — when doing QA or testing |
177
+ | **Testing** | `/docs/methods/TESTING.md` | When writing tests (framework mapping inside) |
178
+ | **Security** | `/docs/methods/SECURITY_AUDITOR.md` | Kenobi — when doing security review |
179
+ | **Architecture** | `/docs/methods/SYSTEMS_ARCHITECT.md` | Picard — when making arch decisions |
180
+ | **Assessment** | `.claude/commands/assess.md` | Picard — when evaluating existing codebases before build |
181
+ | **DevOps** | `/docs/methods/DEVOPS_ENGINEER.md` | Kusanagi — when doing infrastructure |
182
+ | **Orchestrator** | `/docs/methods/SUB_AGENTS.md` | When coordinating multiple agents |
183
+ | **Troubleshooting** | `/docs/methods/TROUBLESHOOTING.md` | When something fails |
184
+ | **MCP Integration** | `/docs/methods/MCP_INTEGRATION.md` | When connecting external tools |
185
+ | **Release** | `/docs/methods/RELEASE_MANAGER.md` | Coulson — when versioning or releasing |
186
+ | **Forge Keeper** | `/docs/methods/FORGE_KEEPER.md` | Bombadil — when syncing VoidForge updates |
187
+ | **Worm Rider** | `/docs/methods/THUMPER.md` | Chani — when setting up Telegram remote control |
188
+ | **The Initiative** | `/docs/methods/ASSEMBLER.md` | Fury — when running the full pipeline |
189
+ | **The Gauntlet** | `/docs/methods/GAUNTLET.md` | Thanos — when putting a finished project through comprehensive review |
190
+ | **The Campaign** | `/docs/methods/CAMPAIGN.md` | Sisko — when building the whole PRD mission by mission |
191
+ | **Forge Artist** | `/docs/methods/FORGE_ARTIST.md` | Celebrimbor — when generating images from PRD descriptions |
192
+ | **Field Medic** | `/docs/methods/FIELD_MEDIC.md` | Bashir — when running post-mortems and submitting upstream feedback |
193
+ | **Growth Strategist** | `/docs/methods/GROWTH_STRATEGIST.md` | Kelsier — when running growth campaigns, SEO, content, ads |
194
+ | **Treasury** | `/docs/methods/TREASURY.md` | Dockson — when managing revenue, budgets, spend, reconciliation |
195
+ | **Heartbeat** | `/docs/methods/HEARTBEAT.md` | Daemon operations — token refresh, spend monitoring, scheduled jobs |
196
+ | **Deep Current** | `/docs/methods/DEEP_CURRENT.md` | Tuvok — when running autonomous campaign intelligence, site scanning, cold start intake |
197
+ | **PRD Generator** | `/docs/methods/PRD_GENERATOR.md` | Sisko — when generating a PRD from scratch |
198
+ | **Meta-Workflow** | `/docs/META_WORKFLOW.md` | How to use VoidForge to develop VoidForge — campaigns on self, anti-patterns, feedback loop |
199
+ | **AI Intelligence** | `/docs/methods/AI_INTELLIGENCE.md` | When project uses LLM/AI features |
200
+ | **Learnings** | `/docs/LEARNINGS.md` | Project-scoped operational knowledge — read at session start if exists |
201
+ | **The Muster** | `/docs/methods/MUSTER.md` | When using `--muster` flag on any command |
202
+ | **Time Vault** | `/docs/methods/TIME_VAULT.md` | Seldon — when preserving session intelligence for transfer |
203
+ | **Patterns** | `/docs/patterns/` | When writing code (35 reference implementations) |
204
+ | **Lessons** | `/docs/LESSONS.md` | Cross-project learnings |
205
+
206
+ ## The Team
207
+
208
+ | Agent | Name | Domain |
209
+ |-------|------|--------|
210
+ | Frontend & UX | **Galadriel** (Tolkien) | UI, UX, a11y, design system |
211
+ | Backend | **Stark** (Marvel) | API, DB, services, queues |
212
+ | QA | **Batman** (DC) | Bugs, testing, hardening — cross-cutting investigator + validator |
213
+ | Security | **Kenobi** (Star Wars) | Auth, injection, secrets, data |
214
+ | Architecture | **Picard** (Star Trek) | Schema, scaling, ADRs |
215
+ | DevOps | **Kusanagi** (Anime) | Deploy, monitor, backup |
216
+ | Release | **Coulson** (Marvel) | Version, changelog, commit, release |
217
+ | Forge Sync | **Bombadil** (Tolkien) | Update VoidForge methodology from upstream |
218
+ | Worm Rider | **Chani** (Dune) | Telegram bridge, Gom Jabbar auth, sandworm relay |
219
+ | The Initiative | **Fury** (Marvel) | Full pipeline orchestration — assembles all agents |
220
+ | The Gauntlet | **Thanos** (Marvel) | Comprehensive review — 5 rounds, 30+ agents, every domain |
221
+ | Campaign Command | **Sisko** (Star Trek) | Reads the PRD, picks the next mission, runs the war |
222
+ | Forge Artist | **Celebrimbor** (Tolkien) | AI image generation from PRD visual descriptions |
223
+ | Field Medic | **Bashir** (Star Trek) | Post-mortem analysis, upstream feedback via GitHub issues |
224
+ | Growth Strategist | **Kelsier** (Cosmere) | Growth strategy, campaign orchestration, ad platforms, SEO |
225
+ | Deep Current | **Tuvok** (Star Trek) | Autonomous campaign intelligence — scan, analyze, propose, learn |
226
+ | Treasury | **Dockson** (Cosmere) | Revenue ingest, budget allocation, spend execution, reconciliation |
227
+ | AI Intelligence | **Hari Seldon** (Foundation) | Model selection, prompts, tool-use, orchestration, safety, evals |
228
+
229
+ 260+ sub-agent names in `/docs/NAMING_REGISTRY.md`. No duplicates across active sessions.
230
+
231
+ ## Distribution
232
+
233
+ VoidForge distributes via npm (v21.0+). The monorepo produces two packages:
234
+
235
+ | Package | npm Name | Contains |
236
+ |---------|----------|----------|
237
+ | Wizard + CLI | `voidforge` | Server, API, UI, lib, CLI, templates, tests |
238
+ | Methodology | `@voidforge/methodology` | CLAUDE.md, commands, methods, patterns, Holocron |
239
+
240
+ **Install path:** `npx voidforge init` creates a new project with methodology. `npx voidforge` launches the wizard UI.
241
+
242
+ **Monorepo structure:** `packages/voidforge/` (wizard+CLI) and `packages/methodology/` (npm package config). Methodology source files live at the repo root (CLAUDE.md, .claude/, docs/, etc.) and are copied into the methodology package at publish time via prepack script.
243
+
244
+ **Update path:** `npx voidforge update` replaces the old `/void` git-fetch. Same Bombadil UX, npm transport instead of git.
245
+
246
+ The agents, characters, and personality are VoidForge's identity — they ship in every package.
247
+
248
+ ## How to Build
249
+
250
+ Read the PRD. Run `/build`. Or see `/docs/methods/BUILD_PROTOCOL.md`.