docs(wiki): deep-page accuracy sweep + new-capability coverage + diagrams
Fact-fix sweep over the deep technical pages against current main:
- Correct stale capability counts to 199 capabilities / 186 MCP tools
(CLI-MCP-Parity, Capability-and-Topology-Registry, Roadmap).
- Replace the phantom runtime capability-dispatch API
(registerCapabilityHandler / dispatchCapability / CapabilityHandler) with
the real declarative mechanism: one BUILTIN_CAPABILITIES: CapabilityDescriptor[]
table both front doors read, held in lockstep by the fail-closed parity gate
(Capability-and-Topology-Registry, Architecture-Principles, Roadmap). The
topology half (registerTopology) is real and kept.
- Remove the dead capability-dispatcher.ts source link; add the real
loop-expansion.ts (Project-Index).
- Execution-Backends: add the `agent` driver. Observability: add the
`completed` lifecycle status. Run-Registry: qualify resume "never mutates"
(the --drive path advances state) and note --incremental.
Document the four new orchestration capabilities where they belong:
incremental resume, inline sub-workflow nesting, bounded dynamic loops, and
budget-aware scaling (Boundary-Contracts, Concurrent-Failure-Semantics,
Multi-Agent-Topologies, Observability, Workflow-Apps, Runtime-Contract).
Embed the animated topologies and pipeline SVGs on the pages where a diagram
beats prose (Multi-Agent-Topologies, Runtime-Contract).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add Execution Backends (v0.1.29) programming philosophy page