LICENSE
MANIFEST.in
README.md
pyproject.toml
tests/test_decorator.py
tests/test_registry.py
truceptor/__init__.py
truceptor/cli.py
truceptor/client.py
truceptor/config.py
truceptor/decorators.py
truceptor/exceptions.py
truceptor/policies.py
truceptor/registry.py
truceptor/runtime.py
truceptor.egg-info/PKG-INFO
truceptor.egg-info/SOURCES.txt
truceptor.egg-info/dependency_links.txt
truceptor.egg-info/entry_points.txt
truceptor.egg-info/requires.txt
truceptor.egg-info/top_level.txt
truceptor/agent-starter/agents.json
truceptor/bundle/docker-compose.yml
truceptor/bundle/nginx-dashboard.conf
truceptor/bundle/nginx-gateway.conf
truceptor/bundle/dashboard/app.js
truceptor/bundle/dashboard/index.html
truceptor/bundle/dashboard/styles.css
truceptor/bundle/interceptor/Dockerfile
truceptor/bundle/interceptor/README.md
truceptor/bundle/interceptor/go.mod
truceptor/bundle/interceptor/go.sum
truceptor/bundle/interceptor/api/openapi.yaml
truceptor/bundle/interceptor/cmd/server/main.go
truceptor/bundle/interceptor/internal/approval/errors.go
truceptor/bundle/interceptor/internal/approval/repository.go
truceptor/bundle/interceptor/internal/approval/store.go
truceptor/bundle/interceptor/internal/approval/store_test.go
truceptor/bundle/interceptor/internal/approval/sync.go
truceptor/bundle/interceptor/internal/approval/sync_test.go
truceptor/bundle/interceptor/internal/audit/events.go
truceptor/bundle/interceptor/internal/audit/logger.go
truceptor/bundle/interceptor/internal/audit/policy_bundle.go
truceptor/bundle/interceptor/internal/audit/store.go
truceptor/bundle/interceptor/internal/audit/store_iface.go
truceptor/bundle/interceptor/internal/auth/context.go
truceptor/bundle/interceptor/internal/auth/load.go
truceptor/bundle/interceptor/internal/auth/principal.go
truceptor/bundle/interceptor/internal/auth/validator.go
truceptor/bundle/interceptor/internal/auth/validator_test.go
truceptor/bundle/interceptor/internal/businesspolicy/memory.go
truceptor/bundle/interceptor/internal/businesspolicy/model.go
truceptor/bundle/interceptor/internal/businesspolicy/postgres.go
truceptor/bundle/interceptor/internal/businesspolicy/repository.go
truceptor/bundle/interceptor/internal/config/config.go
truceptor/bundle/interceptor/internal/config/env.go
truceptor/bundle/interceptor/internal/controls/control.go
truceptor/bundle/interceptor/internal/controls/extract.go
truceptor/bundle/interceptor/internal/controls/extract_test.go
truceptor/bundle/interceptor/internal/drift/detector.go
truceptor/bundle/interceptor/internal/drift/detector_test.go
truceptor/bundle/interceptor/internal/drift/types.go
truceptor/bundle/interceptor/internal/executiontargets/extract.go
truceptor/bundle/interceptor/internal/executiontargets/extract_test.go
truceptor/bundle/interceptor/internal/executiontargets/target.go
truceptor/bundle/interceptor/internal/forensics/case_store.go
truceptor/bundle/interceptor/internal/forensics/service.go
truceptor/bundle/interceptor/internal/gateway/bootstrap.go
truceptor/bundle/interceptor/internal/gateway/router.go
truceptor/bundle/interceptor/internal/gateway/routes.go
truceptor/bundle/interceptor/internal/gateway/server.go
truceptor/bundle/interceptor/internal/governance/execution_targets.go
truceptor/bundle/interceptor/internal/handlers/agent_handler.go
truceptor/bundle/interceptor/internal/handlers/agent_invoke_handler.go
truceptor/bundle/interceptor/internal/handlers/approval_handler.go
truceptor/bundle/interceptor/internal/handlers/drift_handler.go
truceptor/bundle/interceptor/internal/handlers/forensics_handler.go
truceptor/bundle/interceptor/internal/handlers/governance_handler.go
truceptor/bundle/interceptor/internal/handlers/governance_handler_test.go
truceptor/bundle/interceptor/internal/handlers/insights_handler.go
truceptor/bundle/interceptor/internal/handlers/mcp_handler.go
truceptor/bundle/interceptor/internal/handlers/policy_catalog_handler.go
truceptor/bundle/interceptor/internal/handlers/policy_catalog_handler_test.go
truceptor/bundle/interceptor/internal/handlers/policy_studio_handler.go
truceptor/bundle/interceptor/internal/handlers/replay_handler.go
truceptor/bundle/interceptor/internal/handlers/tool_handler.go
truceptor/bundle/interceptor/internal/handlers/tools_handler.go
truceptor/bundle/interceptor/internal/mcp/mapper.go
truceptor/bundle/interceptor/internal/mcp/mapper_test.go
truceptor/bundle/interceptor/internal/middleware/auth.go
truceptor/bundle/interceptor/internal/middleware/cors.go
truceptor/bundle/interceptor/internal/middleware/jwt.go
truceptor/bundle/interceptor/internal/middleware/logging.go
truceptor/bundle/interceptor/internal/middleware/recovery.go
truceptor/bundle/interceptor/internal/middleware/tracing.go
truceptor/bundle/interceptor/internal/models/execution_target.go
truceptor/bundle/interceptor/internal/models/invoke.go
truceptor/bundle/interceptor/internal/models/mcp.go
truceptor/bundle/interceptor/internal/models/policy.go
truceptor/bundle/interceptor/internal/models/request.go
truceptor/bundle/interceptor/internal/models/response.go
truceptor/bundle/interceptor/internal/policy/evaluator.go
truceptor/bundle/interceptor/internal/policy/gate_evaluator.go
truceptor/bundle/interceptor/internal/policy/mapper.go
truceptor/bundle/interceptor/internal/policy/mcp_evaluator.go
truceptor/bundle/interceptor/internal/policy/opa_client.go
truceptor/bundle/interceptor/internal/policy/opa_upload.go
truceptor/bundle/interceptor/internal/policy/publisher.go
truceptor/bundle/interceptor/internal/policy/studio_simulation.go
truceptor/bundle/interceptor/internal/policycatalog/allow_targets.go
truceptor/bundle/interceptor/internal/policycatalog/content.go
truceptor/bundle/interceptor/internal/policycatalog/controls.go
truceptor/bundle/interceptor/internal/policycatalog/controls_test.go
truceptor/bundle/interceptor/internal/policycatalog/extract.go
truceptor/bundle/interceptor/internal/policycatalog/extract_test.go
truceptor/bundle/interceptor/internal/policycatalog/humanize.go
truceptor/bundle/interceptor/internal/policycatalog/humanize_test.go
truceptor/bundle/interceptor/internal/policycatalog/rules.go
truceptor/bundle/interceptor/internal/policycatalog/rules_test.go
truceptor/bundle/interceptor/internal/policycatalog/scanner.go
truceptor/bundle/interceptor/internal/policycatalog/scanner_test.go
truceptor/bundle/interceptor/internal/policycatalog/studio_rules_test.go
truceptor/bundle/interceptor/internal/policycompiler/compiler.go
truceptor/bundle/interceptor/internal/policycompiler/compiler_test.go
truceptor/bundle/interceptor/internal/policystore/memory.go
truceptor/bundle/interceptor/internal/policystore/model.go
truceptor/bundle/interceptor/internal/policystore/postgres.go
truceptor/bundle/interceptor/internal/policystore/repository.go
truceptor/bundle/interceptor/internal/policystore/seed.go
truceptor/bundle/interceptor/internal/policystore/seed_studio_test.go
truceptor/bundle/interceptor/internal/policystore/seed_test.go
truceptor/bundle/interceptor/internal/policystore/snapshot.go
truceptor/bundle/interceptor/internal/policystudio/service.go
truceptor/bundle/interceptor/internal/registry/agent.go
truceptor/bundle/interceptor/internal/registry/governance.go
truceptor/bundle/interceptor/internal/registry/memory.go
truceptor/bundle/interceptor/internal/replay/diff_test.go
truceptor/bundle/interceptor/internal/replay/service.go
truceptor/bundle/interceptor/internal/replay/service_test.go
truceptor/bundle/interceptor/internal/services/audit_service.go
truceptor/bundle/interceptor/internal/services/interceptor_service.go
truceptor/bundle/interceptor/internal/services/policy_service.go
truceptor/bundle/interceptor/internal/storage/postgres/agents.go
truceptor/bundle/interceptor/internal/storage/postgres/approval.go
truceptor/bundle/interceptor/internal/storage/postgres/audit.go
truceptor/bundle/interceptor/internal/storage/postgres/cases.go
truceptor/bundle/interceptor/internal/storage/postgres/db.go
truceptor/bundle/interceptor/internal/storage/postgres/migrations/001_schema.sql
truceptor/bundle/interceptor/internal/storage/postgres/migrations/002_seed_agents.sql
truceptor/bundle/interceptor/internal/storage/postgres/migrations/004_governance_profiles.sql
truceptor/bundle/interceptor/internal/storage/postgres/migrations/005_policy_versions.sql
truceptor/bundle/interceptor/internal/storage/postgres/migrations/006_audit_forensics.sql
truceptor/bundle/interceptor/internal/storage/postgres/migrations/007_execution_targets_audit.sql
truceptor/bundle/interceptor/internal/storage/postgres/migrations/008_business_policies.sql
truceptor/bundle/interceptor/internal/tracing/context.go
truceptor/bundle/interceptor/internal/tracing/trace.go
truceptor/bundle/interceptor/internal/utils/errors.go
truceptor/bundle/interceptor/internal/utils/response.go
truceptor/bundle/interceptor/internal/utils/validation.go
truceptor/bundle/interceptor/policies/README.md
truceptor/bundle/interceptor/policies/embed.go
truceptor/bundle/interceptor/policies/mortgage_application.rego
truceptor/bundle/interceptor/policies/mortgage_underwriting.rego
truceptor/bundle/interceptor/policies/rbac.rego
truceptor/bundle/interceptor/policies/router.rego
truceptor/bundle/interceptor/scripts/generate-jwt-keys.sh
truceptor/bundle/interceptor/scripts/run-local.sh
truceptor/bundle/jwt/public.pem
truceptor/bundle/policies/README.md
truceptor/bundle/policies/embed.go
truceptor/bundle/policies/mortgage_application.rego
truceptor/bundle/policies/mortgage_underwriting.rego
truceptor/bundle/policies/rbac.rego
truceptor/bundle/policies/router.rego
truceptor/bundle/public/index.html
truceptor/policy-starter/mortgage_application.rego
truceptor/policy-starter/mortgage_underwriting.rego
truceptor/policy-starter/rbac.rego
truceptor/policy-starter/router.rego