Skip to content

Reference validator + retrocausal repair for Omega 1.0. Enforces leak-first, export budgets, veil/coherence/twist gates, E_safe, τ_curl. DOI: 10.5281/zenodo.17851364

License

Notifications You must be signed in to change notification settings

Maxbanker/omega1-validator

Omega 1.0 Validator — Reference App (RC)

Author: Steven lanier-Egu · Division: SEAL Division
DOI (Omega 1.0): https://doi.org/10.5281/zenodo.17851364

This repository contains a Streamlit application that operationalizes core Omega 1.0 constraints with an auditable validation + retrocausal repair workflow. It encodes leak-first vetoes, export-budget recomputation, veil/coherence/twist gates, ethics-safe gating under uncertainty/adversary load, a lightweight tri-temporal guard, and physics-style early warnings (11D twist and τ_curl).

What it demonstrates

  • Leak-first & export budget conservation (no export while leaking/overspending).
  • Gates: ethics-veil, identity-veil, coherence floors, twist limit.
  • E_safe: ethics attenuated by uncertainty and adversary pressure.
  • Tri-temporal guard: freeze updates if veils are thin in (t-1, t, t+1).
  • Retrocausal repair: clamped, per-gate gains; time-decay; dual stopping; post-sweep re-eval.
  • Early warnings: 11D twist + τ_curl for pre-collapse detection.
  • Auditability: before/after charts, blocker surfacing, retro journal CSV/JSON, config snapshots.

Quickstart

# 1) Install
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

# 2) Run
streamlit run app.py

Upload a JSON log (see examples/) and use the Validate tab to inspect gates and blockers. Use the Retrocausal Repair tab to apply a safe backward sweep and export repaired runs and journals.

Examples

  • examples/failing.json — intentionally fails on leak and veil floors.
  • examples/passing.json — passes all gates.
  • examples/reparable.json — fails initially, but repairs within a few iterations.

Traceability (Omega 1.0 → implementation)

Spec Theme Enforcement / Signal Where
Leak-first Export veto + violation message Tick.validate()
Export budget Recompute & mismatch violation Tick.validate()
Ethics / Identity veils Floors with margins Tick.validate()
Coherence floor Floor with margin Tick.validate()
Twist limit Threshold Tick.validate()
E_safe Ethics attenuated by uncertainty/adversary Tick.validate()
Tri-temporal guard Update freeze (t-1,t,t+1) Retro sweep
Retro repair Monotone clamped boosts + dual stop Retro sweep
τ_curl early-warning XSFT 11D curl proxy, NaN when dims<11 Validation & repair

Note: This app is a validator/repair demo, not a full governance/routing engine.
Formal committee voting/quarantine, per-route proofs, and suture/routing are out of scope here.

Citing

Please cite the Omega 1.0 framework via its DOI and credit the author and division:

About

Reference validator + retrocausal repair for Omega 1.0. Enforces leak-first, export budgets, veil/coherence/twist gates, E_safe, τ_curl. DOI: 10.5281/zenodo.17851364

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published