July 5, 2026USDC-on-Solana rail activated + public API transfer decisions
usdc_solana promoted to an active rail in the decision engine, and POST /api/v1/decisions now accepts stablecoin transfer intents for early-access orgs: rail-scoped v2 policies, velocity limits over prior authorizations, org kill-switch parity, and every decision hash-chained with the canonical transfer fingerprint. Exact 6-decimal amounts end to end.
July 4, 2026Solana ingestion + chain-vs-books reconciliation engine
@axiru/rails-solana (SPL transfer ingestion: CPI-aware, Token-2022, resumable pagination) and the reconciliation matcher: signature-anchored matching with amount verification, deterministic amount+time fallback, and typed exceptions. Unknown-wallet detection fires even on matched transfers, the payout-redirect fraud shape.
July 3, 2026Cross-rail hardening batch
Velocity limits on agent pre-authorizations now evaluate real rolling-window spend aggregates (fail-closed to approval when unavailable), refund execution holds a crash-safe lease with a Stripe re-check on reclaim, and v1/v2 evaluator disagreements page operators through the alerting pipeline.
July 2, 2026Security & correctness audit batch 2
All P0 and P1 findings from the July 2 external codebase review fixed and merged with regression tests. CI now also runs the write-path guard and the ontology/actions suites on every PR.
July 1, 2026Phase 0 of stablecoin controls: ontology + actions registry
@axiru/ontology v0 and @axiru/actions v0 shipped: typed objects, 13 governed verbs, staged-by-default agent execution with graduated autonomy, rail_stablecoin flag, and the Policy Spec v0.1 draft. The foundation for governing money movement beyond Stripe.
May 27, 2026Cross-rail ops dashboard: shadow agreement + quarantine queue
/dashboard/ops/cross-rail now surfaces the v1-vs-v2 evaluator agreement rate with an explicit M11 cutover gate, plus quarantine-queue KPIs and a JSON feed. First customer-visible slice of M9.
May 23, 2026Security audit batch 1: C-1, H-1, H-2, plus mediums and lows
Critical content-type guards, timing-safe token compare, error-response sanitization, rate-limit fingerprint hardening, and the Slack response_url allowlist (SSRF guard) shipped after external review.
May 23, 2026API truth pass on /implementation and /pricing
Marketing pages now reference the real POST /api/v1/decisions endpoint (replacing an aspirational /v1/decide), and the MCP snippets use the real spend-governance tools: axiru.request_spend_approval and axiru.check_spend_policy. Filed two external reviewer audits in /docs/audits.
May 23, 2026Public roadmap (this page) + /implementation engineer page
Trajectory now visible to buyers without scheduling a call. Engineer-facing /implementation page shows the 10-line integration plus MCP examples.
May 2026Typed-v2 Prisma PolicyV2 reader for x402 authorizations
End-to-end wiring through Decision Engine v2 + Prisma-backed v2 policies + signer. /api/v1/authorizations now serves real customer policy data.
May 2026Automated key-rotation rehearsal driver + green log
18 assertions across 7 steps. First green log archived under docs/cross-rail/key-rotation-rehearsals/. Operationalizes M12.
May 2026x402 demo: fail-closed scenarios + downstream verification
Demo app exercises invalid-token / expired-token / wrong-rail paths and verifies the Go verifier rejects them. Foundation for M7's conformance suite.
May 2026Fail-closed contract test at the service seam
Locks the fail-closed default at the engine's service boundary so regressions surface in CI, not in production. Required by SOC 2 control narrative.