LICENSE
README.md
pyproject.toml
src/saturnday/__init__.py
src/saturnday/__main__.py
src/saturnday/_exceptions.py
src/saturnday/_types.py
src/saturnday/cli.py
src/saturnday/coder_adapter.py
src/saturnday/context_assembler.py
src/saturnday/evidence.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/plan_parser.py
src/saturnday/policy.py
src/saturnday/policy_manifest.py
src/saturnday/post_checks.py
src/saturnday/project_state.py
src/saturnday/ratchet.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/shell_policy.py
src/saturnday/ticket_runner.py
src/saturnday/ticket_splitter.py
src/saturnday/version.py
src/saturnday/waivers.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/guard/__init__.py
src/saturnday/guard/cloud_scanner.py
src/saturnday/guard/publish_preflight.py
src/saturnday/guard/sarif.py
src/saturnday/prompts/__init__.py
src/saturnday/prompts/role_modes/__init__.py
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/repair/__init__.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/contract_checker.py
src/saturnday/run/evidence.py
src/saturnday/run/failure_classifier.py
src/saturnday/run/lessons.py
src/saturnday/run/planner.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/shared/__init__.py
src/saturnday/shared/backend_auth.py
src/saturnday/shared/evidence_schema.py
src/saturnday/shared/plan_schema.py
tests/test_agent_fixtures.py
tests/test_api_version_check.py
tests/test_auto_repair.py
tests/test_backend_auth.py
tests/test_cloud_scanner.py
tests/test_coder_adapter.py
tests/test_context_assembler.py
tests/test_contract_checker.py
tests/test_dod_enforcement.py
tests/test_e2e_parity.py
tests/test_e2e_repair.py
tests/test_e2e_repair_cli.py
tests/test_evidence.py
tests/test_evidence_schema.py
tests/test_exceptions.py
tests/test_failure_classifier.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_import_classification.py
tests/test_interactive.py
tests/test_language_detect.py
tests/test_lessons.py
tests/test_lockfile_parsing.py
tests/test_noise_reduction.py
tests/test_npm_registry.py
tests/test_openclaw_scanner.py
tests/test_patch_extractor.py
tests/test_plan_parser.py
tests/test_planner.py
tests/test_policy.py
tests/test_policy_manifest.py
tests/test_post_checks.py
tests/test_project_state.py
tests/test_ratchet.py
tests/test_remediation_guidance.py
tests/test_repair_cli.py
tests/test_repair_executor.py
tests/test_repair_tickets.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_run_cli.py
tests/test_run_data.py
tests/test_run_evidence.py
tests/test_run_ledger.py
tests/test_run_report.py
tests/test_run_types.py
tests/test_safe_shell.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_shell_governance.py
tests/test_shell_policy.py
tests/test_ticket_splitter.py
tests/test_v3_parity.py
tests/test_waiver_ratchet_integration.py
tests/test_waivers.py