File-based orchestration for multi-layer agent execution.
process -> subprocess -> threadexecution model- Isolated run folders under
tasks/.run/ - Queue-based task dispatch through
tasks/queue/ - Summary-first observation with logs on demand
- Go runner CLI exposed as
aproc
AGENTS.md- core operating modelroles/- role contractsdesigns/- design documentstasks/queue/- pending task definitionsrunner/- Go runner and CLI
cd runner
go build -o aproc .
./aproc "inspect the queue and prepare the next task"