Examples
July 9, 2026 · View on GitHub
Progressive examples for learning and dogfooding outerloop. Start at full-factory, then explore by phase.
Index
| Example | Start here if you want to… | Demo script |
|---|---|---|
| full-factory | See the core loop end-to-end | pnpm demo |
| cursor-only | Adopt with Cursor only (no loop-engineering) | — |
| phase2 | Add taste profiles and backpressure policy | pnpm demo:phase2 |
| phase3 | Harness boundaries, cognitive debt, audit | pnpm demo:phase3 |
| v2 | Ink TUI, web dashboard, coordination | pnpm demo:v2 |
Recommended path
- full-factory — evidence package → verdict → ledger → answerability
- phase2 — capture taste from critique sessions, evaluate policy
- phase3 — harness init, attention routing, brownfield scan
- v2 — dashboards and multi-loop coordination registry
Fixtures
full-factory/fixtures/ contains a loop-engineering-style project with pre-built .outerloop/ artifacts. Most demos use this as --project-root.
pnpm build
pnpm outerloop evidence package --run-id latest \
--project-root examples/full-factory/fixtures