README.md
pyproject.toml
milco/__init__.py
milco/cli.py
milco.egg-info/PKG-INFO
milco.egg-info/SOURCES.txt
milco.egg-info/dependency_links.txt
milco.egg-info/entry_points.txt
milco.egg-info/requires.txt
milco.egg-info/top_level.txt
milco/audit/__init__.py
milco/audit/auditor.py
milco/core/__init__.py
milco/core/artifacts.py
milco/core/contract.py
milco/core/history.py
milco/core/manifest.py
milco/core/run_context.py
milco/core/run_index.py
milco/core/show.py
milco/fix/__init__.py
milco/fix/fixer.py
milco/gate/__init__.py
milco/gate/gates.py
milco/llm/__init__.py
milco/llm/base.py
milco/llm/config.py
milco/llm/ollama.py
milco/llm/openai.py
milco/policy/__init__.py
milco/policy/policy.py
milco/tasks/__init__.py
milco/tasks/base.py
milco/tasks/doc_gen.py
milco/tasks/format_task.py
milco/tasks/lint_task.py
milco/tasks/map_gen.py
milco/tasks/registry.py
milco/tasks/scaffold_task.py
milco/tools/__init__.py
milco/tools/exec_tools.py
milco/tools/fs_tools.py
milco/tools/git_tools.py
tests/test_artifacts_written.py
tests/test_audit_task_checks.py
tests/test_cli_refusal_messages.py
tests/test_cli_task_resolution.py
tests/test_contract_scaffold_config.py
tests/test_contract_task_type.py
tests/test_contract_validation.py
tests/test_doc_gen_task.py
tests/test_error_suggestions.py
tests/test_fix_outputs_unified_diff.py
tests/test_fixer_delegation.py
tests/test_format_integration.py
tests/test_format_task.py
tests/test_gate_exit_codes_pass_fail.py
tests/test_gate_report_schema.py
tests/test_gate_report_schema_versioned.py
tests/test_history_corrupt_lines.py
tests/test_history_last_and_failed_filters.py
tests/test_history_missing_index.py
tests/test_init_command.py
tests/test_integration_smoke.py
tests/test_lint_task.py
tests/test_list_tasks_flag.py
tests/test_list_templates_flag.py
tests/test_llm_base.py
tests/test_llm_config.py
tests/test_manifest_hashes_match_files.py
tests/test_manifest_written_and_schema.py
tests/test_manifest_written_on_refused.py
tests/test_map_gen_task.py
tests/test_ollama_provider.py
tests/test_openai_provider.py
tests/test_policy_no_apply_no_write.py
tests/test_run_context_new_fields.py
tests/test_run_index_appends.py
tests/test_run_index_matches_manifest.py
tests/test_run_index_on_refused.py
tests/test_run_refusal_exit_code.py
tests/test_scaffold_task.py
tests/test_show_detail_output.py
tests/test_show_missing_run.py
tests/test_show_refused_run.py
tests/test_task_base.py
tests/test_task_descriptions.py
tests/test_task_registry.py
tests/test_version_flag.py