Problem Statement
The repository lacks CI/CD workflows, issue/PR templates, and dependency management configuration.
Proposed Solution
Add complete .github/ directory with:
- CI workflow (test, lint, type-check on Python 3.9-3.12)
- Auto-release workflow (tag + publish to PyPI on main merge)
- Auto-label workflow (label PRs by file path + size)
- Issue templates (bug report, feature request)
- PR template
- Dependabot config (pip + github-actions)
- Release changelog configuration
Checklist
Problem Statement
The repository lacks CI/CD workflows, issue/PR templates, and dependency management configuration.
Proposed Solution
Add complete .github/ directory with:
Checklist