Keep changes small, operationally clear, and easy to roll back.
- Branch from the default branch.
- Make one focused change.
- Run the verification commands from
README.md. - Open a pull request with the standard sections.
Use lowercase type/scope: summary.
Examples:
fix/queue: handle empty job filesdocs/repo: modernize project metadatachore/runtime: refresh dependency pins
Required sections:
## Summary## Verification
Add when relevant:
## Risk and rollback## Notes
- Do not commit credentials,
.env, tokens, logs, or runtime state. - Keep queue behavior stable unless the change explicitly targets it.
- Update docs when commands, env vars, mounts, or runtime flow change.