OMNIA-RADAR v1.0.1 - OMNIA Radar Auditor
OMNIA-RADAR v1.0.1 - OMNIA Radar Auditor
This release publishes the standalone OMNIA Radar Auditor entrypoint.
Entrypoint
python -m omnia_radar_auditor.cli --input examples/sample_radar_stream.jsonl --out-dir report
CI gate
python -m omnia_radar_auditor.cli --input examples/sample_radar_stream.jsonl --out-dir report --fail-on-alert
What it does
OMNIA-RADAR audits structural observation streams over time.
It measures:
- baseline deviation
- step-to-step shock
- radar score
- signal / drift / anomaly / alert classification
Outputs
- report.json
- report.csv
- report.html
- drift_events.jsonl
- anomaly_events.jsonl
- alert_events.jsonl
- certificate.json
Boundary
This is a measurement tool only.
Radar alert means structural deviation inside supplied streams.
It is not semantic danger.
It is not future prediction.
Validation
The release was validated with:
python -m pytest -q tests/test_omnia_radar_auditor.py
python -m omnia_radar_auditor.cli --input examples/sample_radar_stream.jsonl --out-dir omnia_radar_release_report