This project accepts contributions for:
- QuecPython compatibility rules and checks
- Device operations workflow scripts
- Documentation quality and reproducibility
- Security and sanitization hardening
- Fork and create a feature branch from
main. - Keep changes scoped to one concern (code, docs, or workflow).
- Run local checks before PR:
python -m compileall -q scripts
- Update docs when behavior or CLI flags change.
- Open PR with:
- problem statement
- change summary
- risk/rollback notes
- CI must pass.
- No secrets, internal paths, or private endpoints.
- Changes must preserve compatibility constraints in
SKILL.md. - If third-party assets are added, include attribution updates.
Recommended prefixes:
feat:new capabilityfix:bug fixdocs:documentation updatechore:maintenancerefactor:non-behavioral refactor