Changelog
ChangedAPI
Faster public state coverage routes
Public state coverage routes are noticeably faster on the cold path.
Public state coverage routes are noticeably faster on the cold path by reusing the lightweight state path and skipping the heavy proof-graph walk when the requested coverage is already material.
statescoverageperformance
Commitsb3e0c6f
Related changes
ChangedAPI
Faster structured decision memos
Structured decision memos render faster across the public and MCP surfaces.
ChangedAPI
Bounded public facility and decision write latency
Public facility and decision writes are now bounded with a structured timeout fallback.
ChangedAPI
Bounded public auth and trust timeout fallbacks
Public auth and trust requests now degrade to a fast structured fallback instead of hanging.