CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
pytest.ini
docs/CANONICAL_CONTRACTS.md
docs/EXTERNAL_HANDOFFS.md
docs/README.md
docs/REPO_STRUCTURE.md
docs/ROADMAP_REMAINDER.md
docs/SERVICE_TIER.md
docs/architecture_snapshot.md
docs/decision_executor_bindings.md
docs/execution_attestation.md
docs/execution_boundaries.md
docs/execution_conformance.md
docs/execution_handoff.md
docs/execution_refusal.md
docs/executor_capabilities.md
docs/executor_contracts.md
docs/point_7_10_console_ui_foundation.md
docs/point_8_simulation.md
docs/point_9_multi_agent_governance.md
docs/policy-schema-v4.md
docs/policy-schema.md
docs/risk.md
docs/sensitive-detection.md
docs/architecture/ARCHITECTURE_v1.md
docs/architecture/HOSTED_ADMIN_DASHBOARD_MVP.md
docs/architecture/HOSTED_CONTROL_PLANE_BOUNDARY.md
docs/architecture/HOSTED_FOUNDATION_RUNTIME.md
docs/architecture/HOSTED_HEALTH_SKELETON.md
docs/architecture/HOSTED_POLICY_BUNDLE_SYSTEM.md
docs/architecture/HOSTED_SERVER_SCAFFOLD_BOUNDARY.md
docs/architecture/LOCAL_DAEMON_HOSTED_POLICY_IMPORT_BOUNDARY.md
docs/architecture/MCP_SERVER_BOUNDARY.md
docs/architecture/OS_ENFORCEMENT_BOUNDARY.md
docs/architecture/TRUST_AND_REMOTE_POLICY.md
docs/architecture/policy_versioning.md
docs/integration/ADVANCED.md
docs/integration/APPROVAL_WORKFLOW.md
docs/integration/CLAUDE_CODE_HOOK.md
docs/integration/CLOUD_LINK.md
docs/integration/CONTEXT_ADAPTERS.md
docs/integration/CONTROL_PANEL.md
docs/integration/EXECUTOR_ADAPTERS.md
docs/integration/FLOW_CONTROL.md
docs/integration/FRAMEWORK_ADAPTERS.md
docs/integration/HOSTED_FOUNDATION.md
docs/integration/HOW_TO_INTEGRATE_SIPHRIX.md
docs/integration/INTEGRATION_REGISTRY.md
docs/integration/LOCAL_AGENT_DAEMON.md
docs/integration/LOCAL_DAEMON_API.md
docs/integration/LOCAL_STATE.md
docs/integration/OPERATOR_API.md
docs/integration/ORCHESTRATION.md
docs/integration/ORG_RBAC.md
docs/integration/PLANNER_ADAPTERS.md
docs/integration/POLICY_AUTHORING.md
docs/integration/POLICY_CONTROL_PLANE.md
docs/integration/QUICKSTART.md
docs/integration/README.md
docs/integration/RISK_SCORING.md
docs/integration/SDK_REFERENCE.md
docs/integration/SIPHRIX_CONSOLE.md
docs/integration/TOOL_DISPATCHER_INTEGRATION.md
docs/launch/COMMERCIAL_BOUNDARY.md
docs/launch/DEMO_SCRIPT.md
docs/launch/GITHUB_RELEASE_v1.0.0.md
docs/launch/NEXT_PHASE_DECISION.md
docs/launch/PRIVATE_BETA_ACCEPTANCE.md
docs/launch/PRIVATE_BETA_KNOWN_LIMITATIONS.md
docs/launch/PRIVATE_BETA_ONBOARDING.md
docs/launch/PRIVATE_BETA_RELEASE_NOTES.md
docs/launch/PRIVATE_BETA_RUNBOOK.md
docs/launch/PRIVATE_BETA_SMOKE_MATRIX.md
docs/launch/PUBLIC_HANDOFF.md
docs/launch/QUICK_EVAL.md
docs/launch/R11_ACCEPTANCE.md
docs/launch/README.md
docs/launch/RELEASE_NOTES_v1.0.0.md
docs/release/FINAL_RELEASE_STATUS.md
docs/release/FINAL_RELEASE_VERDICT_v1.md
docs/release/FINAL_STATUS_v1.md
docs/release/LOCAL_ALPHA_RELEASE_CHECKLIST.md
docs/release/README.md
docs/release/RELEASE_CONTENTS_v1.md
docs/release/RELEASE_NOTES_v1.md
docs/release/RELEASE_RUNBOOK.md
docs/release/SIPHRIX_FULL_ABSORPTION_AUDIT.md
docs/release/WINDOWS_INSTALLER.md
docs/ui/DASHBOARD.md
docs/ui/README.md
docs/ui/SHOWCASE.md
installer/windows/README.md
installer/windows/build-installer.ps1
installer/windows/build-wheelhouse.ps1
installer/windows/launch-siphrix.bat
installer/windows/launch-siphrix.ps1
installer/windows/open-console.bat
installer/windows/siphrix.iss
siphrix/__init__.py
siphrix/__main__.py
siphrix/agent.py
siphrix/audit.py
siphrix/cloud_link.py
siphrix/config.py
siphrix/doctor.py
siphrix/explanation.py
siphrix/local_agent.py
siphrix/local_daemon.py
siphrix/local_diagnostics.py
siphrix/local_overlay.py
siphrix/local_state.py
siphrix/mode.py
siphrix/policy_remote.py
siphrix/ratelimit.py
siphrix/redaction.py
siphrix/release.py
siphrix/runtime_paths.py
siphrix/sensitive.py
siphrix.egg-info/PKG-INFO
siphrix.egg-info/SOURCES.txt
siphrix.egg-info/dependency_links.txt
siphrix.egg-info/entry_points.txt
siphrix.egg-info/requires.txt
siphrix.egg-info/top_level.txt
siphrix/adapters/__init__.py
siphrix/adapters/registry.py
siphrix/adapters/context/__init__.py
siphrix/adapters/context/base.py
siphrix/adapters/context/composite_context.py
siphrix/adapters/context/environment_context.py
siphrix/adapters/context/normalizer.py
siphrix/adapters/context/role_context.py
siphrix/adapters/context/session_context.py
siphrix/adapters/context/tenant_context.py
siphrix/adapters/executors/__init__.py
siphrix/adapters/executors/base.py
siphrix/adapters/executors/email_executor.py
siphrix/adapters/executors/filesystem_executor.py
siphrix/adapters/executors/network_executor.py
siphrix/adapters/executors/pre_execution_gate.py
siphrix/adapters/executors/sandbox_executor.py
siphrix/adapters/executors/shell_executor.py
siphrix/adapters/executors/stub_executor.py
siphrix/adapters/frameworks/__init__.py
siphrix/adapters/frameworks/agent_runtime_adapter.py
siphrix/adapters/frameworks/base.py
siphrix/adapters/frameworks/orchestration_adapter.py
siphrix/adapters/frameworks/workflow_adapter.py
siphrix/adapters/planners/__init__.py
siphrix/adapters/planners/anthropic_planner.py
siphrix/adapters/planners/base.py
siphrix/adapters/planners/custom_planner.py
siphrix/adapters/planners/gemini_planner.py
siphrix/adapters/planners/local_planner.py
siphrix/adapters/planners/mock_planner.py
siphrix/adapters/planners/normalizer.py
siphrix/adapters/planners/ollama_planner.py
siphrix/adapters/planners/openai_planner.py
siphrix/analytics/__init__.py
siphrix/analytics/anomalies.py
siphrix/analytics/audit_metrics.py
siphrix/canon/canon_runtime.py
siphrix/canon/canon_v1.md
siphrix/canon/canon_v1_laws.yaml
siphrix/canon/conformance_tests.yaml
siphrix/cli/__init__.py
siphrix/cli/app.py
siphrix/cli/demo.py
siphrix/cli/style.py
siphrix/coherence/__init__.py
siphrix/console/__init__.py
siphrix/console/_public_api.py
siphrix/console/audit_explorer.py
siphrix/console/high_assurance_enforcement.py
siphrix/console/policy_builder.py
siphrix/contracts/__init__.py
siphrix/contracts/_public_api.py
siphrix/contracts/_validation_base.py
siphrix/contracts/_validation_integration.py
siphrix/contracts/_validation_risk.py
siphrix/contracts/_validation_simulation.py
siphrix/contracts/action.py
siphrix/contracts/adapter_capability.py
siphrix/contracts/audit_event.py
siphrix/contracts/context.py
siphrix/contracts/decision.py
siphrix/contracts/execution.py
siphrix/contracts/flow.py
siphrix/contracts/planner.py
siphrix/contracts/simulation.py
siphrix/contracts/validation.py
siphrix/devtools/__init__.py
siphrix/distribution/__init__.py
siphrix/distribution/channels.py
siphrix/examples/__init__.py
siphrix/examples/integration_audit.py
siphrix/examples/integration_layer_utils.py
siphrix/examples/integration_snapshot.py
siphrix/examples/role_policy_resolver.py
siphrix/exec_intercept/__init__.py
siphrix/exec_intercept/evaluator.py
siphrix/exec_intercept/intercept.py
siphrix/exec_intercept/policy.py
siphrix/exec_intercept/types.py
siphrix/foundation/__init__.py
siphrix/foundation/audit_chain.py
siphrix/foundation/policy_signing.py
siphrix/governance/__init__.py
siphrix/governance/audit/__init__.py
siphrix/governance/audit/certification.py
siphrix/governance/audit/chain_integrity.py
siphrix/governance/audit/chain_retrieval_truth.py
siphrix/governance/audit/chain_truth.py
siphrix/governance/audit/closure_manifest.py
siphrix/governance/audit/correlation_readiness.py
siphrix/governance/audit/cross_layer_consistency.py
siphrix/governance/audit/evidence_assurance.py
siphrix/governance/audit/export.py
siphrix/governance/audit/exporter.py
siphrix/governance/audit/forensic_readiness.py
siphrix/governance/audit/global_determinism.py
siphrix/governance/audit/global_truth.py
siphrix/governance/audit/handoff.py
siphrix/governance/audit/incident_readiness.py
siphrix/governance/audit/incident_reconstruction.py
siphrix/governance/audit/incident_reproducibility.py
siphrix/governance/audit/index.py
siphrix/governance/audit/index_query_consistency.py
siphrix/governance/audit/integrity.py
siphrix/governance/audit/lineage_confidence.py
siphrix/governance/audit/match_safety.py
siphrix/governance/audit/no_overclaim.py
siphrix/governance/audit/package_safety.py
siphrix/governance/audit/packaging_readiness.py
siphrix/governance/audit/packaging_truth.py
siphrix/governance/audit/query_engine.py
siphrix/governance/audit/query_honesty.py
siphrix/governance/audit/query_integrity.py
siphrix/governance/audit/query_projection.py
siphrix/governance/audit/query_projection_faithfulness.py
siphrix/governance/audit/query_readiness.py
siphrix/governance/audit/query_reproducibility.py
siphrix/governance/audit/query_truth.py
siphrix/governance/audit/reconstruction_chain_truth.py
siphrix/governance/audit/record.py
siphrix/governance/audit/record_admissibility.py
siphrix/governance/audit/reproducibility.py
siphrix/governance/audit/retention_redaction_foundation.py
siphrix/governance/audit/retrieval_readiness.py
siphrix/governance/audit/schema.py
siphrix/governance/audit/tamper_detection.py
siphrix/governance/audit/timeline.py
siphrix/governance/audit/timeline_hardening.py
siphrix/governance/audit/workspace_projection.py
siphrix/identity/__init__.py
siphrix/identity/loader.py
siphrix/identity/schema.py
siphrix/integration_flow/__init__.py
siphrix/integration_flow/orchestrator.py
siphrix/integrations/__init__.py
siphrix/integrations/agent_setup.py
siphrix/integrations/audit.py
siphrix/integrations/change_size.py
siphrix/integrations/claude_code_hook.py
siphrix/integrations/codex_notify.py
siphrix/integrations/editor_layer.py
siphrix/integrations/fingerprint.py
siphrix/integrations/host_surface.py
siphrix/integrations/layer_utils.py
siphrix/integrations/snapshot.py
siphrix/intention/__init__.py
siphrix/intention/types.py
siphrix/local_hosted_import/__init__.py
siphrix/local_hosted_import/cli.py
siphrix/local_hosted_import/daemon_api.py
siphrix/local_hosted_import/store.py
siphrix/local_hosted_import/verifier.py
siphrix/logs/__init__.py
siphrix/logs/logger.py
siphrix/mcp/__init__.py
siphrix/mcp/__main__.py
siphrix/mcp/client_config.py
siphrix/mcp/server.py
siphrix/memory/__init__.py
siphrix/memory/api.py
siphrix/memory/schema.py
siphrix/memory/store.py
siphrix/notify/__init__.py
siphrix/notify/alerts.py
siphrix/notify/backends.py
siphrix/notify/posture.py
siphrix/orchestrator/__init__.py
siphrix/orchestrator/llm_stub.py
siphrix/orchestrator/pipeline.py
siphrix/policies/agent_default_v1.yaml
siphrix/policies/global_baseline_v1.yaml
siphrix/policies/index.yaml
siphrix/policies/org_default_v1.yaml
siphrix/policies/team_default_v1.yaml
siphrix/policy_packs/__init__.py
siphrix/policy_packs/bridge.py
siphrix/policy_packs/dev_agent_defaults.yaml
siphrix/policy_packs/enterprise_defaults.yaml
siphrix/policy_packs/resolver.py
siphrix/policy_packs/safe_defaults.yaml
siphrix/policy_packs/signing.py
siphrix/policy_packs/roles/admin.yaml
siphrix/policy_packs/roles/developer.yaml
siphrix/policy_packs/roles/finance.yaml
siphrix/policy_packs/roles/support.yaml
siphrix/policy_runtime/__init__.py
siphrix/policy_runtime/input.py
siphrix/policy_runtime/loader.py
siphrix/policy_runtime/manager.py
siphrix/policy_runtime/registry.py
siphrix/policy_runtime/rule_eval.py
siphrix/policy_runtime/types.py
siphrix/policy_sources/source.py
siphrix/policy_versioning/__init__.py
siphrix/policy_versioning/integration.py
siphrix/policy_versioning/replay/__init__.py
siphrix/policy_versioning/replay/compat.py
siphrix/policy_versioning/replay/engine.py
siphrix/policy_versioning/replay/export_integration.py
siphrix/policy_versioning/replay/models.py
siphrix/policy_versioning/replay/queries.py
siphrix/policy_versioning/replay/view_models.py
siphrix/policy_versioning/replay/workspace.py
siphrix/policy_versioning/snapshots/__init__.py
siphrix/policy_versioning/snapshots/approval_state_resolver.py
siphrix/policy_versioning/snapshots/decision_diff.py
siphrix/policy_versioning/snapshots/decision_ready_policy.py
siphrix/policy_versioning/snapshots/decision_ready_policy_safety.py
siphrix/policy_versioning/snapshots/decision_snapshot_store.py
siphrix/policy_versioning/snapshots/lineage_engine.py
siphrix/policy_versioning/snapshots/lineage_integrity.py
siphrix/policy_versioning/snapshots/lineage_store.py
siphrix/policy_versioning/snapshots/snapshot_integrity.py
siphrix/readiness/__init__.py
siphrix/readiness/assessor.py
siphrix/readiness/checks.py
siphrix/readiness/models.py
siphrix/risk/__init__.py
siphrix/risk/risk_execution.py
siphrix/risk/risk_explainer.py
siphrix/risk/risk_factor_engine.py
siphrix/risk/risk_orchestration.py
siphrix/risk/risk_policy_mapping.py
siphrix/risk/risk_score.py
siphrix/risk/risk_thresholds.py
siphrix/service/__init__.py
siphrix/service/__main__.py
siphrix/service/app.py
siphrix/service/billing.py
siphrix/service/db.py
siphrix/service/email_delivery.py
siphrix/service/enforcement_bridge.py
siphrix/service/insight.py
siphrix/service/odata.py
siphrix/service/rbac.py
siphrix/service/report_pdf.py
siphrix/service/rule_language.py
siphrix/service/scim.py
siphrix/service/sso.py
siphrix/service/static_site.py
siphrix/service/store.py
siphrix/simulation/__init__.py
siphrix/simulation/audit.py
siphrix/simulation/engine.py
siphrix/state/__init__.py
siphrix/state/state_manager.py
siphrix/trust/__init__.py
siphrix/trust/policy_remote_guard.py
siphrix/trust/policy_store.py
siphrix/trust/remote_sync.py
siphrix/trust/trust_mode.py
siphrix/utils/__init__.py
siphrix/utils/io.py
siphrix/web_app/__init__.py
siphrix/web_app/admin.html
siphrix/web_app/console.html
siphrix/web_app/docs.html
siphrix/web_app/index.html
siphrix/web_app/join.html
siphrix/web_app/privacy.html
siphrix/web_app/proof.html
siphrix/web_app/reset.html
siphrix/web_app/assets/css/base.css
siphrix/web_app/assets/css/console-polish.css
siphrix/web_app/assets/css/console.css
siphrix/web_app/assets/css/docs.css
siphrix/web_app/assets/css/fx.css
siphrix/web_app/assets/css/icons.css
siphrix/web_app/assets/css/landing.css
siphrix/web_app/assets/css/obsidian.css
siphrix/web_app/assets/css/sections.css
siphrix/web_app/assets/css/sentinel.css
siphrix/web_app/assets/css/theme.css
siphrix/web_app/assets/img/favicon.png
siphrix/web_app/assets/img/logo.png
siphrix/web_app/assets/js/api.js
siphrix/web_app/assets/js/console-app.js
siphrix/web_app/assets/js/demo-engine.js
siphrix/web_app/assets/js/docs.js
siphrix/web_app/assets/js/sentinel.js
siphrix/web_app/assets/js/site.js
siphrix/web_console/__init__.py
siphrix/web_console/static/console.css
siphrix/web_console/static/console.js
siphrix/web_console/static/index.html
tests/__init__.py
tests/conftest.py
tests/test_action_evaluator_audit_fail_closed.py
tests/test_agent_adapter.py
tests/test_agent_setup.py
tests/test_alerts.py
tests/test_approval_eligible.py
tests/test_approval_quorum_and_runtime.py
tests/test_approval_reconsideration.py
tests/test_audit.py
tests/test_audit_analytics.py
tests/test_audit_explorer_error_hygiene.py
tests/test_audit_preview_redaction.py
tests/test_canon_runtime_hardening.py
tests/test_canonical_contracts_foundation.py
tests/test_claude_code_hook.py
tests/test_claude_code_plugin.py
tests/test_cli.py
tests/test_cli_diagnostics.py
tests/test_cli_error_hygiene.py
tests/test_cli_hosted_import.py
tests/test_cli_profile_binds_pack.py
tests/test_cli_quickstart.py
tests/test_cloud_link.py
tests/test_codex_notify.py
tests/test_console_diagrams.py
tests/test_context_adapters.py
tests/test_dashboard_shell.py
tests/test_decision_diff.py
tests/test_decision_path_e2e_audit.py
tests/test_demo_decision_coverage.py
tests/test_demo_no_network_required.py
tests/test_demo_no_secret_leak.py
tests/test_demo_scenarios.py
tests/test_developer_quickstart_polish.py
tests/test_docs_path_hygiene.py
tests/test_doctor.py
tests/test_editor_layer.py
tests/test_email_executor_smtp_backend.py
tests/test_enforcement_bridge.py
tests/test_execution_intercept_v1.py
tests/test_executor_adapters.py
tests/test_explanation.py
tests/test_filesystem_default_root.py
tests/test_filesystem_escape_hardening.py
tests/test_fingerprint.py
tests/test_fingerprint_pipeline.py
tests/test_flow_contracts.py
tests/test_framework_adapters.py
tests/test_gemini_planner.py
tests/test_hosted_control_plane_boundary_docs.py
tests/test_hosted_control_plane_skeleton_contracts.py
tests/test_hosted_server_scaffold_boundary_docs.py
tests/test_integration_examples_safety.py
tests/test_integration_layer.py
tests/test_integration_registry.py
tests/test_intercept_http_hardening.py
tests/test_launch_pack.py
tests/test_local_agent_daemon_contract.py
tests/test_local_approvals_store.py
tests/test_local_daemon_approvals_api.py
tests/test_local_daemon_contract.py
tests/test_local_daemon_foreground.py
tests/test_local_daemon_hosted_import_api.py
tests/test_local_daemon_rate_limit.py
tests/test_local_daemon_rules_api.py
tests/test_local_diagnostics_bundle.py
tests/test_local_hosted_policy_import_stage_activation.py
tests/test_local_hosted_policy_import_verifier.py
tests/test_local_overlay.py
tests/test_local_repo_showcase.py
tests/test_local_rules_enforcement.py
tests/test_local_state_rules_store.py
tests/test_log_rotation.py
tests/test_mcp_client_config.py
tests/test_mcp_server.py
tests/test_memory_runtime_paths.py
tests/test_network_executor_real_transport.py
tests/test_next_phase_decision_docs.py
tests/test_notify.py
tests/test_official_demo_smoke.py
tests/test_operator_e2e_smoke.py
tests/test_orchestrator_flow.py
tests/test_packaging_surface.py
tests/test_pg_reconnect.py
tests/test_planner_adapter_ecosystem.py
tests/test_planner_adapters.py
tests/test_policy_builder_error_hygiene.py
tests/test_policy_distribution.py
tests/test_policy_input_contract.py
tests/test_policy_loader_hardening.py
tests/test_policy_pack_bridge.py
tests/test_policy_pack_signing.py
tests/test_policy_packs.py
tests/test_policy_remote.py
tests/test_policy_remote_cache_path.py
tests/test_policy_runtime_rule_eval_hardening.py
tests/test_policy_runtime_sensitive_intent.py
tests/test_policy_runtime_v2.py
tests/test_policy_runtime_v3.py
tests/test_policy_runtime_v4.py
tests/test_policy_runtime_v4_complete.py
tests/test_policy_schema_version_lock.py
tests/test_policy_shadowing_detection.py
tests/test_private_beta_acceptance_docs.py
tests/test_product_positioning.py
tests/test_quickstart_console.py
tests/test_r11_acceptance_docs.py
tests/test_ratelimit.py
tests/test_readiness_audit_chain.py
tests/test_readiness_audit_posture.py
tests/test_readiness_executor_wiring.py
tests/test_readiness_policy_shadowing.py
tests/test_readiness_remote_policy_cache.py
tests/test_redaction.py
tests/test_release_artifact_hygiene.py
tests/test_release_gate_model.py
tests/test_release_gate_workflow.py
tests/test_release_hardening.py
tests/test_release_install_smoke.py
tests/test_replay_engine.py
tests/test_repo_hygiene.py
tests/test_repo_structure_invariants.py
tests/test_risk_live_policy_runtime_integration.py
tests/test_risk_score_response_integration.py
tests/test_role_policy_resolver.py
tests/test_rule_eval_property.py
tests/test_rule_language.py
tests/test_runtime_config.py
tests/test_safe_defaults_posture.py
tests/test_sandbox_executor_docker_runner.py
tests/test_sdk_cli_polish.py
tests/test_sensitive_detector_protocol.py
tests/test_service_app.py
tests/test_service_csp_and_sso_handoff.py
tests/test_service_delete_account.py
tests/test_service_hardening.py
tests/test_service_insight_headline.py
tests/test_service_insight_patterns.py
tests/test_service_odata_feed.py
tests/test_service_privilege_boundaries.py
tests/test_service_record_start.py
tests/test_service_store.py
tests/test_shell_executor_hardening.py
tests/test_simulation_contracts.py
tests/test_simulation_executor_parity.py
tests/test_simulation_side_effects.py
tests/test_snapshot_integrity.py
tests/test_ui_dashboard_spec.py
tests/test_universal_ai_firewall_demo.py
tests/test_web_console_mvp.py
tests/test_windows_installer_contract.py
tests/_shared/__init__.py
tests/_shared/workspace_fixtures.py
tests/fixtures/keys/README.md
tests/fixtures/keys/dev_policy_private_example.pem
tests/fixtures/keys/dev_policy_public_example.pem
tests/fixtures/local_repo_showcase/src/app.py
tests/fixtures/policies/compat/policy_v3_boundary.yaml
tests/fixtures/policies/compat/policy_v3_compose.yaml
tests/fixtures/policies/compat/policy_v3_risk.yaml
tests/fixtures/policies/compat/policy_v4_allow.yaml
tests/fixtures/policies/compat/policy_v4_block.yaml
tests/fixtures/policies/compat/policy_v4_child.yaml
tests/fixtures/policies/compat/policy_v4_expired.yaml
tests/fixtures/policies/compat/policy_v4_fallback.yaml
tests/fixtures/policies/compat/policy_v4_parent.yaml