You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(runtime): cap the registries, flights, and retained diagnostics
Every operational registry now answers admission before work begins: turns
at the fetch boundary, WebSockets before the upgrade, storage workers and
mutation homes before spawning, credential-refresh and pool-quota flights
before their requests, catalog gathers before providers are contacted.
Diagnostic rings and fixed slots account their bytes and truncate on a
UTF-8 boundary, discovery and usage reads are byte-bounded with truncation
made visible through the management API down to the GUI, and the Cursor
MCP manager stages its catalog transactionally under typed limits. The
shared gate lives in src/lib/admission.ts; the 035 plan doc carries the
four audit rounds that moved each cap onto its real owner.
0 commit comments