diff --git a/Codex/Agent/README.md b/Codex/Agent/README.md new file mode 100644 index 0000000..1edc8c3 --- /dev/null +++ b/Codex/Agent/README.md @@ -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. \ No newline at end of file