Created automated generator for project tracking .md files.
Features:
- Inspects repositories to extract information
- Detects tech stack from file extensions
- Extracts descriptions from CLAUDE.md/README.md
- Extracts status from documentation
- Gets git history (last commit info)
- Analyzes directory structure
- Generates .md files from template
Usage:
python tools/generate_project_files.py # Generate all missing
python tools/generate_project_files.py --dry-run # Preview only
python tools/generate_project_files.py --repo RepoName # Single repo
Template system:
- BASE.md template with category-specific labels
- UTF-8/emoji support for Windows
- Extensible for future enhancements
Part of Gap 3 resolution (missing project tracking files).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>