Description
The specs quality audit in PR #6629 found that `specs/ARCHITECTURE.md`'s subsystem dependency graph only includes edges for specs `001` through `034`. Specs `035` through `081` (roughly 47 specs, covering memory sub-specs, TUI subsystems, orchestration extensions, plugins, worktrees, deep-link scheme, session persistence, transcript integrity, and more) have no representation in the graph at all.
This wasn't fixed as part of the audit because adding ~47 new dependency edges correctly requires per-subsystem knowledge of what depends on what, which is a bigger content-authoring task than a corrective pass over existing text.
Expected Behavior
`specs/ARCHITECTURE.md`'s dependency graph reflects all specs currently registered in `specs/MOC-specs.md`, not just the first 34.
Actual Behavior
Specs 035-081 are absent from the graph, so the document undercounts the subsystem's actual dependency structure for anyone using it to reason about change impact.
Environment
Logs / Evidence
See PR #6629 description, "Flagged, not executed" section, item 4.
Description
The specs quality audit in PR #6629 found that `specs/ARCHITECTURE.md`'s subsystem dependency graph only includes edges for specs `001` through `034`. Specs `035` through `081` (roughly 47 specs, covering memory sub-specs, TUI subsystems, orchestration extensions, plugins, worktrees, deep-link scheme, session persistence, transcript integrity, and more) have no representation in the graph at all.
This wasn't fixed as part of the audit because adding ~47 new dependency edges correctly requires per-subsystem knowledge of what depends on what, which is a bigger content-authoring task than a corrective pass over existing text.
Expected Behavior
`specs/ARCHITECTURE.md`'s dependency graph reflects all specs currently registered in `specs/MOC-specs.md`, not just the first 34.
Actual Behavior
Specs 035-081 are absent from the graph, so the document undercounts the subsystem's actual dependency structure for anyone using it to reason about change impact.
Environment
Logs / Evidence
See PR #6629 description, "Flagged, not executed" section, item 4.