From 87ac4ba9ccfe304138cc345f4ca7414992859ecb Mon Sep 17 00:00:00 2001 From: jester Date: Thu, 16 Apr 2026 19:07:28 +0000 Subject: [PATCH] Add Codex repo-specific tracking structure --- Codex/API/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Codex/API/README.md diff --git a/Codex/API/README.md b/Codex/API/README.md new file mode 100644 index 0000000..52279e1 --- /dev/null +++ b/Codex/API/README.md @@ -0,0 +1,19 @@ +# API Codex + +Repo: `jester/zpack-api` + +Use this folder to track API-only work. + +Read in this order: +1. `CURRENT_STATE.md` +2. `OPEN_ITEMS.md` +3. `DECISIONS.md` + +Scope: +- agent transport and contract handling +- API readiness semantics +- backup forwarding and response contracts +- billing/auth/API-side lifecycle flows +- hosted IDE/API-side proxy and token flow + +Do not put Portal-only or Agent-only implementation details here unless they directly affect API behavior or integration. \ No newline at end of file