Add Codex repo-specific tracking structure

This commit is contained in:
jester 2026-04-16 19:12:15 +00:00
parent 7d37283928
commit edab0a2955

20
Codex/Agent/README.md Normal file
View File

@ -0,0 +1,20 @@
# Agent Codex
Repo: `jester/zlh-agent`
Use this folder to track Agent-only work.
Read in this order:
1. `CURRENT_STATE.md`
2. `OPEN_ITEMS.md`
3. `DECISIONS.md`
Scope:
- game/dev container runtime behavior
- readiness/start/restart/process supervision
- local backup/restore behavior
- filesystem enforcement and runtime sandboxing
- runtime install/update/remove handling
- code-server / dev-environment behavior inside the container
Do not put API-only or Portal-only implementation details here unless they directly affect Agent behavior or integration.