Initialize calm game project
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 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) |
|
||||
|
||||
Use `npm run agent:loop -- --task "<concrete task>"` when Codex delegates
|
||||
implementation to Pi. Codex remains the orchestrator, verifier, reviewer, and
|
||||
committer.
|
||||
Reference in New Issue
Block a user