-
Notifications
You must be signed in to change notification settings - Fork 0
GitHub Showcase Home
Cool Workflow is an auditable workflow control-plane for AI coding agents. It
turns a repo question or operator job into durable .cw/ state, delegated
workers, verifier-gated commits, and saved reports.
Start here:
| Page | Use it for |
|---|---|
| Quickstart | Run the tamper demo, a real architecture review, and a resumable run. |
| Workflow Apps | Choose between the shipped apps and inspect app contracts. |
| Architecture | Understand the runtime boundary, state files, verifier gate, and MCP surface. |
| Trust And Audit | Learn what telemetry, audit verification, and the trust limits prove. |
| Recovery And Restore | Resume, export, inspect, import, verify, and rerun durable runs. |
| Commands or API | Find the stable CLI shapes and MCP entry points. |
| MCP And Manifests | Understand generated vendor manifests and MCP parity. |
| Operations | Verify, restore, inspect, regenerate manifests, and run release checks. |
| FAQ | Clarify trust limits, agent setup, reports, and failure behavior. |
CW provides mechanisms for:
- reviewing any repository — a local folder (
-dir) or a remote URL (--link, git host or archive), - planning workflow apps,
- dispatching isolated workers,
- delegating each worker to an external agent,
- accepting and verifying
result.mdenvelopes, - recording audit and telemetry ledgers,
- committing verified state checkpoints,
- generating reports from the durable run record.
It does not embed a model SDK and does not hold model credentials. Your external agent does the model work; CW keeps the run book.
For users:
- Run
npx cool-workflow demo tamper. - Read Quickstart.
- Pick an app from Workflow Apps.
- Run
cw quickstart architecture-reviewagainst a repo with your agent.
For maintainers:
- Read Architecture.
- Read MCP And Manifests.
- Run
npm run golden-pathfromplugins/cool-workflow. - Run
npm run release:checkbefore any release work.
For reviewers:
- Read Trust And Audit.
- Read Recovery And Restore.
- Use
cw telemetry verify,cw audit verify, andcw run verify-import.
This Wiki is a draft for GitHub Wiki publication. It summarizes the current repository evidence rather than introducing new public claims. The root README remains the official first-run page until these drafts are applied.
Organized from local Obsidian notes and reconciled with the current
coo1white/cool-workflow repository state.
Start here
Go deeper
- Workflow Apps
- Architecture
- Trust And Audit
- Recovery And Restore
- Commands or API
- MCP And Manifests
- Operations
- FAQ
Source docs