.gitattributes
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
anti_shortcut/__init__.py
anti_shortcut/__main__.py
anti_shortcut/audit.py
anti_shortcut/config.py
anti_shortcut/integration.py
anti_shortcut/interceptors.py
anti_shortcut/skill.py
anti_shortcut/state.py
anti_shortcut/validators.py
deploy/Dockerfile
deploy/README.md
deploy/docker-compose.yml
deploy/probe.py
deploy/seed_gate.py
examples/anti_shortcut_config.yaml
examples/demo.py
phase_barrier.egg-info/PKG-INFO
phase_barrier.egg-info/SOURCES.txt
phase_barrier.egg-info/dependency_links.txt
phase_barrier.egg-info/entry_points.txt
phase_barrier.egg-info/requires.txt
phase_barrier.egg-info/scm_file_list.json
phase_barrier.egg-info/scm_version.json
phase_barrier.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_integration.py
tests/test_interceptors.py
tests/test_skill.py
tests/test_state.py
tests/test_validators.py