Thanks for contributing to forge-loop-cli.
cargo fmt --all
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace- Add or update specs in
docs/specs/when behavior changes. - Add tests for new behavior.
- Keep CLI contracts stable or document breaking changes.
- Ensure CI passes.
Prefer focused commits with clear messages, for example:
feat(run): add rate-limit pause behaviorfix(status): handle missing status file gracefullydocs(spec): clarify dual exit gate