This pack gives a coding agent the minimum public context needed to work in this repository without scanning the whole tree first.
It focuses on:
- the public runtime surface
- the shortest runnable examples
- the regression guardrails that define "done"
- cheatsheet.md - shortest execution loop
- 00-mental-model.md - protocol, runtime, and evidence boundaries
- contract.md - delivery contract and change workflow
- capability-coverage-map.md - capability to evidence mapping
- examples/README.md - offline-regression examples
This pack is intentionally compact. It is not a second documentation system.
- use
help/for user-facing guidance - use
examples/for human-facing runnable examples - use this directory when an agent needs a small, operationally useful context pack
examples/atomic/: one capability point per exampleexamples/recipes/: multi-step delivery patterns
Regression entrypoints:
python -m pytest tests/test_coding_agent_examples_atomic.py -q
python -m pytest tests/test_coding_agent_examples_recipes.py -q