- Add VERSION file (0.1.0) as single source of truth
- Add CHANGELOG.md with complete version history
- Update main.py to load version from VERSION file
- Remove hardcoded version strings from templates and emails
- Document versioning schema in README and CLAUDE.md
- Setup develop branch for active development
Versioning Schema:
- Big changes: +0.1 (e.g., 0.1.0 → 0.2.0)
- Small changes: +0.0.1 (e.g., 0.1.0 → 0.1.1)
- Major release (1.x): Only on instruction
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>