From f2ff5a487605bab0a35f41113b0f864891779628 Mon Sep 17 00:00:00 2001 From: jester Date: Sat, 25 Apr 2026 20:34:54 +0000 Subject: [PATCH] Track API Velocity callback verification --- Codex/API/OPEN_ITEMS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Codex/API/OPEN_ITEMS.md b/Codex/API/OPEN_ITEMS.md index d519f8a..e442a7b 100644 --- a/Codex/API/OPEN_ITEMS.md +++ b/Codex/API/OPEN_ITEMS.md @@ -11,6 +11,7 @@ Only keep unfinished API work here. - align merged live-status readiness fields so Portal-facing `agentReady` semantics fully match semantic `/ready` - verify orphan/manual delete behavior after retirement of legacy PortPool release logic - decide whether the remaining Portal-side `/api/agent/:serverId/:action` bridge should be deleted outright or formally kept as compatibility-only Portal-owned behavior +- live-verify Velocity bridge lifecycle callbacks after `ZPACK_PROXY_STATUS_ENDPOINT` is set: confirm `registered_with_proxy`, `proxy_ping_ok`, and `proxy_ping_failed` land in `ContainerInstance.payload.proxy` and surface through `GET /api/servers/:id/status` ## Cleanup / consolidation priorities - fold repeated ownership/auth/IP-guard patterns into small concrete helpers without hiding route intent