570 B
570 B
Checklist
- Follows existing code style
- No new hardcoded paths or API keys (use env vars or
.env.example) - Backward compatible (or breaking change is documented)
- If adding a new file:
python3 -m py_compilepasses - If changing behavior: updated relevant docs in
setup/orlayers/
Description
Type
- Bug fix
- New feature
- Performance improvement
- Documentation
- Refactor (no behavior change)
- Security fix