.gitignore
.vercelignore
LICENSE
README.md
action.yml
governance.yaml
pyproject.toml
requirements.txt
setup.py
vercel.json
.github/workflows/release-gate.yml
.github/workflows/tests.yml
docs/ARCHITECTURE.md
docs/CHANGELOG.md
docs/CONTRIBUTING.md
docs/DEVELOPMENT.md
docs/EXTENDED_README.md
docs/GOVERNANCE_VISION.md
docs/INTEGRATION_GUIDE.md
docs/PHASE_2_COMPLETE.md
docs/PHASE_2_DELIVERABLES.txt
docs/PHASE_2_DEPLOYMENT_GUIDE.md
docs/PHASE_2_RELEASE_NOTES.md
docs/PHASE_2_SUMMARY.md
docs/POLICY_ENGINE_README.md
docs/POSITIONING_COMPLETE.md
docs/QUICKSTART.md
docs/README.md
examples/README.md
examples/evals.yaml
examples/example-config.yaml
examples/example-phase2-audio.yaml
examples/example-phase2-llm.yaml
examples/example-phase2-video.yaml
examples/governance-failing.yaml
examples/governance-safe-pass.yaml
examples/governance-simple.yaml
examples/governance-unsafe-fail.yaml
examples/governance-working.yaml
examples/governance_complete.yaml
examples/invalid_requests.jsonl
examples/release-gate-config.yaml
examples/valid_requests.jsonl
examples/keys/README.md
examples/keys/demo-governance-key.pub
examples/traces/safe-trace.json
examples/traces/unsafe-trace.json
public/index.html
release_gate/__init__.py
release_gate/cli.py
release_gate/evidence_pack.py
release_gate/impact_simulator.py
release_gate/init.py
release_gate/readiness_scorer.py
release_gate/regression_gate.py
release_gate/report.py
release_gate/trace_validator.py
release_gate.egg-info/PKG-INFO
release_gate.egg-info/SOURCES.txt
release_gate.egg-info/dependency_links.txt
release_gate.egg-info/entry_points.txt
release_gate.egg-info/requires.txt
release_gate.egg-info/top_level.txt
release_gate/checks/__init__.py
release_gate/checks/action_budget.py
release_gate/checks/fallback_declared.py
release_gate/checks/identity_boundary.py
release_gate/checks/input_contract.py
release_gate/crypto/__init__.py
release_gate/crypto/governance_signer.py
release_gate/crypto/governance_verifier.py
release_gate/evals/__init__.py
release_gate/evals/runner.py
release_gate/pricing/__init__.py
release_gate/pricing/budget_simulator.py
scripts/comprehensive_demo.py
scripts/diagnostic.py
scripts/test_v05.bat
scripts/test_v05.ps1
scripts/test_v05_complete.bat
tests/README.md
tests/conftest.py
tests/test_budget_simulator.py
tests/test_checks.py
tests/test_crypto.py
tests/test_impact_simulator.py
tests/test_release_gate.py
tests/test_v06_features.py