markitect-main/tools
tegwick 77db9f6231 refactor: organize chaos test runner into tools directory
Move chaos_test_runner.py to tools/ directory for better project organization
and update all Makefile targets to reference the new location. This improves
the project structure by keeping specialized tools separate from main code.

Changes:
- Move chaos_test_runner.py to tools/chaos_test_runner.py
- Update Makefile chaos-* targets to use tools/ path
- Maintain all existing functionality and CLI interface

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-03 10:25:33 +02:00
..
agent_tooling_optimizer.py feat: Complete Issue #61 - Agent Tooling Optimizer implementation 2025-10-02 04:50:55 +02:00
chaos_test_runner.py refactor: organize chaos test runner into tools directory 2025-10-03 10:25:33 +02:00
fix_paths.py chore: history cleanup 2025-10-03 03:39:43 +02:00
requirements_engineering_toolkit.py feat: Integrate Requirements Engineering Agent and fix Issue #59 test failures 2025-10-02 00:45:06 +02:00
run_architectural_tests.py chore: history cleanup 2025-10-03 03:39:43 +02:00
run_randomized_tests.py chore: history cleanup 2025-10-03 03:39:43 +02:00
schema_summary.py chore: history cleanup 2025-10-03 03:39:43 +02:00
testing_efficiency_optimizer.py feat: Complete Issue #57 - Testing efficiency optimization with TDD8 workflow enhancements 2025-10-02 05:11:25 +02:00
visualize_schema.py chore: history cleanup 2025-10-03 03:39:43 +02:00