.gitattributes
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
action.yml
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/paths.py
anti_shortcut/sidecar.py
anti_shortcut/skill.py
anti_shortcut/state.py
anti_shortcut/validators.py
anti_shortcut/languages/__init__.py
anti_shortcut/languages/base.py
anti_shortcut/languages/go.py
anti_shortcut/languages/java.py
anti_shortcut/languages/javascript.py
anti_shortcut/languages/js_count_tests.cjs
anti_shortcut/languages/python.py
anti_shortcut/languages/rust.py
deploy/Dockerfile
deploy/README.md
deploy/docker-compose.yml
deploy/probe.py
deploy/seed_gate.py
deploy/k8s/README.md
deploy/k8s/gate-keeper.yaml
deploy/k8s/gate-sidecar.yaml
deploy/k8s/pvc.yaml
docs/blog/2026-08-29-phase-barrier-intro.md
examples/anti_shortcut_config.yaml
examples/anti_shortcut_go_config.yaml
examples/anti_shortcut_js_config.yaml
examples/anti_shortcut_rust_config.yaml
examples/demo.py
examples/minimal_agent.py
examples/custom_adapter/demo.py
examples/custom_adapter/foo_config.yaml
examples/custom_adapter/foo_language.py
examples/custom_adapter/pyproject.toml
examples/github-action/gate-go.yml
examples/github-action/gate-rust.yml
examples/github-action/gate.yml
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_cov_gate.py
tests/test_go_adapter.py
tests/test_integration.py
tests/test_interceptors.py
tests/test_java_adapter.py
tests/test_javascript_adapter.py
tests/test_languages.py
tests/test_rust_adapter.py
tests/test_sidecar.py
tests/test_skill.py
tests/test_state.py
tests/test_validators.py