# Scripts
## Purpose
Utility scripts for project maintenance, testing setup, and automation tasks.
## Organization Principles
- Flat structure with descriptive script names
- Each script includes usage documentation in header comments
- Executable scripts have appropriate permissions
## Navigation Guide
- Build automation: Look for build_*.sh or setup_*.sh
- Test utilities: Look for test_*.sh or validate_*.sh
- Maintenance scripts: Look for clean_*.sh or update_*.sh
- Run scripts with --help flag for usage information