LICENSE
README.md
pyproject.toml
src/sop/__init__.py
src/sop/__main__.py
src/sop/init_cmd.py
src/sop/py.typed
src/sop/scripts/__init__.py
src/sop/scripts/aggregate_worker_status.py
src/sop/scripts/auditor_calibration_report.py
src/sop/scripts/build_ceo_bridge_digest.py
src/sop/scripts/build_context_packet.py
src/sop/scripts/build_exec_memory_packet.py
src/sop/scripts/build_profile_selection_ranking.py
src/sop/scripts/capture_profile_outcome_record.py
src/sop/scripts/ceo_go_signal_contract.py
src/sop/scripts/evaluate_context_compaction_trigger.py
src/sop/scripts/generate_ceo_go_signal.py
src/sop/scripts/generate_ceo_weekly_summary.py
src/sop/scripts/loop_cycle_artifacts.py
src/sop/scripts/loop_cycle_context.py
src/sop/scripts/loop_cycle_runtime.py
src/sop/scripts/manual_capture_watcher.py
src/sop/scripts/measure_context_reduction.py
src/sop/scripts/print_takeover_entrypoint.py
src/sop/scripts/print_takeover_workflow_overlay_models.py
src/sop/scripts/run_auditor_review.py
src/sop/scripts/run_baseline_benchmark.py
src/sop/scripts/run_fast_checks.py
src/sop/scripts/run_loop_cycle.py
src/sop/scripts/startup_codex_helper.py
src/sop/scripts/supervise_loop.py
src/sop/scripts/sync_philosophy_feedback.py
src/sop/scripts/test_policy_proposal.py
src/sop/scripts/validate_baseline.py
src/sop/scripts/validate_ceo_go_signal_truth.py
src/sop/scripts/validate_ceo_weekly_summary_truth.py
src/sop/scripts/validate_counterexample_gate.py
src/sop/scripts/validate_digest_freshness.py
src/sop/scripts/validate_dispatch_acks.py
src/sop/scripts/validate_domain_falsification_pack.py
src/sop/scripts/validate_dual_judge_gate.py
src/sop/scripts/validate_evidence_hashes.py
src/sop/scripts/validate_exec_memory_truth.py
src/sop/scripts/validate_extension_allowlist.py
src/sop/scripts/validate_interface_contracts.py
src/sop/scripts/validate_loop_closure.py
src/sop/scripts/validate_orphan_changes.py
src/sop/scripts/validate_parallel_fanin.py
src/sop/scripts/validate_refactor_mock_policy.py
src/sop/scripts/validate_review_checklist.py
src/sop/scripts/validate_round_contract_checks.py
src/sop/scripts/validate_routing_matrix.py
src/sop/scripts/validate_skill_activation.py
src/sop/scripts/validate_skill_manifest.py
src/sop/scripts/validate_skill_registry.py
src/sop/scripts/validate_traceability.py
src/sop/scripts/validate_worker_reply_packet.py
src/sop/scripts/utils/__init__.py
src/sop/scripts/utils/atomic_io.py
src/sop/scripts/utils/compaction_retention.py
src/sop/scripts/utils/json_utils.py
src/sop/scripts/utils/memory_tiers.py
src/sop/scripts/utils/path_validator.py
src/sop/scripts/utils/skill_resolver.py
src/sop/scripts/utils/time_utils.py
src/sop/templates/__init__.py
src/sop/templates/artifact_pruning_rules_template.md
src/sop/templates/bridge_contract_template.md
src/sop/templates/ceo_weekly_summary.md
src/sop/templates/change_manifest_template.md
src/sop/templates/domain_falsification_pack.md
src/sop/templates/done_checklist_template.md
src/sop/templates/dynamic_roadmap_board.md
src/sop/templates/impact_packet_template.md
src/sop/templates/multi_stream_contract_template.md
src/sop/templates/observability_pack_template.md
src/sop/templates/optimality_review_brief.md
src/sop/templates/phase_brief_template.md
src/sop/templates/planner_escalation_rules_template.md
src/sop/templates/planner_packet_template.md
src/sop/templates/planning_loop_integration_guide.md
src/sop/templates/post_phase_alignment_template.md
src/sop/templates/pr_review_checklist.md
src/sop/templates/product_comparison_template.md
src/sop/templates/thesis_pull_template.md
src/terminal_zero_governance.egg-info/PKG-INFO
src/terminal_zero_governance.egg-info/SOURCES.txt
src/terminal_zero_governance.egg-info/dependency_links.txt
src/terminal_zero_governance.egg-info/entry_points.txt
src/terminal_zero_governance.egg-info/requires.txt
src/terminal_zero_governance.egg-info/top_level.txt
tests/test_aggregate_worker_status.py
tests/test_artifact_c1_propagation.py
tests/test_auditor_calibration_report.py
tests/test_build_ceo_bridge_digest.py
tests/test_build_context_packet.py
tests/test_build_exec_memory_packet.py
tests/test_build_profile_selection_ranking.py
tests/test_capture_profile_outcome_record.py
tests/test_evaluate_context_compaction_trigger.py
tests/test_fresh_worker_navigation.py
tests/test_generate_ceo_go_signal.py
tests/test_generate_ceo_weekly_summary.py
tests/test_loop_cycle_artifacts.py
tests/test_loop_cycle_context.py
tests/test_loop_cycle_runtime.py
tests/test_manual_capture_watcher.py
tests/test_phase5_benchmark.py
tests/test_phase_end_handover.py
tests/test_print_takeover_entrypoint.py
tests/test_run_auditor_review.py
tests/test_run_fast_checks.py
tests/test_run_loop_cycle.py
tests/test_skill_activation.py
tests/test_skill_infrastructure.py
tests/test_sop_cli.py
tests/test_startup_codex_helper.py
tests/test_subagent_routing.py
tests/test_supervise_loop.py
tests/test_sync_philosophy_feedback.py
tests/test_system_control_plane_integration.py
tests/test_validate_ceo_go_signal_truth.py
tests/test_validate_ceo_weekly_summary_truth.py
tests/test_validate_counterexample_gate.py
tests/test_validate_digest_freshness.py
tests/test_validate_dispatch_acks.py
tests/test_validate_domain_falsification_pack.py
tests/test_validate_dual_judge_gate.py
tests/test_validate_evidence_hashes.py
tests/test_validate_exec_memory_truth.py
tests/test_validate_interface_contracts.py
tests/test_validate_loop_closure.py
tests/test_validate_orphan_changes.py
tests/test_validate_parallel_fanin.py
tests/test_validate_refactor_mock_policy.py
tests/test_validate_review_checklist.py
tests/test_validate_round_contract_checks.py
tests/test_validate_traceability.py
tests/test_validate_worker_reply_packet.py