From 1b2c549b784dd76a030d9776d8fd6f739044f7df Mon Sep 17 00:00:00 2001 From: jester Date: Thu, 16 Apr 2026 19:08:51 +0000 Subject: [PATCH] Add Codex repo-specific tracking structure --- Codex/Portal/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Codex/Portal/README.md diff --git a/Codex/Portal/README.md b/Codex/Portal/README.md new file mode 100644 index 0000000..55bd4a2 --- /dev/null +++ b/Codex/Portal/README.md @@ -0,0 +1,20 @@ +# Portal Codex + +Repo: `jester/zpack-portal` + +Use this folder to track Portal-only work. + +Read in this order: +1. `CURRENT_STATE.md` +2. `OPEN_ITEMS.md` +3. `DECISIONS.md` + +Scope: +- dashboard and control surface behavior +- readiness / operation / maintenance UI +- backup UI +- billing and auth UI +- hosted IDE entry flow from the frontend +- SSH snippet / power-user access UX + +Do not put API-only or Agent-only implementation details here unless they directly affect Portal behavior or integration. \ No newline at end of file