LICENSE
README.md
pyproject.toml
maid_agents/__init__.py
maid_agents/__version__.py
maid_agents.egg-info/PKG-INFO
maid_agents.egg-info/SOURCES.txt
maid_agents.egg-info/dependency_links.txt
maid_agents.egg-info/entry_points.txt
maid_agents.egg-info/requires.txt
maid_agents.egg-info/top_level.txt
maid_agents/agents/__init__.py
maid_agents/agents/base_agent.py
maid_agents/agents/developer.py
maid_agents/agents/manifest_architect.py
maid_agents/agents/refactorer.py
maid_agents/agents/refiner.py
maid_agents/agents/test_designer.py
maid_agents/agents/test_generator.py
maid_agents/claude/__init__.py
maid_agents/claude/cli_wrapper.py
maid_agents/cli/__init__.py
maid_agents/cli/main.py
maid_agents/config/__init__.py
maid_agents/config/config_loader.py
maid_agents/config/template_manager.py
maid_agents/config/templates/TEMPLATE_VARIABLES.md
maid_agents/config/templates/implementation.txt
maid_agents/config/templates/manifest_creation.txt
maid_agents/config/templates/refactor.txt
maid_agents/config/templates/refine.txt
maid_agents/config/templates/test_generation.txt
maid_agents/config/templates/test_generation_from_implementation.txt
maid_agents/config/templates/system/implementation_system.txt
maid_agents/config/templates/system/manifest_creation_system.txt
maid_agents/config/templates/system/refactor_system.txt
maid_agents/config/templates/system/refine_system.txt
maid_agents/config/templates/system/test_generation_from_implementation_system.txt
maid_agents/config/templates/system/test_generation_system.txt
maid_agents/config/templates/user/implementation_user.txt
maid_agents/config/templates/user/manifest_creation_user.txt
maid_agents/config/templates/user/refactor_user.txt
maid_agents/config/templates/user/refine_user.txt
maid_agents/config/templates/user/test_generation_from_implementation_user.txt
maid_agents/config/templates/user/test_generation_user.txt
maid_agents/core/__init__.py
maid_agents/core/context_builder.py
maid_agents/core/file_backup.py
maid_agents/core/orchestrator.py
maid_agents/core/validation_runner.py
maid_agents/utils/__init__.py
maid_agents/utils/logging.py
tests/test_config_loader.py
tests/test_task_001_orchestrator_skeleton.py
tests/test_task_002_validation_runner.py
tests/test_task_003_context_builder.py
tests/test_task_004_claude_cli_wrapper.py
tests/test_task_005_base_agent.py
tests/test_task_006_manifest_architect.py
tests/test_task_007_test_designer.py
tests/test_task_008_developer.py
tests/test_task_009_refactorer.py
tests/test_task_010_planning_loop.py
tests/test_task_011_implementation_loop.py
tests/test_task_012_cli_interface.py
tests/test_task_013_configuration.py
tests/test_task_014_prompt_templates.py
tests/test_task_015_error_handling.py
tests/test_task_016_logging.py
tests/test_task_017_refiner_agent.py
tests/test_task_018_refactoring_refinement_loops.py
tests/test_task_019_generate_test_command.py
tests/test_task_020_template_manager_enhancements.py
tests/test_task_021_system_prompt_support.py
tests/test_task_022_passing_test_generation.py
tests/test_task_023_manifest_descriptions.py
tests/test_task_024_backup_integration.py
tests/test_task_024_file_backup.py
tests/test_task_025_schema_integration.py
tests/test_task_026_retry_mode_control.py
tests/test_task_027_error_context_mode.py
tests/test_template_manager.py