Examples
Four small system stories showing how the patterns compose in practice.
Read the examples as compositions
Each example starts with a concrete operating shape and names the patterns doing the work. They use the workspace convention: open the Git control repository as the coding-agent project root, keep managed repositories below ignored repos/, and let ws run create bounded mutation worktrees. None of them is a mandatory deployment blueprint.
- 01 — Single Repo / Single Agent
- 02 — Multi-Repo Context
- 03 — Two Concurrent Agents
- 04 — Housekeeper + Coding Agent
As complexity increases, the underlying lifecycle stays recognizable: bounded Run, explicit scope, Candidate, validation, and integration.
The dogfood workspace is the concrete end-to-end example: its control repository manages the independent reference implementation, documentation, and fixture repositories through the same manifest and CLI lifecycle.