From 7d37283928ace6a8374a1872e598239e53d851d8 Mon Sep 17 00:00:00 2001 From: jester Date: Thu, 16 Apr 2026 19:09:55 +0000 Subject: [PATCH] Add Codex repo-specific tracking structure --- Codex/Portal/DECISIONS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Codex/Portal/DECISIONS.md diff --git a/Codex/Portal/DECISIONS.md b/Codex/Portal/DECISIONS.md new file mode 100644 index 0000000..16acb12 --- /dev/null +++ b/Codex/Portal/DECISIONS.md @@ -0,0 +1,11 @@ +# Portal — Decisions + +## Settled +- Portal should consume API-normalized state, not talk directly to agents for normal status/actions. +- `agentStatus === online` is not enough by itself for game action eligibility. +- `ready === false` does not automatically mean a stopped server is unstartable. +- backup actions should not be blocked purely by frontend readiness assumptions when backend can decide validity. + +## Tracking rule +- when Portal work completes, remove it from `OPEN_ITEMS.md` +- if it changes long-lived UX/state model assumptions, update `CURRENT_STATE.md` or this file