Move 9 init/seed scripts into scripts/seed/ and 7 validation scripts (+ validators/ subfolder) into scripts/validate/ to reduce clutter in the root scripts/ directory. Update all references across Makefile, CI/CD configs, pre-commit hooks, docs (~40 files), and Python imports. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.0 KiB
1.0 KiB
Summary
Changes
Type of Change
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation update
- Refactoring (no functional changes)
Testing
- Unit tests pass (
pytest tests/) - Architecture validation passes (
python scripts/validate/validate_architecture.py) - Manual testing performed
Checklist
- My code follows the project's coding standards
- I have updated the documentation accordingly
- I have added tests that prove my fix/feature works
- All new and existing tests pass
- No new warnings are introduced
Related Issues
Closes #