Files
orion/.gitlab/merge_request_templates/default.md
Samir Boulahtit 7a9dda282d refactor(scripts): reorganize scripts/ into seed/ and validate/ subfolders
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>
2026-02-09 21:35:53 +01:00

42 lines
1.0 KiB
Markdown

## Summary
<!-- Brief description of what this MR does -->
## Changes
<!-- List the main changes -->
-
## Type of Change
<!-- Check all that apply -->
- [ ] 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
<!-- Describe how you tested these changes -->
- [ ] 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
<!-- Link any related issues -->
Closes #
## Screenshots
<!-- If applicable, add screenshots -->