Imported from charlieh0tel/rotaryclub (
AGENTS.md). Install upstream withnpx skills add charlieh0tel/rotaryclub. Copyright stays with the author.
Claude Instructions for Rotary Club Project
- Always run
cargo fmtafter changes and before commits. - Always run
cargo clippyafter major changes and always before commits. - All tests must pass before committing (
cargo test). - Use relative imports.
- Do not add trivial, obvious or redundant comments.
- Do not add Claude attribution to commit messages.
- PRs should generally be comprised of one functional change; suggest making a commit before moving onto something unrelated.
- When work completes a tracked item, update
TODO.mdin the same commit by marking that item done. - CLI code can use anyhow! library code must not use anyhow!