Skip to content

Releases: nah414/Phoenix

Phoenix v1.0.0 — first stable release

28 May 19:49
12c9198

Choose a tag to compare

Phoenix v1.0 final. Production-grade quantum-accuracy middleware promoted from 1.0.0rc1 after a two-week baking period. Content-equivalent to rc1; no source changes between the release candidate and final.

This tag points at commit 12c9198 — the last v1.0-line commit before the v1.1 development line opened with Phase 13 (cognition substrate + MCP-client mode) on 2026-05-19. The pyproject.toml at this commit reads 1.0.0rc1; the 1.0.0 promotion is symbolic of the release state's stability.

What v1.0 ships

  • Trinity Core — three peer engines:
    • Solver + Control vendored from dr-frank-and-eddy v6.6
    • Orchestrate built greenfield in Phoenix per the 2026-05-06 SynQc-greenfield revision
  • Seven wrapping layers per PHOENIX_ARCHITECTURE_v1.md:
    1. Front door (REST canonical + WebSocket + CLI + MCP)
    2. Task grammar (structured-JSON + grammar-token + LoRA-NL)
    3. Router (provider selection + hardware-aware routing + failover)
    4. Verification gate (three-axis wobble with five-rung adaptive depth)
    5. Safety gate (9-stage pipeline with typed Actor HMAC auth)
    6. Dev-ops backdoor (/v1/admin/* inspection + 7 mutation endpoints)
    7. Phoenix Cloud abstraction seams (10.3.1 CloudSeams registry)
  • Mandatory three-axis wobble verification — cross-precision, cross-control, cross-provider — on every solve, with depth adapting to user's max_error_bar
  • Hashchained Omega Ledger provenance with bit-exact replay (three modes: default / strict / replay)
  • End-to-end cost-ceiling enforcement with per-actor + per-org 24h-window accumulators

Distribution artifacts

Built via GitHub Actions matrix (ubuntu-latest + windows-latest × py3.11/3.12/3.13):

  • pip wheel + sdistphoenix-middleware
  • Docker image — multi-stage python:3.12-slim with NATS JetStream bundled, healthcheck on /v1/health
  • Nuitka standalone binary — Linux + Windows (macOS deferred to v1.1)

Acceptance

  • 1160+ tests passing
  • mypy --strict clean on 168 source files
  • All Section 10.7 v1 acceptance tests pass (@pytest.mark.acceptance)
  • Long-window bit-exact replay verified across simulated 180-day clock advance
  • All v1.0 open design tensions catalogued in Section 11 either RESOLVED in v1, RESOLVED as v1.1 locked-deferrals, or RESOLVED as out-of-scope (per the 2026-05-20 second-round resolution)

What's next

Phoenix v1.1 development opened 2026-05-19 with Phase 13 (cognition substrate + MCP-client mode) at 1.1.0.dev0. As of release time, the following sub-improvements have landed on main:

  • 13.x.1 — MCPClient defense-in-depth dispatch gates
  • 13.x.2 — streaming impls for OpenAI / Google / LiteLLM adapters
  • 13.x.3 — cognition replay engine (binary comparator + classifier hook)
  • 13.x.6 — encryption ceremony (age-based reference impl)

Planned follow-ups: 13.x.4 (classifier integration for cognition replay), 13.x.7 (encryption admin CLI + rotate endpoint), 13.x.8 (per-actor key isolation).

The perception harness extension plan (PHOENIX_PERCEPTION_HARNESS_PLAN_v1.md, locked 2026-05-07) is now unblocked for build-guide drafting following Phase 13's landing.

License

Apache License, Version 2.0. See LICENSE.


🤖 Generated with Claude Code as design partner.