Skip to content

History

Revisions

  • 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.

    @coo1white coo1white committed Jun 29, 2026
    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.

    @coo1white coo1white committed Jun 25, 2026
    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.

    @coo1white coo1white committed Jun 25, 2026
    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).

    @coo1white coo1white committed Jun 22, 2026
    f7d0e64
  • Live view: update to the rolling-window ● ToolName(arg) + ⎿ result tree

    @coo1white coo1white committed Jun 21, 2026
    620c589
  • Feature the 0.1.91 calm live view (spinner + folding tool lines + transcript.md + findings table; --verbose/--full/--no-color)

    @coo1white coo1white committed Jun 21, 2026
    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.

    @coo1white coo1white committed Jun 21, 2026
    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.

    @coo1white coo1white committed Jun 20, 2026
    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.

    @coo1white coo1white committed Jun 20, 2026
    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>

    @coo1white coo1white committed Jun 20, 2026
    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>

    @coo1white coo1white committed Jun 20, 2026
    ff8bb2a
  • Initial wiki: Home page with new simplified commands

    @coo1white coo1white committed Jun 19, 2026
    18722bb
  • docs(wiki): add GitHub showcase draft pages

    @coo1white coo1white committed Jun 14, 2026
    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.

    @coo1white coo1white committed Jun 11, 2026
    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.

    @coo1white coo1white committed Jun 10, 2026
    7f4bd66
  • Update wiki for v0.1.53: capability + topology registry, updated all pages

    @coo1white coo1white committed Jun 9, 2026
    aba0c6c
  • Created Manifesto: Agents Need FreeBSD (markdown)

    @coo1white coo1white committed Jun 9, 2026
    c087a9d
  • Add Apple Foundation Models Backend PoC page

    @coo1white coo1white committed Jun 8, 2026
    fe70555
  • Add The Car Metaphor — positioning mental model (engine/fuel/red line)

    @coo1white coo1white committed Jun 8, 2026
    dae4878
  • Add v0.1.34-v0.1.37 subsystem pages (Real Backends, Node Replay, Migration, Scheduling)

    @coo1white coo1white committed Jun 8, 2026
    3e89234
  • Add subsystem pages: Workbench (v0.1.30), Observability (v0.1.31), Team Collaboration (v0.1.32), Release Tooling (v0.1.33)

    @coo1white coo1white committed Jun 8, 2026
    e01298b
  • Cross-link CLI and MCP Surface <-> CLI MCP Parity (catalog vs guarantee)

    @coo1white coo1white committed Jun 8, 2026
    43d2ef1
  • Add CLI-MCP Parity (v0.1.27) and Run Registry / Control Plane (v0.1.28) wiki pages

    @coo1white coo1white committed Jun 8, 2026
    f9b871d
  • Update Home/Roadmap/Project-Index to v0.1.29 (Parity, Run Registry, Execution Backends)

    @coo1white coo1white committed Jun 8, 2026
    9a6f95a
  • Add Execution Backends (v0.1.29) programming philosophy page

    @coo1white coo1white committed Jun 8, 2026
    3fe4075
  • Add code-derived project index

    @coo1white coo1white committed Jun 7, 2026
    c3b4e16
  • Merge initial GitHub wiki page # Conflicts: # Home.md

    @coo1white coo1white committed Jun 7, 2026
    dba9af9
  • Initial Home page

    @coo1white coo1white committed Jun 7, 2026
    b211a05
  • Organize Cool Workflow wiki from Obsidian notes

    @coo1white coo1white committed Jun 7, 2026
    73cb995