thevoidforge-methodology 23.6.0 → 23.6.1
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.
- package/.claude/commands/ai.md +1 -1
- package/.claude/commands/architect.md +1 -1
- package/.claude/commands/assemble.md +1 -1
- package/.claude/commands/build.md +1 -1
- package/.claude/commands/campaign.md +1 -1
- package/.claude/commands/devops.md +1 -1
- package/.claude/commands/gauntlet.md +1 -1
- package/.claude/commands/qa.md +1 -1
- package/.claude/commands/review.md +1 -1
- package/.claude/commands/security.md +1 -1
- package/.claude/commands/test.md +1 -1
- package/.claude/commands/ux.md +1 -1
- package/CHANGELOG.md +8 -0
- package/HOLOCRON.md +3 -3
- package/VERSION.md +2 -1
- package/docs/AGENT_CLASSIFICATION.md +3 -3
- package/docs/methods/CAMPAIGN.md +1 -1
- package/docs/methods/GAUNTLET.md +1 -1
- package/docs/methods/MUSTER.md +1 -1
- package/docs/methods/QA_ENGINEER.md +1 -1
- package/docs/methods/SECURITY_AUDITOR.md +1 -1
- package/docs/methods/SUB_AGENTS.md +3 -3
- package/docs/methods/SYSTEMS_ARCHITECT.md +1 -1
- package/package.json +1 -1
package/.claude/commands/ai.md
CHANGED
|
@@ -11,7 +11,7 @@ The AI Intelligence Audit reviews every LLM-powered component in your applicatio
|
|
|
11
11
|
|
|
12
12
|
## Dynamic Dispatch (ADR-044)
|
|
13
13
|
|
|
14
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
14
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
15
15
|
|
|
16
16
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
17
17
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Dynamic Dispatch (ADR-044)
|
|
6
6
|
|
|
7
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
7
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
8
8
|
|
|
9
9
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
10
10
|
|
|
@@ -9,7 +9,7 @@ Avengers, assemble. Full pipeline from architecture to launch — one command to
|
|
|
9
9
|
|
|
10
10
|
## Dynamic Dispatch (ADR-044)
|
|
11
11
|
|
|
12
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
12
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
13
13
|
|
|
14
14
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
15
15
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Dynamic Dispatch (ADR-044)
|
|
4
4
|
|
|
5
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
5
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
6
6
|
|
|
7
7
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
8
8
|
|
|
@@ -49,7 +49,7 @@ After planning mode completes, the user can run `/campaign` (no flags) to start
|
|
|
49
49
|
|
|
50
50
|
## Dynamic Dispatch (ADR-044)
|
|
51
51
|
|
|
52
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
52
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
53
53
|
|
|
54
54
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
55
55
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
## Dynamic Dispatch (ADR-044)
|
|
9
9
|
|
|
10
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
10
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
11
11
|
|
|
12
12
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
13
13
|
|
|
@@ -11,7 +11,7 @@ The Gauntlet tests everything. Every domain. Multiple rounds. Escalating intensi
|
|
|
11
11
|
|
|
12
12
|
## Dynamic Dispatch (ADR-044)
|
|
13
13
|
|
|
14
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
14
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
15
15
|
|
|
16
16
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
17
17
|
|
package/.claude/commands/qa.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Dynamic Dispatch (ADR-044)
|
|
6
6
|
|
|
7
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
7
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
8
8
|
|
|
9
9
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Dynamic Dispatch (ADR-044)
|
|
6
6
|
|
|
7
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
7
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
8
8
|
|
|
9
9
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Dynamic Dispatch (ADR-044)
|
|
6
6
|
|
|
7
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
7
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
8
8
|
|
|
9
9
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
10
10
|
|
package/.claude/commands/test.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
## Dynamic Dispatch (ADR-044)
|
|
11
11
|
|
|
12
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
12
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
13
13
|
|
|
14
14
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
15
15
|
|
package/.claude/commands/ux.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Dynamic Dispatch (ADR-044)
|
|
6
6
|
|
|
7
|
-
Opus scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
7
|
+
Opus scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch alongside the core agents below.
|
|
8
8
|
|
|
9
9
|
**Dispatch control:** `--light` skips dynamic dispatch (core only). `--solo` runs lead agent only.
|
|
10
10
|
|
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [23.6.1] - 2026-04-12
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- **30+ stale "263 agents" references** — updated to 264 across 13 command files, 8 method docs, HOLOCRON.md, AGENT_CLASSIFICATION.md, ROADMAP.md, wizard UI, herald.ts, SUB_AGENTS.md, and NAMING_REGISTRY.md. Gauntlet caught incomplete count propagation from Silver Surfer addition.
|
|
13
|
+
- **herald.ts ADR reference** — ADR-047 → ADR-048
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
9
17
|
## [23.6.0] - 2026-04-12
|
|
10
18
|
|
|
11
19
|
### The Silver Surfer (ADR-048, Campaign 38)
|
package/HOLOCRON.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
### What VoidForge Is
|
|
26
26
|
|
|
27
|
-
VoidForge is a **methodology framework** for building full-stack applications with Claude Code. It's not a code template — it's a *process* template. Drop in a Product Requirements Document, and a named team of
|
|
27
|
+
VoidForge is a **methodology framework** for building full-stack applications with Claude Code. It's not a code template — it's a *process* template. Drop in a Product Requirements Document, and a named team of 264 AI agents across 9 fictional universes builds your application through a 13-phase protocol.
|
|
28
28
|
|
|
29
29
|
**From nothing, everything.**
|
|
30
30
|
|
|
@@ -82,7 +82,7 @@ Every tier includes:
|
|
|
82
82
|
- **28 slash commands** — `/prd`, `/blueprint`, `/build`, `/qa`, `/test`, `/security`, `/ux`, `/review`, `/deploy`, `/devops`, `/architect`, `/assess`, `/git`, `/void`, `/vault`, `/thumper`, `/assemble`, `/gauntlet`, `/campaign`, `/imagine`, `/debrief`, `/dangerroom`, `/cultivation`, `/grow`, `/current`, `/treasury`, `/portfolio`, `/ai`
|
|
83
83
|
- **13-phase build protocol** — PRD to production with verification gates
|
|
84
84
|
- **18 specialist agent protocols** — Each lead has behavioral directives and a sub-agent roster
|
|
85
|
-
- **
|
|
85
|
+
- **264 named characters** — From Tolkien, Marvel, DC, Star Wars, Star Trek, Dune, Anime, Cosmere, and Foundation — each materialized as a subagent definition in `.claude/agents/`
|
|
86
86
|
- **35 code patterns** — Reference implementations with framework adaptations (including E2E testing)
|
|
87
87
|
- **No Stubs Doctrine** — Zero placeholder code. Every file does what it claims. Enforced across all method docs.
|
|
88
88
|
- **E2E browser testing** — Playwright + axe-core. Agents take screenshots, capture console errors, and interact with running applications.
|
|
@@ -366,7 +366,7 @@ Each lead has a deep bench. Here are some standouts:
|
|
|
366
366
|
- **Idaho** keeps the connection alive — the eternal ghola who always returns
|
|
367
367
|
- **Thufir** parses every signal — Mentat precision, a million calculations per second
|
|
368
368
|
|
|
369
|
-
The full roster of
|
|
369
|
+
The full roster of 264 characters lives in `docs/NAMING_REGISTRY.md`. Each agent is materialized as a subagent definition in `.claude/agents/` with model tiering (Opus leads, Sonnet specialists, Haiku scouts) and tool restrictions (Builder, Reviewer, Scout, Adversarial). See `docs/AGENT_CLASSIFICATION.md` for the full manifest.
|
|
370
370
|
|
|
371
371
|
### How Handoffs Work
|
|
372
372
|
|
package/VERSION.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Version
|
|
2
2
|
|
|
3
|
-
**Current:** 23.6.
|
|
3
|
+
**Current:** 23.6.1
|
|
4
4
|
|
|
5
5
|
## Versioning Scheme
|
|
6
6
|
|
|
@@ -14,6 +14,7 @@ This project uses [Semantic Versioning](https://semver.org/):
|
|
|
14
14
|
|
|
15
15
|
| Version | Date | Summary |
|
|
16
16
|
|---------|------|---------|
|
|
17
|
+
| 23.6.1 | 2026-04-12 | Gauntlet fix: 30+ stale "263 agents" → 264 across commands, methods, docs |
|
|
17
18
|
| 23.6.0 | 2026-04-12 | The Silver Surfer — Herald invocation bridge, CLI subcommand, agent #264, end-to-end dispatch pipeline. ADR-048. Campaign 38. |
|
|
18
19
|
| 23.5.4 | 2026-04-12 | Command-doc sync: build.md Phase 12.75, ux.md screenshots, qa.md dynamic counts |
|
|
19
20
|
| 23.5.3 | 2026-04-12 | Fix 201 broken subagent_type refs (filename→YAML name) + /campaign as default start command |
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
|
|
8
8
|
| Metric | Count |
|
|
9
9
|
|--------|-------|
|
|
10
|
-
| **Total agents** | **
|
|
10
|
+
| **Total agents** | **264** |
|
|
11
11
|
| Leads (Opus/inherit, Builder) | 20 |
|
|
12
12
|
| Specialists (Sonnet, Reviewer) | 190 |
|
|
13
13
|
| Scouts (Haiku, Scout/Reviewer) | 38 |
|
|
14
14
|
| Adversarial (Sonnet, Adversarial) | 15 |
|
|
15
15
|
|
|
16
|
-
**Note:** The authoritative count from NAMING_REGISTRY.md is
|
|
16
|
+
**Note:** The authoritative count from NAMING_REGISTRY.md is 264. All methodology docs updated in M7. ADR-044 and ADR-042 retain their original "259" count as historical records.
|
|
17
17
|
|
|
18
18
|
## Tiers (Model Assignment)
|
|
19
19
|
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
| Dune | 1 | 14 | 4 | 2 | 21 |
|
|
469
469
|
| Cosmere | 2 | 16 | 0 | 0 | 18 |
|
|
470
470
|
| Foundation | 1 | 10 | 1 | 1 | 13 |
|
|
471
|
-
| **TOTAL** | **20** | **190** | **
|
|
471
|
+
| **TOTAL** | **20** | **190** | **39** | **15** | **264** |
|
|
472
472
|
|
|
473
473
|
## Riker's Review — Edge Case Challenges
|
|
474
474
|
|
package/docs/methods/CAMPAIGN.md
CHANGED
|
@@ -239,7 +239,7 @@ User confirms, redirects, or overrides. On confirm → Step 4.
|
|
|
239
239
|
|
|
240
240
|
**Post-infrastructure enforcement gate:** For infrastructure campaigns (deploy targets, CI/CD, monitoring, staging environments): after the infrastructure is provisioned, run `/architect --plan` to verify workflow enforcement gates exist — not just infrastructure existence. Infrastructure without process gates is incomplete.
|
|
241
241
|
|
|
242
|
-
**Dispatch model (ADR-044):** Per-mission `/assemble` runs SHOULD dispatch phases to sub-agents per `SUB_AGENTS.md` "Parallel Agent Standard." Agents are launched as named subagent types defined in `.claude/agents/` with description-driven dispatch — Opus scans `git diff --stat` and matches changed files against agent descriptions to auto-select specialists. The campaign orchestrator (main thread) manages the mission sequence, inter-mission gates, and campaign state — it does NOT perform inline code analysis. Pass findings summaries between missions, not raw code. See `docs/AGENT_CLASSIFICATION.md` for the full
|
|
242
|
+
**Dispatch model (ADR-044):** Per-mission `/assemble` runs SHOULD dispatch phases to sub-agents per `SUB_AGENTS.md` "Parallel Agent Standard." Agents are launched as named subagent types defined in `.claude/agents/` with description-driven dispatch — Opus scans `git diff --stat` and matches changed files against agent descriptions to auto-select specialists. The campaign orchestrator (main thread) manages the mission sequence, inter-mission gates, and campaign state — it does NOT perform inline code analysis. Pass findings summaries between missions, not raw code. See `docs/AGENT_CLASSIFICATION.md` for the full 264-agent manifest. (Field report #270)
|
|
243
243
|
|
|
244
244
|
### Campaign-Mode Pipeline
|
|
245
245
|
|
package/docs/methods/GAUNTLET.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
- When the project has significant attack surface (auth, payments, user data, WebSocket, file uploads)
|
|
19
19
|
- Before a public launch or investor demo
|
|
20
20
|
|
|
21
|
-
**Dispatch model:** All Gauntlet rounds MUST dispatch to sub-agents per `SUB_AGENTS.md` "Parallel Agent Standard." Agents are launched as named subagent types defined in `.claude/agents/` with model tiering (Opus leads, Sonnet specialists, Haiku scouts) and tool restrictions. The main thread manages rounds, triages findings between rounds, and applies fixes — it does NOT read source files or analyze code inline. Each round launches agents in waves of 3 (max concurrent). Findings pass between rounds as summary tables, not raw code. See `docs/AGENT_CLASSIFICATION.md` for the full
|
|
21
|
+
**Dispatch model:** All Gauntlet rounds MUST dispatch to sub-agents per `SUB_AGENTS.md` "Parallel Agent Standard." Agents are launched as named subagent types defined in `.claude/agents/` with model tiering (Opus leads, Sonnet specialists, Haiku scouts) and tool restrictions. The main thread manages rounds, triages findings between rounds, and applies fixes — it does NOT read source files or analyze code inline. Each round launches agents in waves of 3 (max concurrent). Findings pass between rounds as summary tables, not raw code. See `docs/AGENT_CLASSIFICATION.md` for the full 264-agent manifest. (Field report #270)
|
|
22
22
|
|
|
23
23
|
**When NOT to use /gauntlet:**
|
|
24
24
|
- During active development (use `/assemble` instead — it includes building)
|
package/docs/methods/MUSTER.md
CHANGED
|
@@ -143,7 +143,7 @@ Synthesize all findings:
|
|
|
143
143
|
|
|
144
144
|
## Subagent Definitions (ADR-044)
|
|
145
145
|
|
|
146
|
-
Muster agents are now launched as named subagent types defined in `.claude/agents/`. Instead of inline prompts, each agent invocation uses `subagent_type: {agent-id}` to reference a materialized definition with model tiering (Opus leads, Sonnet specialists, Haiku scouts) and tool restrictions. See `docs/AGENT_CLASSIFICATION.md` for the full
|
|
146
|
+
Muster agents are now launched as named subagent types defined in `.claude/agents/`. Instead of inline prompts, each agent invocation uses `subagent_type: {agent-id}` to reference a materialized definition with model tiering (Opus leads, Sonnet specialists, Haiku scouts) and tool restrictions. See `docs/AGENT_CLASSIFICATION.md` for the full 264-agent classification manifest.
|
|
147
147
|
|
|
148
148
|
## Cost Awareness
|
|
149
149
|
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
## Dynamic Dispatch (ADR-044)
|
|
29
29
|
|
|
30
|
-
Agent dispatch is now description-driven. When Opus processes a command, it scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
30
|
+
Agent dispatch is now description-driven. When Opus processes a command, it scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch automatically alongside core agents. No static dispatch tables needed.
|
|
31
31
|
|
|
32
32
|
See `docs/AGENT_CLASSIFICATION.md` for the full classification and `docs/adrs/ADR-044-subagent-materialization.md` for the architecture.
|
|
33
33
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
## Dynamic Dispatch (ADR-044)
|
|
30
30
|
|
|
31
|
-
Agent dispatch is now description-driven. When Opus processes a command, it scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
31
|
+
Agent dispatch is now description-driven. When Opus processes a command, it scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch automatically alongside core agents. No static dispatch tables needed.
|
|
32
32
|
|
|
33
33
|
See `docs/AGENT_CLASSIFICATION.md` for the full classification and `docs/adrs/ADR-044-subagent-materialization.md` for the architecture.
|
|
34
34
|
|
|
@@ -10,7 +10,7 @@ Parallelize development across multiple Claude Code sessions. Each session runs
|
|
|
10
10
|
|
|
11
11
|
**All orchestration uses the build journal.** Every delegation, handoff, and resolution is logged to `/logs/handoffs.md`. Agents read journal files to recover context. See `/docs/methods/BUILD_JOURNAL.md`.
|
|
12
12
|
|
|
13
|
-
**Full character roster: `/docs/NAMING_REGISTRY.md`** —
|
|
13
|
+
**Full character roster: `/docs/NAMING_REGISTRY.md`** — 264 named characters across 9 universes. No duplicates allowed. All agents materialized as subagent definitions in `.claude/agents/`.
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -176,7 +176,7 @@ Users can create project-specific sub-agents that carry domain knowledge. Define
|
|
|
176
176
|
|
|
177
177
|
## Subagent Definitions (ADR-044)
|
|
178
178
|
|
|
179
|
-
All
|
|
179
|
+
All 264 agents are materialized as `.claude/agents/{name}.md` files. Commands now use `subagent_type: {agent-id}` instead of inline prompts. Each definition contains the agent's identity, behavioral directives, domain expertise, and output format.
|
|
180
180
|
|
|
181
181
|
### The `.claude/agents/` Directory
|
|
182
182
|
|
|
@@ -206,7 +206,7 @@ Leads inherit the main session's model (Opus). Specialists run on Sonnet for cos
|
|
|
206
206
|
Commands no longer use static dispatch tables (the old ADR-042 Cross-Domain Triggers). Instead, when Opus processes a command, it:
|
|
207
207
|
|
|
208
208
|
1. Scans `git diff --stat` to identify changed files
|
|
209
|
-
2. Matches changed file paths against the `description` fields of all
|
|
209
|
+
2. Matches changed file paths against the `description` fields of all 264 agents
|
|
210
210
|
3. Launches matching specialists automatically alongside core agents
|
|
211
211
|
|
|
212
212
|
This means a security audit that touches database migrations automatically picks up Spock (schema) without a hardcoded trigger table. The descriptions in `.claude/agents/*.md` ARE the dispatch rules.
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
## Dynamic Dispatch (ADR-044)
|
|
27
27
|
|
|
28
|
-
Agent dispatch is now description-driven. When Opus processes a command, it scans `git diff --stat` and matches changed files against the `description` fields of all
|
|
28
|
+
Agent dispatch is now description-driven. When Opus processes a command, it scans `git diff --stat` and matches changed files against the `description` fields of all 264 agents in `.claude/agents/`. Matching specialists launch automatically alongside core agents. No static dispatch tables needed.
|
|
29
29
|
|
|
30
30
|
See `docs/AGENT_CLASSIFICATION.md` for the full classification and `docs/adrs/ADR-044-subagent-materialization.md` for the architecture.
|
|
31
31
|
|