From edab0a2955a2e93f4fc0f1a541b8175e4d73248b Mon Sep 17 00:00:00 2001 From: jester Date: Thu, 16 Apr 2026 19:12:15 +0000 Subject: [PATCH] Add Codex repo-specific tracking structure --- Codex/Agent/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Codex/Agent/README.md 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