LICENSE
MANIFEST.in
NOTICE
README.md
adapter_policy.toml
policy.toml
pyproject.toml
canon_gate/__init__.py
canon_gate/cli.py
canon_gate/demo.py
canon_gate.egg-info/PKG-INFO
canon_gate.egg-info/SOURCES.txt
canon_gate.egg-info/dependency_links.txt
canon_gate.egg-info/entry_points.txt
canon_gate.egg-info/requires.txt
canon_gate.egg-info/top_level.txt
canon_gate/boundary/__init__.py
canon_gate/boundary/audit.py
canon_gate/boundary/decorator.py
canon_gate/boundary/main.py
canon_gate/boundary/adapters/__init__.py
canon_gate/boundary/adapters/mock_adapter.py
canon_gate/boundary/adapters/script_adapter.py
canon_gate/core/__init__.py
canon_gate/core/adapters.py
canon_gate/core/config.py
canon_gate/core/manifest_generator.py
canon_gate/core/models.py
canon_gate/core/orchestration.py
canon_gate/core/policy.py
canon_gate/resources/__init__.py
canon_gate/resources/adapter_policy.example.toml
canon_gate/resources/policy.example.toml
operator_console/__init__.py
operator_console/main.py
operator_console/models.py
operator_console/static/console.html
runtime_host/__init__.py
runtime_host/main.py
scripts/delete_demonstration_artifact.py
scripts/fail.py
scripts/health_check.py
scripts/write_demonstration_artifact.py
tests/test_cli.py
tests/test_decorator.py
tests/test_main.py
tests/test_manifest.py
tests/test_operator_console.py
tests/test_runtime_host.py
tests/test_script_adapter.py
tests/test_scripts.py
tests/test_validation.py