LICENSE
README.md
pyproject.toml
src/saturnday/__init__.py
src/saturnday/__main__.py
src/saturnday/_exceptions.py
src/saturnday/_types.py
src/saturnday/agent_discovery.py
src/saturnday/capability_registry.py
src/saturnday/cli.py
src/saturnday/coder_adapter.py
src/saturnday/context_assembler.py
src/saturnday/devstral_cli.py
src/saturnday/eval_harness.py
src/saturnday/evidence.py
src/saturnday/evidence_list.py
src/saturnday/evidence_type.py
src/saturnday/governance.py
src/saturnday/hooks.py
src/saturnday/interactive.py
src/saturnday/language_detect.py
src/saturnday/npm_registry.py
src/saturnday/openclaw_scanner.py
src/saturnday/patch_extractor.py
src/saturnday/paths.py
src/saturnday/plan_parser.py
src/saturnday/policy.py
src/saturnday/policy_loader.py
src/saturnday/policy_manifest.py
src/saturnday/policy_show.py
src/saturnday/post_checks.py
src/saturnday/premium_registration.py
src/saturnday/project_state.py
src/saturnday/public_check.py
src/saturnday/public_fix.py
src/saturnday/ratchet.py
src/saturnday/release_exception_list.py
src/saturnday/release_notes.py
src/saturnday/release_signoff_list.py
src/saturnday/remediation_guidance.py
src/saturnday/reporting.py
src/saturnday/review.py
src/saturnday/review_ts.py
src/saturnday/role_modes.py
src/saturnday/run_data.py
src/saturnday/scope_rules.py
src/saturnday/security_pack_1.py
src/saturnday/security_triage.py
src/saturnday/shell_policy.py
src/saturnday/standards_digest.py
src/saturnday/status.py
src/saturnday/ticket_runner.py
src/saturnday/ticket_runner_devstral.py
src/saturnday/ticket_splitter.py
src/saturnday/update_notifier.py
src/saturnday/version.py
src/saturnday/waivers.py
src/saturnday/workspaces.py
src/saturnday.egg-info/PKG-INFO
src/saturnday.egg-info/SOURCES.txt
src/saturnday.egg-info/dependency_links.txt
src/saturnday.egg-info/entry_points.txt
src/saturnday.egg-info/requires.txt
src/saturnday.egg-info/top_level.txt
src/saturnday/document/__init__.py
src/saturnday/document/_types.py
src/saturnday/document/claim_extractor.py
src/saturnday/document/claim_verifier.py
src/saturnday/document/document_runner.py
src/saturnday/document/evidence_pack.py
src/saturnday/document/global_checks.py
src/saturnday/document/planner.py
src/saturnday/document/provisional.py
src/saturnday/document/section_retry.py
src/saturnday/document/section_runner.py
src/saturnday/document/section_verifier.py
src/saturnday/document/signoff.py
src/saturnday/document/spec_parser.py
src/saturnday/document/checks/__init__.py
src/saturnday/document/checks/citations.py
src/saturnday/document/checks/evidence_coverage.py
src/saturnday/document/checks/numeric.py
src/saturnday/document/checks/structure.py
src/saturnday/document/checks/terminology.py
src/saturnday/guard/__init__.py
src/saturnday/guard/cloud_scanner.py
src/saturnday/guard/publish_preflight.py
src/saturnday/guard/sarif.py
src/saturnday/interfaces/__init__.py
src/saturnday/interfaces/doc_stages.py
src/saturnday/interfaces/evidence.py
src/saturnday/interfaces/impact.py
src/saturnday/interfaces/memory.py
src/saturnday/interfaces/release.py
src/saturnday/interfaces/reviewer.py
src/saturnday/interfaces/spec.py
src/saturnday/interfaces/triage.py
src/saturnday/prompts/__init__.py
src/saturnday/prompts/role_modes/__init__.py
src/saturnday/prompts/role_modes/code_reviewer.md
src/saturnday/prompts/role_modes/coder.md
src/saturnday/prompts/role_modes/definition_of_done.md
src/saturnday/prompts/role_modes/evidence_gate.md
src/saturnday/prompts/role_modes/governance_judge.md
src/saturnday/prompts/role_modes/operator_preferences.md
src/saturnday/prompts/role_modes/repair.md
src/saturnday/prompts/role_modes/repo_analyst.md
src/saturnday/prompts/role_modes/security_triage.md
src/saturnday/release/__init__.py
src/saturnday/release/_types.py
src/saturnday/release/diff_engine.py
src/saturnday/release/evidence.py
src/saturnday/release/github_releases.py
src/saturnday/release/npm_builder.py
src/saturnday/release/npm_inspector.py
src/saturnday/release/oci_inspector.py
src/saturnday/release/orchestrator.py
src/saturnday/release/python_builder.py
src/saturnday/release/report.py
src/saturnday/release/sdist_inspector.py
src/saturnday/release/wheel_inspector.py
src/saturnday/release/checks/__init__.py
src/saturnday/release/checks/allowlist_manifest.py
src/saturnday/release/checks/internal_file_blocker.py
src/saturnday/release/checks/release_diff.py
src/saturnday/release/checks/secrets_in_artefact.py
src/saturnday/release/checks/source_map_blocker.py
src/saturnday/repair/__init__.py
src/saturnday/repair/finding_category.py
src/saturnday/repair/finding_locality.py
src/saturnday/repair/repair_evidence.py
src/saturnday/repair/repair_executor.py
src/saturnday/repair/repair_runner.py
src/saturnday/repair/repair_tickets.py
src/saturnday/run/__init__.py
src/saturnday/run/clarification.py
src/saturnday/run/context_capsule.py
src/saturnday/run/contract_checker.py
src/saturnday/run/cost_accounting.py
src/saturnday/run/dataflow_checker.py
src/saturnday/run/evidence.py
src/saturnday/run/failure_classifier.py
src/saturnday/run/impact_analysis.py
src/saturnday/run/lessons.py
src/saturnday/run/memory_enforcement.py
src/saturnday/run/memory_retrieval.py
src/saturnday/run/metrics.py
src/saturnday/run/planner.py
src/saturnday/run/proof_questions.py
src/saturnday/run/proof_resolver.py
src/saturnday/run/property_tests.py
src/saturnday/run/report.py
src/saturnday/run/resume.py
src/saturnday/run/run_ledger.py
src/saturnday/run/safe_shell.py
src/saturnday/run/spec_verifier.py
src/saturnday/run/work_branch.py
src/saturnday/shared/__init__.py
src/saturnday/shared/backend_auth.py
src/saturnday/shared/evidence_schema.py
src/saturnday/shared/plan_schema.py
src/saturnday/shared/secret_patterns.py
src/saturnday/standards/api_design_rules.md
src/saturnday/standards/cli_rules.md
src/saturnday/standards/coder_standards_v1.txt
src/saturnday/standards/engineering_constitution.md
src/saturnday/standards/senior_python_standards.md
src/saturnday/standards/testing_rules.md
src/saturnday/standards/docs/style/senior_judgment_rules.md
src/saturnday/standards/prompts/coder_system_senior_v1.txt
src/saturnday_premium/__init__.py
src/saturnday_premium/_adapters.py
src/saturnday_premium/_entitlement.py
src/saturnday_premium/_jwt.py
src/saturnday_premium/_provenance.py
src/saturnday_premium/_release_exception.py
src/saturnday_premium/_release_policy.py
src/saturnday_premium/_release_registry_checks.py
src/saturnday_premium/_release_signoff.py
tests/test_acceptance_cmd_warning_mode_aware.py
tests/test_acceptance_gate.py
tests/test_agent_discovery.py
tests/test_agent_fixtures.py
tests/test_api_version_check.py
tests/test_approve_surface.py
tests/test_artefact_hygiene.py
tests/test_auto_repair.py
tests/test_backend_auth.py
tests/test_bandit_status.py
tests/test_baseline_no_python_repos.py
tests/test_capability_registry.py
tests/test_cli_tool_strategy_proofs_validator_conformance.py
tests/test_cloud_scanner.py
tests/test_coder_adapter.py
tests/test_coder_config_contract.py
tests/test_context_assembler.py
tests/test_context_capsule.py
tests/test_contract_checker.py
tests/test_contrastive_lessons.py
tests/test_dataflow_checker.py
tests/test_dead_code_check.py
tests/test_dead_code_hardening.py
tests/test_doc_evidence_capability.py
tests/test_doc_planner.py
tests/test_doc_spec_parser.py
tests/test_document_types.py
tests/test_dod_enforcement.py
tests/test_dod_gate.py
tests/test_dod_visibility.py
tests/test_e2e_parity.py
tests/test_e2e_repair.py
tests/test_e2e_repair_cli.py
tests/test_enhanced_reviewer.py
tests/test_eval_harness.py
tests/test_eval_scenarios.py
tests/test_evidence.py
tests/test_evidence_schema.py
tests/test_evidence_type.py
tests/test_exceptions.py
tests/test_explain_failure_evidence.py
tests/test_failure_classifier.py
tests/test_feedback_batch_5_and_state_isolation.py
tests/test_feedback_batch_a_e.py
tests/test_feedback_batch_bchdi_j.py
tests/test_feedback_batch_beta_alpha.py
tests/test_feedback_batch_f.py
tests/test_feedback_batch_i3.py
tests/test_feedback_batch_i4.py
tests/test_finding_locality.py
tests/test_fix12a.py
tests/test_fix12b.py
tests/test_fix12c.py
tests/test_fix13.py
tests/test_fix14.py
tests/test_fix15.py
tests/test_fix16_contract_sequencing.py
tests/test_fix17_prompt_compaction.py
tests/test_fix18_last_resort_split.py
tests/test_fix18_split_safety.py
tests/test_fix19_atomic_split_suppression.py
tests/test_fix20_continuation_ux.py
tests/test_fix27_git_preflight.py
tests/test_fix29_git_state_diagnosis.py
tests/test_fix30_recovered_baseline.py
tests/test_fix31_response_evidence.py
tests/test_fix35_bandit_field_mapping.py
tests/test_fix36_planner_fallback.py
tests/test_fix37_launcher_git_init.py
tests/test_fix38_plan_confirm.py
tests/test_fix39_false_completion.py
tests/test_fix40_cross_ticket_consistency.py
tests/test_fix41_final_acceptance_gate.py
tests/test_fix43_local_120b_backend.py
tests/test_fix67_pipeline_symptom.py
tests/test_fix70_cli_scope_isolation.py
tests/test_fix71_oos_regression.py
tests/test_fix72_verify_cmd.py
tests/test_fix73_proof_meaningfulness.py
tests/test_fix74_acceptance_cmd_dod_guard.py
tests/test_fix75_clarification_gate.py
tests/test_fix76_data_foundation.py
tests/test_fix77_local_live_proof.py
tests/test_fix78_policy_cleared_warn.py
tests/test_full_governance_policy.py
tests/test_gaps_log.py
tests/test_github_action.py
tests/test_governance.py
tests/test_governance_empty_diff.py
tests/test_governance_evidence.py
tests/test_governance_integration.py
tests/test_guard_preflight.py
tests/test_guided_run_plan_path.py
tests/test_impact_analysis.py
tests/test_import_classification.py
tests/test_integrated_validation.py
tests/test_integration_fix15_20.py
tests/test_interactive.py
tests/test_interfaces_doc_stages.py
tests/test_interfaces_evidence.py
tests/test_interfaces_impact.py
tests/test_interfaces_init.py
tests/test_interfaces_memory.py
tests/test_interfaces_reviewer.py
tests/test_interfaces_spec.py
tests/test_interfaces_triage.py
tests/test_language_detect.py
tests/test_launch_proofs.py
tests/test_lessons.py
tests/test_lockfile_parsing.py
tests/test_max_failures_cli_flag.py
tests/test_memory_enforcement.py
tests/test_memory_governance.py
tests/test_memory_retrieval.py
tests/test_memory_scopes.py
tests/test_memory_system.py
tests/test_metrics.py
tests/test_noise_reduction.py
tests/test_npm_registry.py
tests/test_openclaw_scanner.py
tests/test_operator_surface.py
tests/test_package_split.py
tests/test_patch_extractor.py
tests/test_phase1_data_model.py
tests/test_phase2_clarification_consumption.py
tests/test_phase3_testing_strategy_trigger.py
tests/test_phase4_plan_time_proof_resolution.py
tests/test_phase5_post_execution_proof.py
tests/test_phase6_premium_scanning.py
tests/test_phase6_runtime_proof_negotiation.py
tests/test_phase7_proof_resolution_honesty.py
tests/test_phase8_plan_preview_surfacing.py
tests/test_phase9_proof_gap_auto_repair.py
tests/test_plan_confirm_guard.py
tests/test_plan_durability.py
tests/test_plan_governance.py
tests/test_plan_parser.py
tests/test_plan_rubric_validation.py
tests/test_planner.py
tests/test_planner_acceptance.py
tests/test_playbooks.py
tests/test_policy.py
tests/test_policy_exemptions.py
tests/test_policy_loader.py
tests/test_policy_manifest.py
tests/test_policy_schema_refusal.py
tests/test_policy_show.py
tests/test_post_checks.py
tests/test_pre_existing_findings_e2e.py
tests/test_premium_registration.py
tests/test_project_state.py
tests/test_prompt_budget.py
tests/test_proof_automation_gamma_delta.py
tests/test_property_tests.py
tests/test_public_check.py
tests/test_public_fix.py
tests/test_ran_stages_tracking.py
tests/test_ratchet.py
tests/test_read_write_checker.py
tests/test_release_approve_surface.py
tests/test_release_exception_surface.py
tests/test_release_preflight_output.py
tests/test_remediation_guidance.py
tests/test_repair_category_filter.py
tests/test_repair_cli.py
tests/test_repair_denied_paths.py
tests/test_repair_executor.py
tests/test_repair_progress.py
tests/test_repair_target_normalisation.py
tests/test_repair_targeted_scan.py
tests/test_repair_tickets.py
tests/test_reporting.py
tests/test_resume.py
tests/test_retry_limit.py
tests/test_review_integration_gates.py
tests/test_review_shell_policy_integration.py
tests/test_review_ts.py
tests/test_role_modes.py
tests/test_role_pass_wiring.py
tests/test_rule_false_positives.py
tests/test_run_cli.py
tests/test_run_data.py
tests/test_run_evidence.py
tests/test_run_evidence_capability.py
tests/test_run_ledger.py
tests/test_run_plan_e2e_resume.py
tests/test_run_report.py
tests/test_run_types.py
tests/test_safe_shell.py
tests/test_scaffolding_suppression.py
tests/test_scope_passthrough.py
tests/test_scope_rules.py
tests/test_security_checks.py
tests/test_security_checks_ts.py
tests/test_security_integration.py
tests/test_security_pack_1.py
tests/test_security_pack_1_proof.py
tests/test_security_triage.py
tests/test_shell_governance.py
tests/test_shell_policy.py
tests/test_signoff_parity.py
tests/test_snapshot_project_checks.py
tests/test_spec_verifier.py
tests/test_split_community_mode.py
tests/test_split_premium_mode.py
tests/test_splitter_scope_consistency.py
tests/test_staged_governance.py
tests/test_status_command.py
tests/test_targeted_repair_scans.py
tests/test_terraform_rule_expansion.py
tests/test_ticket_splitter.py
tests/test_type_checks.py
tests/test_unique_run_dirs.py
tests/test_untracked_scope_isolation.py
tests/test_update_notifier.py
tests/test_v3_parity.py
tests/test_waiver_ratchet_integration.py
tests/test_waivers.py
tests/test_work_branch_deprecation_banner.py