Imported from J-1000/mindcli (
AGENTS.md). Install upstream withnpx skills add J-1000/mindcli. Copyright stays with the author.
AGENTS.md
Commit Policy
- All code changes must be committed as atomic commits.
- A single commit should contain exactly one logical change (for
example:
db,api, ortests, but not mixed). - Do not bundle refactor + behavior change + tests into one commit unless the change is truly inseparable.
- For multi-part work, prefer this order:
- Data/model layer change
- API/behavior wiring
- Tests for that behavior
- Follow-up docs/changelog updates
- Keep commits small and reviewable (easy to revert independently).
- If a task naturally spans multiple concerns, split into multiple commits and report the planned commit list before committing.
- Do not squash unrelated changes into the same commit.