LICENSE
README.md
pyproject.toml
maid_runner/__init__.py
maid_runner/__version__.py
maid_runner/py.typed
maid_runner/utils.py
maid_runner.egg-info/PKG-INFO
maid_runner.egg-info/SOURCES.txt
maid_runner.egg-info/dependency_links.txt
maid_runner.egg-info/entry_points.txt
maid_runner.egg-info/requires.txt
maid_runner.egg-info/top_level.txt
maid_runner/claude/manifest.json
maid_runner/claude/agents/README.md
maid_runner/claude/agents/maid-auditor.md
maid_runner/claude/agents/maid-developer.md
maid_runner/claude/agents/maid-fixer.md
maid_runner/claude/agents/maid-manifest-architect.md
maid_runner/claude/agents/maid-plan-reviewer.md
maid_runner/claude/agents/maid-refactorer.md
maid_runner/claude/agents/maid-test-designer.md
maid_runner/claude/commands/audit.md
maid_runner/claude/commands/enhance-manifest.md
maid_runner/claude/commands/fix.md
maid_runner/claude/commands/generate-manifest.md
maid_runner/claude/commands/generate-tests.md
maid_runner/claude/commands/implement.md
maid_runner/claude/commands/improve-tests.md
maid_runner/claude/commands/maid-run.md
maid_runner/claude/commands/plan.md
maid_runner/claude/commands/pypi-release.md
maid_runner/claude/commands/quality-check-and-commit.md
maid_runner/claude/commands/refactor.md
maid_runner/claude/commands/run-validation.md
maid_runner/claude/commands/spike.md
maid_runner/claude/commands/validate-manifest.md
maid_runner/cli/__init__.py
maid_runner/cli/files.py
maid_runner/cli/init.py
maid_runner/cli/list_manifests.py
maid_runner/cli/main.py
maid_runner/cli/schema.py
maid_runner/cli/snapshot.py
maid_runner/cli/snapshot_system.py
maid_runner/cli/test.py
maid_runner/cli/validate.py
maid_runner/docs/maid_specs.md
maid_runner/docs/unit-testing-rules.md
maid_runner/validators/__init__.py
maid_runner/validators/base_validator.py
maid_runner/validators/file_tracker.py
maid_runner/validators/manifest_validator.py
maid_runner/validators/python_validator.py
maid_runner/validators/semantic_validator.py
maid_runner/validators/types.py
maid_runner/validators/typescript_test_runner.py
maid_runner/validators/typescript_validator.py
maid_runner/validators/schemas/manifest.schema.json
tests/test_backward_compatibility.py
tests/test_enhanced_schema.py
tests/test_manifest_to_implementation_alignment.py
tests/test_task_003_behavioral_validation.py
tests/test_task_004_behavioral_test_integration.py
tests/test_task_005_type_validation.py
tests/test_task_006_artifact_kind_metadata.py
tests/test_task_006a_validator_module_attributes.py
tests/test_task_007_type_definitions_module.py
tests/test_task_007a_additional_type_definitions.py
tests/test_task_008_snapshot_generator.py
tests/test_task_010_type_validation_integration.py
tests/test_task_011_implementation_loop_controller.py
tests/test_task_012_planning_loop_orchestrator.py
tests/test_task_013_packaging.py
tests/test_task_014_validation_command_utils.py
tests/test_task_020_refactor_superseded_utils.py
tests/test_task_021_maid_test_command.py
tests/test_task_022_validate_manifest_dir.py
tests/test_task_023_fix_manifest_chain_artifact_filtering.py
tests/test_task_024_import_vs_definition.py
tests/test_task_025_fix_cls_parameter.py
tests/test_task_026_detect_classmethod_calls.py
tests/test_task_029_list_manifests.py
tests/test_task_030_user_friendly_error_messages.py
tests/test_task_031_init_command.py
tests/test_task_032_test_stub_generation.py
tests/test_task_033_semantic_validation.py
tests/test_task_034_validate_editable_files.py
tests/test_task_038_snapshot_validate.py
tests/test_task_039_enhance_schema_descriptions.py
tests/test_task_040_schema_command.py
tests/test_task_041_system_artifacts_schema.py
tests/test_task_042_snapshot_system_discovery.py
tests/test_task_043_snapshot_system_aggregation.py
tests/test_task_044_snapshot_system_validation_commands.py
tests/test_task_045_snapshot_system_create_manifest.py
tests/test_task_046_snapshot_system_cli.py
tests/test_task_047_validator_system_manifest_support.py
tests/test_task_048_validator_system_snapshot_handling.py
tests/test_task_054_typescript_test_runner.py
tests/test_task_055_schema_typescript_types.py
tests/test_task_056_typescript_snapshot.py
tests/test_task_057_snapshot_system_typescript.py
tests/test_task_058_typescript_test_stub_generation.py
tests/test_task_059_language_detection.py
tests/test_task_060_claude_sync_infrastructure.py
tests/test_task_061_init_claude_integration.py
tests/test_task_062_maid_test_watch_mode.py
tests/test_task_063_multi_manifest_watch_mode.py
tests/test_task_064_generic_base_class_support.py
tests/test_task_065_fix_artifact_merge_key.py
tests/test_task_066_dynamic_watch_file_discovery.py
tests/test_task_067_maid_files_command.py
tests/test_task_068_idempotent_claude_md.py
tests/test_task_069_claude_files_manifest.py
tests/test_task_070_validate_watch_mode.py
tests/test_task_071_fix_snapshot_validation_command_language.py
tests/test_task_072_file_tracking_multi_language.py
tests/test_task_073_unit_testing_rules.py
tests/test_task_074_maid_run_command.py
tests/test_task_075_project_root_detection.py
tests/test_validate_schema.py