Files
TinyTorch/tools/maintenance/README.md
2025-11-28 14:59:51 +01:00

16 lines
272 B
Markdown

# Maintenance Tools
Scripts for repository maintenance and cleanup.
## Scripts
- `cleanup_history.sh` - Clean up repository history
- `restructure-project.sh` - This restructuring script
## Usage
```bash
# From project root
./tools/maintenance/cleanup_history.sh
```