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.
1bacdd0
wiki: add the high-res hero banner to Home
Re-rendered from the design source at 2x (2560px) — matches the README hero, crisp on retina.
a284930
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.
dad07d5
docs(wiki): add Homebrew install guide (Home, Quickstart, Distribution-Strategy)
Document the in-repo `brew install` path beside npm: tap the repo by URL,
install, verify with `cw version`, upgrade with `brew update && brew upgrade`.
Note the PATH shadowing when an npm-global `cw` is also present, and record
Homebrew as a shipped distribution channel (git-tag pinned, single repo).
f7d0e64
Live view: update to the rolling-window ● ToolName(arg) + ⎿ result tree
620c589
Feature the 0.1.91 calm live view (spinner + folding tool lines + transcript.md + findings table; --verbose/--full/--no-color)
8c20782
docs(wiki): review any repo by URL — --link (git + archive), -dir, cw clones (0.1.90)
Add the remote-source feature to the user-facing pages: Home + GitHub-Showcase-Home
landing, the Quickstart review section, a Remote Sources section + clones MCP tools in
Commands-or-API, and the CLI surface reference. Mirrors README/docs shipped in 0.1.90.
8634382
docs(wiki): correct Dispatch flow — explicit switches, no runtime dispatcher
The 'resolve -> capability id -> dispatch' wording echoed the removed
resolveCliPath/resolveMcpTool dispatcher (deleted in v0.1.81, #131). Routing is
explicit switches in cli.ts/mcp-server.ts validated against the declared table.
08ad37e
docs(wiki): drop removed dynamic capability dispatcher from Key Design Decisions
The capability dispatcher (registerCapabilityHandler / dispatchCapability) was
removed as dead code in v0.1.81 (#131) — zero call sites. Correct the three
Key Design Decisions that still described it: capabilities are a static declared
table, not a runtime Map with register()/get(); there is no "dynamic dispatch"
and no "dispatcher primitives". Matches repo doc capability-topology-registry.7.md.
96dd933
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>
6d58fa0
Refresh user-facing pages: mise-style animated visuals, three-layer tamper demo, verify-bundle + --incremental
- Embed animated SVGs (hero, pipeline, topologies) under assets/.
- Tamper demo described as three layers (ledger + signature + result), was two.
- Document cw report verify-bundle, --bundle, --incremental across Quickstart /
Commands / Trust-And-Audit / Telemetry / Home.
- Lead Home + Trust-And-Audit with the verifiable-report differentiator;
forward-only honest scope preserved.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ff8bb2a
Initial wiki: Home page with new simplified commands
18722bb
docs(wiki): add GitHub showcase draft pages
22d856a
Sync wiki with v0.1.78: Tracks 1-3 pages, npm distribution, regenerated index
- New pages: Telemetry Attestation & Tamper-Evidence, Concurrent Failure
Semantics, Boundary Contracts (the v0.1.77 orchestration tracks).
- Home/Roadmap/Distribution-Strategy: npm publication, builtin:claude,
demo tamper; Roadmap reconciled to v0.1.78.
- Project-Index regenerated from current code (v0.1.78).
- Sidebar links the three new pages.
44e54a8
docs(wiki): drop SDK self-description → control-plane / Workflow App framework
Align the wiki with v0.1.76: CW self-describes as an auditable workflow
control-plane (not an SDK); workflow-app-sdk → workflow-app-framework and
agent-sdk → agent-framework links updated. Red-line 'model SDK' wording kept.
7f4bd66
Update wiki for v0.1.53: capability + topology registry, updated all pages
aba0c6c
Created Manifesto: Agents Need FreeBSD (markdown)
c087a9d
Add Apple Foundation Models Backend PoC page
fe70555
Add The Car Metaphor — positioning mental model (engine/fuel/red line)
dae4878
Add v0.1.34-v0.1.37 subsystem pages (Real Backends, Node Replay, Migration, Scheduling)
3e89234
Add subsystem pages: Workbench (v0.1.30), Observability (v0.1.31), Team Collaboration (v0.1.32), Release Tooling (v0.1.33)
e01298b
Cross-link CLI and MCP Surface <-> CLI MCP Parity (catalog vs guarantee)
43d2ef1
Add CLI-MCP Parity (v0.1.27) and Run Registry / Control Plane (v0.1.28) wiki pages
f9b871d
Update Home/Roadmap/Project-Index to v0.1.29 (Parity, Run Registry, Execution Backends)
9a6f95a
Add Execution Backends (v0.1.29) programming philosophy page
3fe4075
Add code-derived project index
c3b4e16
Merge initial GitHub wiki page
# Conflicts:
# Home.md
dba9af9
Organize Cool Workflow wiki from Obsidian notes
73cb995