CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
EVAL_CARD.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
action.yml
bun.lock
docker-compose.yml
package.json
pyproject.toml
uv.lock
docs/adversarial-clean-controls.md
docs/audit-fixtures.md
docs/benchmark-reference.md
docs/benchmark-release.md
docs/brownfield-results.md
docs/clearance-runner.md
docs/clickhouse.md
docs/compound-mutants.md
docs/contract-milestones.md
docs/counterfactual-repair.md
docs/distribution-roadmap.md
docs/evidence.md
docs/external-suite-protocol.md
docs/failure-taxonomy.md
docs/gateway-deployment-examples.md
docs/generic-exports.md
docs/github-action.md
docs/incident-reconstruction-results.md
docs/incident-reconstruction-template.md
docs/js-distribution-decision.md
docs/methodology.md
docs/minimization-metrics.md
docs/open-source-commercial-strategy.md
docs/oss-todo-policy.md
docs/pilot-install-path.md
docs/reachability.md
docs/review-response.md
docs/runtime-controls.md
docs/scalability.md
docs/scanner.md
docs/schema-compatibility.md
docs/soundness-completeness.md
docs/spec-blind-results.md
docs/tcb-analysis.md
docs/testing-ai-data-assistant.md
docs/todo-completion-audit.md
docs/trace-adapters.md
docs/trace-contract.md
docs/trace-interop.md
docs/write-actions.md
examples/brownfield/WrenAI/policystrata.yaml
examples/brownfield/WrenAI/semantic_models.yml
examples/brownfield/WrenAI/traces.jsonl
examples/brownfield/WrenAI/domain/policy.yaml
examples/brownfield/WrenAI/domain/surfaces.yaml
examples/brownfield/cube/policystrata.yaml
examples/brownfield/cube/policystrata_clean.yaml
examples/brownfield/cube/semantic_models.yml
examples/brownfield/cube/traces.jsonl
examples/brownfield/cube/traces_clean.jsonl
examples/brownfield/cube/domain/policy.yaml
examples/brownfield/cube/domain/surfaces.yaml
examples/brownfield/metricflow/policystrata.yaml
examples/brownfield/metricflow/semantic_models.yml
examples/brownfield/metricflow/traces.jsonl
examples/brownfield/metricflow/domain/policy.yaml
examples/brownfield/metricflow/domain/surfaces.yaml
examples/brownfield/midday/policystrata.yaml
examples/brownfield/midday/traces.jsonl
examples/brownfield/midday/domain/policy.yaml
examples/brownfield/midday/domain/surfaces.yaml
examples/integrations/dbt_semantic/finance_saas/semantic_models.yml
examples/integrations/snowflake_text_to_sql/policystrata.yaml
examples/integrations/snowflake_text_to_sql/traces.jsonl
examples/postgres_dbt/policystrata.yaml
examples/postgres_dbt/policystrata_clean.yaml
examples/postgres_dbt/policystrata_real_db_clean.yaml
examples/postgres_dbt/semantic_models.yml
examples/postgres_dbt/traces.jsonl
examples/postgres_dbt/traces_clean.jsonl
examples/postgres_dbt/traces_real_db_clean.jsonl
examples/secute_security_cases/policystrata.yaml
examples/secute_security_cases/semantic_models.yml
examples/secute_security_cases/traces.jsonl
packages/gateway/LICENSE
packages/gateway/README.md
packages/gateway/package.json
packages/gateway/tsconfig.json
packages/gateway/src/cli.ts
packages/gateway/src/index.ts
packages/gateway/test/gateway.test.ts
packages/node/LICENSE
packages/node/README.md
packages/node/package.json
packages/node/tsconfig.json
packages/node/schema/runtime-manifest.schema.json
packages/node/src/index.ts
packages/node/src/node.ts
packages/node/src/runtime.ts
packages/node/test/node.test.ts
packages/node/test/runtime.test.ts
packages/node/test/fixtures/runtime/cases.json
packages/node/test/fixtures/runtime/manifest.json
scripts/adversarial-controls-study.py
scripts/build-secute-anon-artifact.py
scripts/clickhouse-rls-evidence.py
scripts/compound-study.py
scripts/counterfactual-study.py
scripts/postgres-rls-evidence.py
scripts/reachability-study.py
scripts/reproduce-evidence.sh
scripts/reproduce-final.sh
scripts/scalability-study.py
scripts/tcb-mutation-report.py
scripts/write-study.py
src/policystrata/__init__.py
src/policystrata/__main__.py
src/policystrata/adversarial_controls.py
src/policystrata/artifact_report.py
src/policystrata/baselines.py
src/policystrata/clearance.py
src/policystrata/cli.py
src/policystrata/compiler.py
src/policystrata/compound.py
src/policystrata/counterfactual.py
src/policystrata/database.py
src/policystrata/database_clickhouse.py
src/policystrata/demo.py
src/policystrata/detection.py
src/policystrata/difficulty.py
src/policystrata/doctor.py
src/policystrata/domain.py
src/policystrata/evidence.py
src/policystrata/exports.py
src/policystrata/freeze.py
src/policystrata/generator.py
src/policystrata/init_scan.py
src/policystrata/minimization.py
src/policystrata/minimize.py
src/policystrata/models.py
src/policystrata/mutations.py
src/policystrata/policy.py
src/policystrata/py.typed
src/policystrata/reachability.py
src/policystrata/runner.py
src/policystrata/runtime.py
src/policystrata/runtime_models.py
src/policystrata/scalability.py
src/policystrata/scan_models.py
src/policystrata/scanner.py
src/policystrata/schemas.py
src/policystrata/soundness.py
src/policystrata/summary.py
src/policystrata/tcb_catalog.py
src/policystrata/trace_import.py
src/policystrata/writes.py
src/policystrata.egg-info/PKG-INFO
src/policystrata.egg-info/SOURCES.txt
src/policystrata.egg-info/dependency_links.txt
src/policystrata.egg-info/entry_points.txt
src/policystrata.egg-info/requires.txt
src/policystrata.egg-info/top_level.txt
src/policystrata/domains/analytics_clickhouse/policy.yaml
src/policystrata/domains/analytics_clickhouse/row_policies.sql
src/policystrata/domains/analytics_clickhouse/schema.sql
src/policystrata/domains/analytics_clickhouse/seed.sql
src/policystrata/domains/analytics_clickhouse/surfaces.yaml
src/policystrata/domains/analytics_clickhouse/tasks/seeded.yaml
src/policystrata/domains/finance_saas/policy.yaml
src/policystrata/domains/finance_saas/schema.sql
src/policystrata/domains/finance_saas/seed.sql
src/policystrata/domains/finance_saas/surfaces.yaml
src/policystrata/domains/finance_saas/tasks/seeded.yaml
src/policystrata/domains/support_saas/policy.yaml
src/policystrata/domains/support_saas/schema.sql
src/policystrata/domains/support_saas/seed.sql
src/policystrata/domains/support_saas/surfaces.yaml
src/policystrata/domains/support_saas/tasks/seeded.yaml
src/policystrata/integrations/__init__.py
src/policystrata/integrations/dbt_semantic.py
src/policystrata/integrations/native.py
src/policystrata/scanner_examples/postgres_dbt/policystrata.yaml
src/policystrata/scanner_examples/postgres_dbt/policystrata_clean.yaml
src/policystrata/scanner_examples/postgres_dbt/policystrata_real_db_clean.yaml
src/policystrata/scanner_examples/postgres_dbt/semantic_models.yml
src/policystrata/scanner_examples/postgres_dbt/traces.jsonl
src/policystrata/scanner_examples/postgres_dbt/traces_clean.jsonl
src/policystrata/scanner_examples/postgres_dbt/traces_real_db_clean.jsonl
tests/test_adversarial_controls.py
tests/test_anonymous_artifact_builder.py
tests/test_audit_fixtures.py
tests/test_baselines_comparators.py
tests/test_benchmark_freeze.py
tests/test_clearance.py
tests/test_cli.py
tests/test_clickhouse_domain.py
tests/test_clickhouse_integration.py
tests/test_compiler.py
tests/test_compound.py
tests/test_counterfactual.py
tests/test_database_assets.py
tests/test_detection.py
tests/test_difficulty.py
tests/test_domain.py
tests/test_evidence.py
tests/test_incident_reconstruction.py
tests/test_integrations.py
tests/test_intentional_asymmetry.py
tests/test_minimization.py
tests/test_minimize.py
tests/test_native_integrations.py
tests/test_policy.py
tests/test_postgres_integration.py
tests/test_reachability.py
tests/test_release_metadata.py
tests/test_runner.py
tests/test_runtime.py
tests/test_scalability.py
tests/test_scanner.py
tests/test_scanner_tenancy_fallback.py
tests/test_schema_compatibility.py
tests/test_security_posture.py
tests/test_soundness.py
tests/test_spec_blind.py
tests/test_tcb_mutation.py
tests/test_writes.py
tests/fixtures/audit/audit-fixtures.json
tests/fixtures/schemas/invalid/clearance-evidence-pack.json
tests/fixtures/schemas/invalid/clearance-run.json
tests/fixtures/schemas/invalid/clearance-runner-config.json
tests/fixtures/schemas/invalid/clearance-upload.json
tests/fixtures/schemas/invalid/imported-trace.json
tests/fixtures/schemas/invalid/runtime-decision.json
tests/fixtures/schemas/invalid/runtime-event-batch.json
tests/fixtures/schemas/invalid/runtime-event.json
tests/fixtures/schemas/invalid/runtime-manifest.json
tests/fixtures/schemas/invalid/scan-config.json
tests/fixtures/schemas/invalid/scan-result.json
tests/fixtures/schemas/invalid/trace.json
tests/fixtures/schemas/valid/clearance-evidence-pack.json
tests/fixtures/schemas/valid/clearance-run.json
tests/fixtures/schemas/valid/clearance-runner-config.json
tests/fixtures/schemas/valid/clearance-upload.json
tests/fixtures/schemas/valid/imported-trace.json
tests/fixtures/schemas/valid/runtime-decision.json
tests/fixtures/schemas/valid/runtime-event-batch.json
tests/fixtures/schemas/valid/runtime-event.json
tests/fixtures/schemas/valid/runtime-manifest.json
tests/fixtures/schemas/valid/scan-config.json
tests/fixtures/schemas/valid/scan-result.json
tests/fixtures/schemas/valid/trace.json