Hugoifier
Summary
Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Documentation update
- [ ] Refactor (no functional changes)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Test Plan
Checklist
- [ ] Tests pass (
pytest tests/) - [ ] Lint is clean (
ruff check src/ tests/) - [ ] Documentation updated (if applicable)
- [ ] Commit messages follow project conventions