Document question authoring workflow

This commit is contained in:
2026-06-27 11:22:16 +03:00
parent 9e19931d8b
commit 85168b8d1e
3 changed files with 189 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@ Shared references for Codex and other AI coding agents in this project.
| 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