Changelog
ChangedAPI
Bounded public facility and decision write latency
Public facility and decision writes are now bounded with a structured timeout fallback.
Public facility and decision-memo writes now run under a tight latency budget with a structured timeout fallback, so a single slow Supabase call cannot pin the request thread. Surfaces a fast 503 instead of a hung connection.
latencyfacilitydecision
Commitsb2292b8
Related changes
ChangedAPI
Public smoke proof and faster facility scope resolution
Public smoke checks now proof the launch story and facility scope resolution is faster.
ChangedAPI
Faster structured decision memos
Structured decision memos render faster across the public and MCP surfaces.
ChangedAPI
Bounded public auth and trust timeout fallbacks
Public auth and trust requests now degrade to a fast structured fallback instead of hanging.