LICENSE
README.md
pyproject.toml
govengine/__init__.py
govengine/action_compiler.py
govengine/action_schema.py
govengine/action_validators.py
govengine/api.py
govengine/capability_recipes.py
govengine/capability_recipes.yaml
govengine/context.py
govengine/execution_backend.py
govengine/ooda.py
govengine/roles.py
govengine/sclite_adapter.py
govengine/sclite_contracts.py
govengine/scope.py
govengine/semantic_loss_policy.py
govengine/state_store.py
govengine/tool_registry.py
govengine/tool_registry.yaml
govengine.egg-info/PKG-INFO
govengine.egg-info/SOURCES.txt
govengine.egg-info/dependency_links.txt
govengine.egg-info/requires.txt
govengine.egg-info/top_level.txt
govengine/contracts/__init__.py
govengine/contracts/execution.py
govengine/execution/__init__.py
govengine/execution/approved_spec.py
govengine/execution/command_shape.py
govengine/execution/runner.py
govengine/execution/runner_protocol.py
govengine/execution/ticket_gate.py
govengine/policy/__init__.py
govengine/policy/core.py
govengine/policy/gateway.py
tests/test_api_hardening.py
tests/test_execution_helpers.py
tests/test_ooda_controller.py
tests/test_runner_protocol.py
tests/test_standalone_smoke.py