PlanOpticon
Summary of Changes
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 locally (
pytest tests/) - [ ] Lint is clean (
ruff check .andruff format --check .) - [ ] Documentation has been updated (if applicable)
- [ ] Any new dependencies are added to
pyproject.toml - [ ] Commit messages follow the project's conventions