Structured Data
Release Metadata
| Version | v1.31 |
|---|---|
| Release Era | Enterprise |
| New Capabilities | 8 |
| Cumulative Capabilities | 127 |
| Cumulative Tests | 838 |
Era Context
Enterprise Era
Knowledge packs, den operations, electronics education, vision-to-mission pipeline, MCP integration, brainstorming, and OpenStack cloud platform.
Progression Metrics
| Before v1.31 | 119 capabilities |
|---|---|
| Added | +8 capabilities |
| After v1.31 | 127 capabilities |
| Gateway Tools | 19 across 6 groups |
| Trust Decay | 30-day lifecycle |
Capabilities Introduced
Architectural Decisions
- Shared TypeScript + Rust types with Zod schemas and serde round-trip parity — language boundary type safety; same type definitions enforced at compile time in both TypeScript (Zod) and Rust (serde) layers
- 19 tools across 6 groups with Streamable HTTP + bearer auth and scope enforcement — Gateway MCP Server design; Streamable HTTP chosen over WebSocket for simpler proxy and load-balancer compatibility
- SCOUT and VERIFY as MCP servers, EXEC as MCP client — Agent Bridge inter-agent communication with context isolation; role separation prevents shared mutable state across agent boundaries
- Hash verification + 30-day trust lifecycle decay + staging gates on all paths — security pipeline defense in depth; trust is earned and expires, never assumed; deny-by-default wiring rules
Breaking Changes
None.

