CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
evals/README.md
evals/__init__.py
evals/run_evals.py
evals/fixtures/explain_only/pricing.py
evals/fixtures/explain_only/test_pricing.py
evals/fixtures/failure_recovery/test_transform.py
evals/fixtures/failure_recovery/transform.py
evals/fixtures/multi_file_fix/invoice.py
evals/fixtures/multi_file_fix/pricing.py
evals/fixtures/multi_file_fix/test_invoice.py
evals/fixtures/resume/test_value.py
evals/fixtures/resume/value.py
evals/fixtures/security_refusal/note.py
evals/fixtures/security_refusal/test_note.py
evals/fixtures/single_file_fix/calculator.py
evals/fixtures/single_file_fix/test_calculator.py
evals/fixtures/undo/note.py
evals/fixtures/undo/test_note.py
evals/fixtures/verification_gate/test_value.py
evals/fixtures/verification_gate/value.py
evals/fixtures/zero_tests/module.py
src/mini_code_agent/__init__.py
src/mini_code_agent/__main__.py
src/mini_code_agent/agent.py
src/mini_code_agent/chat.py
src/mini_code_agent/cli.py
src/mini_code_agent/context.py
src/mini_code_agent/contracts.py
src/mini_code_agent/diagnostics.py
src/mini_code_agent/executor.py
src/mini_code_agent/model.py
src/mini_code_agent/prompts.py
src/mini_code_agent/security.py
src/mini_code_agent/trajectory.py
src/mini_code_agent/utils.py
src/mini_code_agent/verification.py
src/mini_code_agent/workspace.py
src/mini_code_agent_langgraph.egg-info/PKG-INFO
src/mini_code_agent_langgraph.egg-info/SOURCES.txt
src/mini_code_agent_langgraph.egg-info/dependency_links.txt
src/mini_code_agent_langgraph.egg-info/entry_points.txt
src/mini_code_agent_langgraph.egg-info/requires.txt
src/mini_code_agent_langgraph.egg-info/top_level.txt
tests/test_agent_cli.py
tests/test_architecture.py
tests/test_cli_launch.py
tests/test_diagnostics.py
tests/test_evals.py
tests/test_executor.py
tests/test_hardening.py
tests/test_hygiene_scan.py
tests/test_process_cleanup.py
tests/test_workflow_policy.py
tests/test_workspace_fingerprint.py