-
Notifications
You must be signed in to change notification settings - Fork 0
Repo Map
Nick edited this page Sep 3, 2026
·
1 revision
What every top-level folder and file is for, one line each — most are fixed by a tool, a test, or the release chain.
| Place | What it is |
|---|---|
plugins/cool-workflow/ |
The product itself: TypeScript source (src/), committed build (dist/), tests, scripts, man-page docs, manifests |
plugins/cool-workflow/project/docs/ |
Repo-level docs: wiki source, audits, benchmark notes, the v2 rebuild SPEC, architecture plans. Outside the npm files allowlist and the man-page index — never shipped |
v2/conformance/ |
Black-box conformance suite — pins the shipping CLI's observable behavior byte for byte; CI runs it on every PR. Stays at the repo root deliberately: an arm's-length judge of plugins/cool-workflow/, not a part of it |
plugins/cool-workflow/project/examples/ |
Worked examples, e.g. a real published self-audit with line-cited findings |
plugins/cool-workflow/scripts/bench/ |
The benchmark runner (see docs/benchmark.md) |
Formula/ |
Homebrew formula — brew only finds it at this exact path |
.cw-release/ |
Append-only release trust records: gate markers, signed reviewer verdicts. Never edit or delete by hand |
.github/ |
CI workflows: build/test matrix, conformance, CodeQL, gitleaks, release gate, npm publish |
.claude-plugin/, .agents/plugins/
|
Plugin/marketplace manifests so LLM clients can discover CW |
AGENTS.md |
The binding rules for coding agents working ON this repo; the one source of truth (also carries product direction/moat, long-term build memory, and the release runbook merged in from the former DIRECTION.md, CLAUDE.md, PROJECT_MEMORY.md, and RELEASE.md) |
Organized from local Obsidian notes and reconciled with the current
coo1white/cool-workflow repository state.
Start here
Go deeper
- Architecture
- Repo Map
- Workflow Apps
- Commands or API
- MCP And Manifests
- Trust And Audit
- Recovery And Restore
- Operations
- FAQ
Source docs