README.md
pyproject.toml
core_runtime/__init__.py
core_runtime/__version__.py
core_runtime/cli/__init__.py
core_runtime/cli/__main__.py
core_runtime/cli/bump_version.py
core_runtime/cli/contract_preflight.py
core_runtime/cli/create_domain.py
core_runtime/cli/doctor.py
core_runtime/cli/inventory.py
core_runtime/cli/lint.py
core_runtime/cli/main.py
core_runtime/cli/release_check.py
core_runtime/cli/repair_artifact_paths.py
core_runtime/cli/sync_template.py
core_runtime/cli/validate.py
core_runtime/core/__init__.py
core_runtime/core/audit_event.py
core_runtime/core/audit_trail_index.py
core_runtime/core/canonicalization.py
core_runtime/core/contract_evaluator.py
core_runtime/core/contract_executability.py
core_runtime/core/contract_loader.py
core_runtime/core/contract_probes.py
core_runtime/core/contract_program.py
core_runtime/core/contract_program_registry.py
core_runtime/core/contract_program_v2.py
core_runtime/core/dsk_v3.py
core_runtime/core/explainability.py
core_runtime/core/numeric_normalization.py
core_runtime/core/rule_anchor.py
core_runtime/core/schema_fingerprint.py
core_runtime/core/sensor_evidence.py
core_runtime/data/package_data_manifest.v1.json
core_runtime/data/contracts/CoreAnchor.sol
core_runtime/data/contracts/CoreRuleAnchor.abi.json
core_runtime/data/contracts/CoreRuleAnchor.bin
core_runtime/data/contracts/CoreRuleAnchor.build.json
core_runtime/data/contracts/CoreRuleAnchor.runtime.bin
core_runtime/data/contracts/CoreRuleAnchor.sol
core_runtime/data/schemas/core/causal_trace.v1.json
core_runtime/data/schemas/core/context_gate.v1.json
core_runtime/data/schemas/core/context_threshold.v1.json
core_runtime/data/schemas/core/contract_program.v1.json
core_runtime/data/schemas/core/contract_program.v2.json
core_runtime/data/schemas/core/control_decision.v1.json
core_runtime/data/schemas/core/dsk.v3.json
core_runtime/data/schemas/core/effect_result.v1.json
core_runtime/data/schemas/core/entropy_signal.v1.json
core_runtime/data/schemas/core/execution_receipt.v1.json
core_runtime/data/schemas/core/frozen_release_manifest.v1.json
core_runtime/data/schemas/core/frozen_release_manifest.v2.json
core_runtime/data/schemas/core/frozen_release_manifest.v3.json
core_runtime/data/schemas/core/frozen_release_manifest.v4.json
core_runtime/data/schemas/core/frozen_release_manifest.v5.json
core_runtime/data/schemas/core/frozen_release_manifest.v6.json
core_runtime/data/schemas/core/frozen_release_manifest.v7.json
core_runtime/data/schemas/core/frozen_release_manifest.v8.json
core_runtime/data/schemas/core/frozen_rule_set.v1.json
core_runtime/data/schemas/core/memory_artifact.v1.json
core_runtime/data/schemas/core/memory_generation_result.v1.json
core_runtime/data/schemas/core/operational_learning_event.v1.json
core_runtime/data/schemas/core/pattern_candidate.v1.json
core_runtime/data/schemas/core/physical_safety_assurance_case.v1.json
core_runtime/data/schemas/core/policy_lifecycle.v1.json
core_runtime/data/schemas/core/retention_manifest.v1.json
core_runtime/data/schemas/core/reversibility_policy.v1.json
core_runtime/data/schemas/core/rule_anchor_batch.v1.json
core_runtime/data/schemas/core/rule_anchor_chain_evidence.v1.json
core_runtime/data/schemas/core/rule_approval.v1.json
core_runtime/data/schemas/core/rule_approval_request.v1.json
core_runtime/data/schemas/core/state_transition.v1.json
core_runtime/data/schemas/core/task_closeout.v1.json
core_runtime/data/schemas/core/template_promotion_candidate.v1.json
core_runtime/data/schemas/core/unsigned_rule_anchor_deployment.v1.json
core_runtime/data/schemas/core/unsigned_rule_anchor_transaction.v1.json
core_runtime/tooling/__init__.py
core_runtime/tooling/bump_version.py
core_runtime/tooling/contract_preflight.py
core_runtime/tooling/create_domain.py
core_runtime/tooling/diagnostics.py
core_runtime/tooling/doctor.py
core_runtime/tooling/file_inventory.py
core_runtime/tooling/json_checks.py
core_runtime/tooling/release_check.py
core_runtime/tooling/repair_artifact_paths.py
core_runtime/tooling/report_writer.py
core_runtime/tooling/repository_inventory.py
core_runtime/tooling/safety_checks.py
core_runtime/tooling/sync_template.py
core_runtime/tooling/validation.py
core_runtime/tooling/version_inventory.py
core_runtime_engine.egg-info/PKG-INFO
core_runtime_engine.egg-info/SOURCES.txt
core_runtime_engine.egg-info/dependency_links.txt
core_runtime_engine.egg-info/entry_points.txt
core_runtime_engine.egg-info/requires.txt
core_runtime_engine.egg-info/top_level.txt
docs/CORE_RELEASE_README.md
tests/test_agent_decision_trace_validator.py
tests/test_agent_plan_validator.py
tests/test_agent_session_validator.py
tests/test_anchoring_event_validator.py
tests/test_anchoring_submission_validator.py
tests/test_audio_envelope_wav_example.py
tests/test_audit_event_schema.py
tests/test_basic_practical_examples.py
tests/test_bounded_reference_index.py
tests/test_business_event_derivation.py
tests/test_causal_entropy_contracts.py
tests/test_certify_sensor_fixture.py
tests/test_chain_adapter_validator.py
tests/test_classification_candidate_validator.py
tests/test_contract_program_registry.py
tests/test_contract_program_runtime.py
tests/test_contract_program_v2.py
tests/test_control_plane_contracts.py
tests/test_core_contract_examples.py
tests/test_core_generic_contracts.py
tests/test_core_memory_artifact_contract.py
tests/test_core_rule_anchor_contract.py
tests/test_core_scheduler_behavior.py
tests/test_domain_privacy_examples.py
tests/test_downstream_bridge_adapter_validator.py
tests/test_dsk_v3.py
tests/test_executable_contracts.py
tests/test_execution_profile_fixtures.py
tests/test_expert_conflict_pre_resolution_validator.py
tests/test_explainability_determinism.py
tests/test_external_llm_sync_bundle.py
tests/test_frozen_release_manifest.py
tests/test_frozen_release_manifest_v11_2.py
tests/test_frozen_release_manifest_v11_2_frozen.py
tests/test_frozen_release_manifest_v11_3.py
tests/test_frozen_release_manifest_v11_3_frozen.py
tests/test_frozen_release_manifest_v11_4.py
tests/test_frozen_release_manifest_v11_5.py
tests/test_frozen_release_manifest_v11_5_1.py
tests/test_frozen_rule_set_validator.py
tests/test_human_approved_execution_gate_validator.py
tests/test_image_brightness_motion_example.py
tests/test_minimal_sensor_adapter_example.py
tests/test_operational_learning_contracts.py
tests/test_parametric_template_validator.py
tests/test_physical_safety_assurance.py
tests/test_private_domain_integration.py
tests/test_rule_anchor_batch.py
tests/test_rule_anchor_deployment.py
tests/test_rule_anchor_transaction.py
tests/test_rule_approval_validator.py
tests/test_run_all_examples.py
tests/test_schema_fingerprint.py
tests/test_sensor_evidence_public_contract.py
tests/test_state_watcher_validator.py
tests/test_tool_invocation_validator.py
tests/test_tooling_bump_version.py
tests/test_tooling_ci_contract.py
tests/test_tooling_contract_preflight.py
tests/test_tooling_create_domain.py
tests/test_tooling_doctor.py
tests/test_tooling_lint.py
tests/test_tooling_release_check.py
tests/test_tooling_repair_artifact_paths.py
tests/test_tooling_report_writer.py
tests/test_tooling_repository_inventory.py
tests/test_tooling_sync_template.py
tests/test_tooling_validation.py
tests/test_tooling_version_inventory.py
tests/test_validate_execution_profile_script.py
tests/test_validate_sensor_manifest_negative_cases.py
tests/test_validate_sensor_manifest_script.py
tests/test_verify_release_script.py
tests/test_wifi_csi_synthetic_bridge_example.py
tests/test_workflow_examples.py