From 3b6f10a20a803e9bbf8a1ecaaabdd8a75c2fc537 Mon Sep 17 00:00:00 2001 From: jester Date: Thu, 16 Apr 2026 19:33:36 +0000 Subject: [PATCH] Clarify API open items --- Codex/API/OPEN_ITEMS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Codex/API/OPEN_ITEMS.md b/Codex/API/OPEN_ITEMS.md index 8e2d2dd..18be7b2 100644 --- a/Codex/API/OPEN_ITEMS.md +++ b/Codex/API/OPEN_ITEMS.md @@ -3,9 +3,9 @@ Only keep unfinished API work here. ## Active -- normalize backup response shape now that callers tolerate multiple field names -- simplify and harden `devProxy` -- service discovery migration for remaining hot-path references +- normalize backup response shape: define canonical success bodies for list/create/restore/delete and a stable error envelope that preserves agent details +- simplify and harden `devProxy`: reduce repeated hosted/tunnel logic, confirm cookie/security settings for production, and keep websocket/http behavior consistent +- service discovery migration: audit edge publish/DNS/Cloudflare/Technitium, Prometheus SD, dev IDE wildcard, and post-provision hot paths for direct host assumptions - provisioning validation follow-up where API behavior is involved ## Verify before re-opening