Skip to content

OMNIAMIND v0.1.1 - OMNIAMIND Orchestration Auditor

Choose a tag to compare

@Tuttotorna Tuttotorna released this 25 May 04:35

OMNIAMIND v0.1.1 - OMNIAMIND Orchestration Auditor

This release publishes the standalone OMNIAMIND Orchestration Auditor entrypoint.

Entrypoint

python -m omniamind_orchestrator.cli --input examples/sample_orchestration_trace.jsonl --out-dir report

CI gate

python -m omniamind_orchestrator.cli --input examples/sample_orchestration_trace.jsonl --out-dir report --fail-on-boundary-violation

What it does

OMNIAMIND Orchestration Auditor audits cognition-like orchestration traces against the OMNIA boundary.

It detects:

  • boundary violations
  • decision leaks
  • ignored STOP / halt signals
  • actions before measurement
  • internal decision ownership
  • consciousness claims
  • semantic-truth claims outside measurement boundary

Outputs

  • report.json
  • report.csv
  • report.html
  • boundary_violations.jsonl
  • decision_leaks.jsonl
  • halt_events.jsonl
  • certificate.json

Boundary

OMNIA measures.

OMNIAMIND orchestrates.

OMNIA-LIMIT interrupts.

The decision remains external.

Negative claims

OMNIAMIND is not artificial consciousness.

OMNIAMIND is not a decision engine.

OMNIAMIND does not claim semantic truth.

OMNIAMIND does not replace OMNIA.

Validation

The release was validated with:

python -m pytest -q tests/test_omniamind_orchestrator.py
python -m omniamind_orchestrator.cli --input examples/sample_orchestration_trace.jsonl --out-dir omniamind_release_report