.gitattributes
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
action.yml
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/plugin_submission.yml
.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/init.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/cpp.py
anti_shortcut/languages/csharp.py
anti_shortcut/languages/dotnet.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/php.py
anti_shortcut/languages/python.py
anti_shortcut/languages/ruby.py
anti_shortcut/languages/rust.py
anti_shortcut/rules/__init__.py
benchmarks/bench.py
deploy/Dockerfile
deploy/README.md
deploy/docker-compose.yml
deploy/probe.py
deploy/seed_gate.py
deploy/helm/phase-barrier/Chart.yaml
deploy/helm/phase-barrier/README.md
deploy/helm/phase-barrier/values.yaml
deploy/helm/phase-barrier/templates/NOTES.txt
deploy/helm/phase-barrier/templates/_helpers.tpl
deploy/helm/phase-barrier/templates/configmap.yaml
deploy/helm/phase-barrier/templates/deployment.yaml
deploy/helm/phase-barrier/templates/job-gatekeeper.yaml
deploy/helm/phase-barrier/templates/pvc.yaml
deploy/helm/phase-barrier/templates/secret.yaml
deploy/helm/phase-barrier/templates/service.yaml
deploy/k8s/README.md
deploy/k8s/e2e-values.yaml
deploy/k8s/e2e.Dockerfile
deploy/k8s/e2e_agent.py
deploy/k8s/gate-keeper.yaml
deploy/k8s/gate-sidecar.yaml
deploy/k8s/kind-e2e-test.sh
deploy/k8s/pvc.yaml
docker/demo/Dockerfile
docker/demo/README.md
docker/demo/agent_demo.py
docker/demo/entrypoint.sh
docs/configuration.md
docs/integrations.md
docs/plugins.md
docs/publish-to-marketplace.md
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/autogpt_integration/README.md
examples/autogpt_integration/gate_command_wrapper.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-pr.yml
examples/github-action/gate-rust.yml
examples/github-action/gate.yml
examples/k8s_proxy/README.md
examples/k8s_proxy/demo.py
examples/langchain_integration/README.md
examples/langchain_integration/gate_tools.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/orchestrator_hooks/multi_agent.py
examples/plugin_rules/README.md
examples/plugin_rules/demo.py
examples/plugin_rules/pyproject.toml
examples/plugin_rules/phase_barrier_plugin/__init__.py
examples/swe_agent_integration/README.md
examples/swe_agent_integration/gate_tool.py
examples/swe_agent_integration/swe_agent_example.yaml
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_action_meta.py
tests/test_benchmarks.py
tests/test_builtin_rules.py
tests/test_cli.py
tests/test_cli_gate_commands.py
tests/test_config.py
tests/test_cov_gate.py
tests/test_cpp_adapter.py
tests/test_csharp_adapter.py
tests/test_dotnet_adapter.py
tests/test_evidence_manifest.py
tests/test_git_evidence_gate.py
tests/test_go_adapter.py
tests/test_init.py
tests/test_integration.py
tests/test_integration_examples.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_php_adapter.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_concurrency.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