.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/evidence.py
anti_shortcut/integration.py
anti_shortcut/interceptors.py
anti_shortcut/paths.py
anti_shortcut/proxy.py
anti_shortcut/proxy_client.py
anti_shortcut/remote_audit.py
anti_shortcut/sdk.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/csharp.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/ruby.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/evidence-gate.yml
examples/github-action/gate-go.yml
examples/github-action/gate-rust.yml
examples/github-action/gate.yml
examples/k8s_proxy/README.md
examples/k8s_proxy/demo.py
examples/mtls_audit/README.md
examples/mtls_audit/anti_shortcut_mtls.yaml
examples/mtls_audit/demo.py
examples/mtls_audit/generate_certs.py
examples/mtls_audit/server.py
examples/mtls_sidecar/README.md
examples/mtls_sidecar/demo.py
examples/mtls_sidecar/generate_certs.py
examples/orchestrator_hooks/README.md
examples/orchestrator_hooks/demo.py
examples/plugin_rules/README.md
examples/plugin_rules/demo.py
examples/plugin_rules/pyproject.toml
examples/plugin_rules/phase_barrier_plugin/__init__.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_cli_gate_commands.py
tests/test_config.py
tests/test_cov_gate.py
tests/test_csharp_adapter.py
tests/test_evidence_manifest.py
tests/test_git_evidence_gate.py
tests/test_go_adapter.py
tests/test_integration.py
tests/test_interceptor_rules.py
tests/test_interceptors.py
tests/test_java_adapter.py
tests/test_javascript_adapter.py
tests/test_key_rotation.py
tests/test_languages.py
tests/test_mtls_e2e.py
tests/test_plugin_validators.py
tests/test_proxy_audit.py
tests/test_remote_audit.py
tests/test_ruby_adapter.py
tests/test_rust_adapter.py
tests/test_sdk.py
tests/test_sidecar.py
tests/test_sidecar_audit_api.py
tests/test_sidecar_proxy.py
tests/test_sidecar_v21.py
tests/test_skill.py
tests/test_state.py
tests/test_state_signing.py
tests/test_v0130_edge_cases.py
tests/test_v0140_edge_cases.py
tests/test_v0160_edge_cases.py
tests/test_validators.py