wiki: match the app surface to v0.1.96 code
- Workflow Apps: list all 8 bundled apps (was 6), split into canonical (5)
and examples/internal proof (3); add real task counts.
- Commands or API: fix the apps list to 8; note the page is a stable subset
and point to the generated parity doc (202 capabilities, 189 MCP tools).
Surgical, in-place edit. Other pages, link style, and legacy pages untouched.
wiki: refresh Home + sidebar; add Getting Started, Mental Model, Glossary, and the showcase deep pages
Publishes the in-repo docs/wiki set so the redesigned README's wiki links resolve.
Sibling-page links use the GitHub-wiki page-name form. Existing pages are left in
place.
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>
Organize Cool Workflow wiki from Obsidian notes