Add ai-code-project-template repo files.

This commit is contained in:
2025-08-23 06:09:26 -07:00
parent 9321e54bce
commit e725ecf942
76 changed files with 17830 additions and 8 deletions

15
tools/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Tools Directory
This directory contains utilities for the recipe-tool project.
## Core Utilities
### AI Context Generation
- `build_ai_context_files.py` - Main orchestrator for collecting project files into AI context documents
- `collect_files.py` - Core utility for pattern-based file collection with glob support
- `build_git_collector_files.py` - Downloads external documentation using git-collector
### Other Tools
- `list_by_filesize.py` - List files sorted by size for analysis