Initialize calm game project

This commit is contained in:
2026-06-27 08:37:40 +03:00
commit cc7aec8db5
34 changed files with 5329 additions and 0 deletions
+16
View File
@@ -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.