OMNIABASE v0.2.0 - Omniabase Auditor
OMNIABASE v0.2.0 - Omniabase Auditor
This release introduces the standalone Omniabase Auditor entrypoint.
Entrypoint
python -m omniabase_auditor.cli --start 1 --end 1000 --bases 2:36 --out-dir report
CI gate
python -m omniabase_auditor.cli --start 1 --end 1000 --bases 2:36 --out-dir report --fail-on-fragile
What it does
OMNIABASE observes numbers across multiple bases and produces reproducible many-base measurement reports.
It measures:
- base observation
- length variance
- digit-sum variance
- entropy variance
- unique-digit variance
- normalized fragility
- invariance score
- hub score
Outputs
- report.json
- report.csv
- report.html
- fragile_numbers.jsonl
- invariant_numbers.jsonl
- certificate.json
Boundary
This is a measurement tool only.
No arithmetic proof is claimed.
No base is treated as privileged.
Validation
The release was validated with:
python -m pytest -q tests/test_omniabase_auditor.py
python -m omniabase_auditor.cli --start 1 --end 1000 --bases 2:36 --out-dir omniabase_release_report