Skip to content

v0.2.0 — Compound Policy DSL, OTel Export, QueueWaves

Choose a tag to compare

@anulum anulum released this 04 Mar 03:56
· 3455 commits to main since this release

Added

  • Compound policy DSLCompoundCondition with AND/OR logic over multiple PolicyCondition triggers
  • Action chainsPolicyRule.actions accepts a list of PolicyAction items fired on a single trigger
  • Rule rate-limiting — per-rule cooldown_s and max_fires fields
  • stability_proxy metric in policy conditions (global mean R)
  • OpenTelemetry exportOTelExporter with span instrumentation, gauge metrics, step counter; no-op fallback
  • QueueWaves — real-time microservice cascade failure detector with Prometheus ingestion, WebSocket streaming, dashboard, webhook alerts (60 tests, >90% coverage)
  • 12 new domainpacks (total: 21)
  • 3 adapter bridges: FusionCoreBridge, PlasmaControlBridge, QuantumControlBridge
  • Deterministic replay from audit.jsonl with chained phase-vector verification (spo replay --verify)

Fixed

  • [P0] Rust ImprintModel.modulate_lag antisymmetry fix
  • [P0] CLI run now applies K and Psi supervisor actions
  • [P0] stability_proxy uses mean R across all layers
  • [P1] compute_plv raises on mismatched arrays
  • All domainpack binding specs use semver

See CHANGELOG.md for full details.