LICENSE
MANIFEST.in
README.md
build_backend.py
pyproject.toml
src/mighty_mouse/__init__.py
src/mighty_mouse/cli.py
src/mighty_mouse.egg-info/PKG-INFO
src/mighty_mouse.egg-info/SOURCES.txt
src/mighty_mouse.egg-info/dependency_links.txt
src/mighty_mouse.egg-info/entry_points.txt
src/mighty_mouse.egg-info/requires.txt
src/mighty_mouse.egg-info/top_level.txt
src/mighty_mouse/commands/__init__.py
src/mighty_mouse/commands/benchmark_cmd.py
src/mighty_mouse/commands/demo_cmd.py
src/mighty_mouse/commands/doctor_cmd.py
src/mighty_mouse/commands/protocol_cmd.py
src/mighty_mouse/commands/research_cmd.py
src/mighty_mouse/commands/run_cmd.py
src/mighty_mouse/commands/signals_cmd.py
src/mighty_mouse/commands/status_cmd.py
src/mighty_mouse/commands/successor_cmd.py
src/mighty_mouse/commands/verify_cmd.py
src/mighty_mouse/experiments/__init__.py
src/mighty_mouse/experiments/local_agent.py
src/mighty_mouse/host/__init__.py
src/mighty_mouse/host/adapter.py
src/mighty_mouse/orchestrator/__init__.py
src/mighty_mouse/orchestrator/analyze_failure.py
src/mighty_mouse/orchestrator/enforce_workflow.py
src/mighty_mouse/orchestrator/gemini_client.py
src/mighty_mouse/orchestrator/mighty_mouse_agent.py
src/mighty_mouse/orchestrator/model_engine.py
src/mighty_mouse/orchestrator/ollama_client.py
src/mighty_mouse/orchestrator/recursive_solver.py
src/mighty_mouse/orchestrator/response_parser.py
src/mighty_mouse/orchestrator/swarm.py
src/mighty_mouse/orchestrator/test_conflict_policy.py
src/mighty_mouse/orchestrator/token_estimator.py
src/mighty_mouse/protocols/__init__.py
src/mighty_mouse/protocols/v9.1/high.md
src/mighty_mouse/protocols/v9.1/low.md
src/mighty_mouse/protocols/v9.1/medium.md
src/mighty_mouse/resources/configs/flashpoint_v1.yaml
src/mighty_mouse/resources/configs/mighty_mouse_abort.yaml
src/mighty_mouse/resources/configs/mighty_mouse_dev_sim.yaml
src/mighty_mouse/resources/configs/mighty_mouse_lean.yaml
src/mighty_mouse/resources/configs/mighty_mouse_v1.yaml
src/mighty_mouse/resources/configs/mighty_mouse_v1_baseline_pre_lean.yaml
src/mighty_mouse/resources/configs/mighty_mouse_v2_lean.yaml
src/mighty_mouse/resources/configs/phase_43_evaluation.yaml
src/mighty_mouse/resources/configs/scout_config.yaml
src/mighty_mouse/resources/configs/system_prompt.txt
src/mighty_mouse/resources/configs/v2_prompts.yaml
src/mighty_mouse/resources/configs/prompt_segments/abort_protocol.txt
src/mighty_mouse/resources/configs/prompt_segments/constraints.txt
src/mighty_mouse/resources/configs/prompt_segments/discipline.txt
src/mighty_mouse/resources/configs/prompt_segments/lean_protocol.txt
src/mighty_mouse/resources/configs/prompt_segments/persona.txt
src/mighty_mouse/resources/configs/prompt_segments/reasoning.txt
src/mighty_mouse/resources/configs/prompt_segments/tools.txt
src/mighty_mouse/resources/configs/prompt_segments/verification.txt
src/mighty_mouse/resources/configs/prompt_segments/candidates/discipline_v2.txt
src/mighty_mouse/resources/configs/prompt_segments/candidates/reasoning_v1.txt
src/mighty_mouse/resources/configs/prompt_segments/candidates/reasoning_v2.txt
src/mighty_mouse/resources/configs/prompt_segments/candidates/verification_v2.txt
src/mighty_mouse/resources/configs/skills/registry.yaml
src/mighty_mouse/resources/configs/skills/s1_state.md
src/mighty_mouse/resources/configs/skills/s2_stream.md
src/mighty_mouse/resources/configs/skills/test_registry.yaml
src/mighty_mouse/resources/demo/fixture_results/benchmark_results.json
src/mighty_mouse/resources/demo/tasks/task_001_legacy_registry_ratelimiter.json
src/mighty_mouse/resources/demo/tasks/task_002_stream_cache_validator.json
src/mighty_mouse/resources/demo/tasks/task_003_legacy_link_circuitbreaker.json
src/mighty_mouse/resources/demo/tasks/task_004_network_link_validator.json
src/mighty_mouse/resources/demo/tasks/task_005_network_iterator_retry.json
src/mighty_mouse/services/__init__.py
src/mighty_mouse/services/benchmark_service.py
src/mighty_mouse/services/verifiers/__init__.py
src/mighty_mouse/services/verifiers/adherence.py
src/mighty_mouse/services/verifiers/run_benchmark.py
src/mighty_mouse/services/verifiers/sandbox_wrapper.py
src/mighty_mouse/services/verifiers/scope.py
src/mighty_mouse/services/verifiers/tester.py
src/mighty_mouse/v2/__init__.py
src/mighty_mouse/v2/bundles.py
src/mighty_mouse/v2/claims.py
src/mighty_mouse/v2/engine.py
src/mighty_mouse/v2/evaluation.py
src/mighty_mouse/v2/foundation.py
src/mighty_mouse/v2/migration.py
src/mighty_mouse/v2/policy.py
src/mighty_mouse/v2/promotion.py
src/mighty_mouse/v2/records.py
src/mighty_mouse/v2/research.py
src/mighty_mouse/v2/runtime.py
src/mighty_mouse/v2/seams.py
src/mighty_mouse/v2/signals.py
src/mighty_mouse/v2/status.py
src/mighty_mouse/v2/store.py
src/mighty_mouse/v2/telemetry.py
src/mighty_mouse/verifier/__init__.py
src/mighty_mouse/verifier/adherence.py
src/mighty_mouse/verifier/core.py
src/mighty_mouse/verifier/detect.py
src/mighty_mouse/verifier/scope.py
src/mighty_mouse/verifier/tester.py