fix: make branch follower k8s native

This commit is contained in:
Codex
2026-07-03 07:06:18 +00:00
parent 13d0a3ec8d
commit 67c805b69b
38 changed files with 1074 additions and 2363 deletions
@@ -0,0 +1,10 @@
# AgentRun Resources
New Code Queue work uses AgentRun resource primitives:
- `agentrun create|apply` for task/AipodSpec manifests.
- `agentrun get|describe` for bounded list/detail reads.
- `agentrun events|logs|result` for progressive disclosure.
- `agentrun dispatch|ack|cancel` for lifecycle control.
Do not add new mutation paths under legacy `codex`.