-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nick edited this page Jun 19, 2026
·
15 revisions
npm install -g cool-workflow
cw -q "What are the main risks here?"One command. CW auto-detects your repo and agent. Live streaming output included.
Pick an agent:
cw -q "..." -claude # Claude
cw -q "..." -codex # Codex
cw -q "..." -deepseek # DeepSeek| Command | Does |
|---|---|
cw -q "question" [-claude|-codex|-deepseek] |
Full auto architecture review |
cw version |
Show version |
cw update |
Update to latest release |
cw doctor |
Check setup |
cw fix |
Show fix commands |
cw demo tamper |
Prove trust checks work (30s) |
CW is a TypeScript control-plane with zero runtime deps. It delegates work to YOUR AI agent — it never runs a model itself. Every step is recorded, hash-chained, and tamper-evident.
ask simple -> run simple -> verify simple -> resume simple
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