Required tools:
- Rust stable
justcargo-nextestcargo-deny
Typical local workflow:
just check
just testFull-workspace verification:
just check-all
just test-allRegenerate command docs when CLI help changes:
just gen-docs- Keep changes focused.
- Update docs when behavior changes.
- Add or update tests when behavior changes.
- Run
just check && just testbefore opening a PR.
- Use a clear title and summary.
- Call out user-visible behavior changes.
- Link related issues when applicable.
Do not open public issues for vulnerabilities. See SECURITY.md.