From 2702ba71e55604300f3e9684c1e9a0d9f39a7bba Mon Sep 17 00:00:00 2001 From: jester Date: Thu, 16 Apr 2026 19:13:27 +0000 Subject: [PATCH] Add Codex repo-specific tracking structure --- Codex/Agent/OPEN_ITEMS.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Codex/Agent/OPEN_ITEMS.md diff --git a/Codex/Agent/OPEN_ITEMS.md b/Codex/Agent/OPEN_ITEMS.md new file mode 100644 index 0000000..1bd7756 --- /dev/null +++ b/Codex/Agent/OPEN_ITEMS.md @@ -0,0 +1,35 @@ +# Agent — Open Items + +Only keep unfinished Agent work here. + +## Active +- validate local Minecraft backup/restore flow on real live servers +- retention refinement for local backups/checkpoints +- runtime install verification improvements +- catalog hash validation +- runtime removal / upgrade handling +- runtime update process for dev containers +- PATH normalization +- shell profile consistency +- runtime PATH injection +- graceful shutdown verification +- process reattachment on agent restart +- SSH server install in dev provisioning +- structured logging for Loki +- `provisioningComplete` state surfacing in `/status` + +## Clarified boundary +- do not add agent-side remote/offsite backup sync if PBS/platform layer is the intended durability path +- agent backup scope is local, app-aware rollback + +## Verify before re-opening +- readiness-aware start/restart unification +- guarded operation locking +- crash recovery path consolidation +- local Minecraft backup CRUD +- pre-restore checkpoint hardening + +## Not Agent-owned +- API response-shape normalization for frontend consumers +- portal UX/polish +- PBS/offsite backup strategy