Changelog
v0.5.13 — Fortify LIVE
April 12, 2026
- Polar circuit breaker — 5-failure/60s window → OPEN; half-open recovery after 60s
- Fail-closed production semantics — any Polar outage = access denied (not env-var fallback)
- Retry with backoff — 3 attempts, 1s → 2s delay; 404/401 not retried
- Sanitization: 20+ providers — GitHub, AWS, Polar, Hugging Face, Replicate, SendGrid, Twilio, Mailgun, Slack, JWT, Bearer, Azure + catch-all
- Phase 2 tier-gate —
_validate_pioneer_key() calls Polar API in production (real-time billing enforcement)
- Lightweight
/register — consent-only UUID identity for anonymous Scholars (zero PII)
- CodeQL clean — 0 medium+ alerts; stack-trace-exposure fixed in registration handlers
- 485 tests — billing-critical coverage:
tier_gate.py 100%, polar_adapter.py 96%, polar_client.py 100%
- PR #131 · PR #133
v0.5.12 — Polar Integration + Legal v2.0
April 8, 2026
- PolarClient — Customer State API,
has_pioneer_access()
- PolarAdapter — 5-minute TTL cache, singleton, webhook-driven cache invalidation
- Webhook endpoint
POST /api/webhooks/polar — Standard Webhooks HMAC verification, 6 subscription events
- Legal pages v2.0 — Privacy Policy and Terms & Conditions with Polar Merchant of Record, Pioneer tier pricing, 14-day refund policy
- UUID Tracer —
print(TRACER_UUID, flush=True) in all 3 coordination tools for GCP log analytics bridge
- 312 tests, 52.76% coverage
- PR #123 · PR #124 · PR #125
v0.5.11 — Coordination Foundation
April 7, 2026
- 3 coordination tools —
coordination_handoff_create, coordination_handoff_read, coordination_team_status
- Tier-gate middleware — Scholar (free) vs Pioneer (paid) access control via
check_tier()
- Phase 1:
PIONEER_ACCESS_KEYS env var validation (Phase 2 Polar wiring in v0.5.13)
- 308 tests
- PR #122
v0.5.10 — Trinity Verified
April 5, 2026
- Trinity pipeline verified end-to-end with real multi-model inference
- 600-second timeout for long-running validation sessions
- Z Guardian
max_tokens enforcement (8,192 ceiling)
- BYOK Anthropic Claude 4 family (claude-opus-4-6, claude-sonnet-4-6)
- Prior reasoning compression — fixes token overflow in Z Agent
- Two-tier PILOT/EA registration with invite codes
- 290 tests
v0.5.7 — Two-Tier Pioneer + SYSTEM_NOTICE
March 29, 2026
- Two-tier access system (PILOT + EA) with invite codes
SYSTEM_NOTICE injection — server-side context for all tool calls
- PILOT detection at registration
v0.5.6 — Gateway: Early Adopter Registration
March 23, 2026
- Early Adopter registration at
/register (Z-Protocol v1.1 consent-first)
- UUID-based opt-out at
/optout (GDPR right to erasure)
- Firestore EA data store (GCP native)
- Privacy Policy v1.0 + Terms & Conditions v1.0
- 290 tests
v0.5.5 — Trinity Baseline
March 13, 2026
TrinitySynthesis Pydantic schema fix — founder_summary field added
- 3 regression tests for schema validation
- 208 tests, Phase 47 Ground Truth baseline established
v0.5.2 — Genesis v4.2 "Sentinel-Verified"
March 9, 2026
- Genesis v4.2 — forced citation patterns (C-S-P methodology)
- Z Guardian: compressed framework codes, max 5 per step (~45% token reduction)
- CS Agent:
stage + standards_cited[] per step mandatory
- L Blind Test #3 PASSED (11/11)
- 198 tests
v0.5.1 — Z-Protocol v1.1 + CS Security v1.1 "Sentinel"
March 7, 2026
- Z-Protocol v1.1 "Sentinel" — 21 frameworks, 4-tier jurisdictional analysis
- CS Security v1.1 — 6-stage, 12-dimension, OWASP Agentic AI framework
- Trinity baseline: 8.7/10 PROCEED
v0.5.0 — Foundation: BYOK v2 + SessionContext
March 1, 2026
- BYOK v2 — Bring Your Own Key with per-agent-call provider override
SessionContext dataclass — session state isolation, UUID tracing
- Structured error responses (
build_error_response)
- API key prefix auto-detection (gsk_, sk-ant-, AIza, sk-)
- Smithery removal complete
v0.4.0 — Unified Prompt Templates
January 30, 2026
- Prompt template library with import/export
- MCP Registry listing —
io.github.creator35lwb-web/verifimind-genesis
- Streamable HTTP transport
v0.1.0 — Genesis
January 12, 2026
Full release history:
github.com/creator35lwb-web/VerifiMind-PEAS/releases