Roadmap

What's shipped, what's being built, and what's coming next. Updated with each release. Follow GitHub Releases for shipping notifications.

Shipped
In Progress
Planned
Exploring

Shipped

14 items

Released and stable in the latest version.

Core policy enginev0.1.0

createGovernance(), enforce(), register(). 13 condition types. Boolean combinators. Priority-ordered evaluation.

core
Shipped
Mastra adapters (middleware + processor)v0.1.0

createGovernanceMiddleware() and createGovernedMCPProcessor() — wrap every tool call with a single line.

adapters
Shipped
Vercel AI SDK adapterv0.2.0

createGovernedTools() wraps any AI SDK tool definition with before-action enforcement.

adapters
Shipped
64+ pattern injection detectionv0.2.0

detectInjection() across 7 categories: instruction override, role switch, data exfil, command injection, goal hijacking, prompt leakage, and more.

security
Shipped
Kill switchv0.2.0

kill(), killAll(), revive(), reviveAll() at priority 999. Fleet-wide emergency stop.

core
Shipped
7-dimension governance scoringv0.2.0

Composite 0–100 score across auth, guardrails, observability, audit, oversight, compliance, identity. L0–L4 levels.

scoring
Shipped
LangChain adapterv0.3.0

governTool() wraps any DynamicTool or StructuredTool with full policy enforcement.

adapters
Shipped
HMAC-SHA256 audit chainv0.3.0

createIntegrityChain() with append(), verify(), and export(). Tamper detection with exact broken-link location.

auditsecurity
Shipped
EU AI Act compliance modulev0.3.0

assessCompliance() mapping to Articles 9, 11, 12, 14, 15, 50. getDaysUntilDeadline().

compliance
Shipped
PostgreSQL storage adapterv0.3.0

Auto-migration on first connect. No migrations file needed. Zero config beyond connection string.

storage
Shipped
GovernanceEmitter + MetricsCollectorv0.4.0

on('enforce', 'register', 'kill', 'score') lifecycle hooks. Latency histograms, block ratios, enforcement rates.

observability
Shipped
OpenAI Agents SDK adapterv0.5.0

governAgent() for @openai/agents. Govern an entire OpenAI agent with one call.

adapters
Shipped
Enterprise module GAv0.5.0

createEnterpriseGovernance(): RBAC, multi-tenant namespacing, fleet analytics, policy templates (fintech, healthcare, saas).

enterprise
Shipped
945+ tests · 0 failuresv0.5.0

100% coverage on enforcement hot path. Property-based tests on chain integrity. Load tests for sub-ms enforcement at 10k RPS.

quality
Shipped

In Progress

2 items

Actively being built. Expected in Q2 2026.

GraphQL / REST enforcement hooksQ2 2026

Middleware adapters for Apollo Server, tRPC, and Hono that govern AI-generated query execution before resolver runs.

adapters
In Progress
Agent drift detectionQ2 2026

Detect when a registered agent's tool usage pattern drifts from its baseline. Alert or auto-kill on statistical anomaly.

scoringsecurity
In Progress

Planned

4 items

On the roadmap with clear scope. Not yet started.

MCP server governanceQ2 2026

Native adapter for Model Context Protocol servers. Govern MCP tool calls before they reach connected clients.

adapters
Planned
Wasm enforcement runtimeQ3 2026

Compile the enforcement hot path to WebAssembly. Sub-50μs enforcement in any runtime including Cloudflare Workers.

performance
Planned
Governance dashboard SaaSQ3 2026

Hosted version of the admin dashboard with live fleet metrics, audit log search, compliance reporting, and team management.

enterpriseproduct
Planned
Policy-as-code CLIQ3 2026

governance validate, governance apply, governance diff — manage policies from git, deploy via CI/CD pipeline.

devtools
Planned

Exploring

3 items

Research phase. No commitment on timeline.

Cross-agent trust graph

When agent A calls agent B, propagate governance context and enforce trust-level requirements across the call graph.

multi-agent
Exploring
Formal verification of enforcement paths

Use Z3/SMT solvers to prove that a policy set can't have conflicting rules that produce undefined outcomes.

qualitysecurity
Exploring
Real-time policy sync via CRDT

Conflict-free replicated policy updates across distributed agent instances with guaranteed consistency.

enterprise
Exploring
Missing something?

Open an issue or start a discussion on GitHub Discussions. We read everything.

Open an issue →