Files
my-calm-game/development/_reference/ai/README.md
T

18 lines
680 B
Markdown

# AI Reference
Shared references for Codex and other AI coding agents in this project.
## Entry Points
| Topic | Location |
|---|---|
| Project contract | [AGENTS.md](../../../AGENTS.md) |
| Autonomous agent harness | [autonomous-agent-harness.md](autonomous-agent-harness.md) |
| Worker loop command | [scripts/run-agent-loop.mjs](scripts/run-agent-loop.mjs) |
| Pi worker wrapper | [scripts/run-pi-worker.mjs](scripts/run-pi-worker.mjs) |
| Question authoring | [question-authoring.md](question-authoring.md) |
Use `npm run agent:loop -- --task "<concrete task>"` when Codex delegates
implementation to Pi. Codex remains the orchestrator, verifier, reviewer, and
committer.