restincode/scripts
mauvehed 59f31e8506
Add issue processing automation - Phase 1 complete
Create comprehensive automation system for processing GitHub Issues
to generate memorial JSON files.

Phase 1 deliverables:
- Core Python script with issue fetching and parsing
- Configuration system with YAML support
- GitHub Issue template parser (handles * and - bullets)
- Person data extraction and normalization
- Filename generation logic
- Memorial JSON generator
- Dry-run mode with explicit CLI flags
- Comprehensive project documentation in devdocs/

Documentation includes:
- Architecture and component design
- Implementation phases and roadmap
- Data mapping from issues to JSON
- Testing checklist
- High-priority person list
- Progress tracker

Testing:
- Verified on issue 197 (Kevin Mitnick)
- Verified on issue 251 (Kris Nova)
- All tests run in safe dry-run mode
2025-12-18 20:12:21 -06:00
..
config.yaml Add issue processing automation - Phase 1 complete 2025-12-18 20:12:21 -06:00
process_issues.py Add issue processing automation - Phase 1 complete 2025-12-18 20:12:21 -06:00
requirements.txt Add issue processing automation - Phase 1 complete 2025-12-18 20:12:21 -06:00