thevoidforge-methodology 23.6.1 → 23.7.0
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 +10 -0
- package/CLAUDE.md +1 -1
- package/HOLOCRON.md +3 -3
- package/VERSION.md +2 -1
- package/docs/AGENT_CLASSIFICATION.md +1 -1
- 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 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 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 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 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 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 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 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 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 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 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 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 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,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [23.7.0] - 2026-04-12
|
|
10
|
+
|
|
11
|
+
### The Decount — Dynamic Agent References
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- **Eliminated hardcoded agent counts from 30+ files.** Commands, method docs, CLAUDE.md, HOLOCRON.md, ROADMAP.md, SUB_AGENTS.md, and herald.ts now say "all agents" instead of hardcoding a number. Only two files retain the count: `AGENT_CLASSIFICATION.md` (the single source of truth) and `wizard/ui/index.html` (user-facing, with an HTML comment documenting how to compute it).
|
|
15
|
+
- Adding a new agent no longer requires updating 30+ files — just the agent definition and AGENT_CLASSIFICATION.md.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
9
19
|
## [23.6.1] - 2026-04-12
|
|
10
20
|
|
|
11
21
|
### Fixed
|
package/CLAUDE.md
CHANGED
|
@@ -234,7 +234,7 @@ See `/docs/methods/MUSTER.md` for the full Muster Protocol.
|
|
|
234
234
|
| Deploy Wizard | **Haku** (Anime) | Browser-based deploy wizard, infrastructure provisioning |
|
|
235
235
|
| Setup Wizard | **Gandalf** (Tolkien) | Project scaffolding, initialization, dependency setup |
|
|
236
236
|
|
|
237
|
-
|
|
237
|
+
Agent names in `/docs/NAMING_REGISTRY.md` (run `ls .claude/agents/*.md | wc -l` for current count). No duplicates across active sessions. All agents materialized as subagent definitions in `.claude/agents/` (ADR-044). Silver Surfer (ADR-048) dispatches the optimal roster via Haiku pre-scan.
|
|
238
238
|
|
|
239
239
|
## Distribution
|
|
240
240
|
|
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 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
|
+
- **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 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.
|
|
3
|
+
**Current:** 23.7.0
|
|
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.7.0 | 2026-04-12 | The Decount — eliminate hardcoded agent counts from 30+ files. Single source of truth: AGENT_CLASSIFICATION.md. |
|
|
17
18
|
| 23.6.1 | 2026-04-12 | Gauntlet fix: 30+ stale "263 agents" → 264 across commands, methods, docs |
|
|
18
19
|
| 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. |
|
|
19
20
|
| 23.5.4 | 2026-04-12 | Command-doc sync: build.md Phase 12.75, ux.md screenshots, qa.md dynamic counts |
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
| Scouts (Haiku, Scout/Reviewer) | 38 |
|
|
14
14
|
| Adversarial (Sonnet, Adversarial) | 15 |
|
|
15
15
|
|
|
16
|
-
**Note:**
|
|
16
|
+
**Note:** This file is the single source of truth for agent counts. Other files reference "all agents" without hardcoding the number — verify with `ls .claude/agents/*.md | wc -l`. ADR-044 and ADR-042 retain their original "259" count as historical records.
|
|
17
17
|
|
|
18
18
|
## Tiers (Model Assignment)
|
|
19
19
|
|
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 agent manifest (see docs/AGENT_CLASSIFICATION.md). (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 agent manifest (see docs/AGENT_CLASSIFICATION.md). (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 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 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 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`** — all 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 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 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 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
|
|