Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ After completing code changes:
7. Suggest a commit message using Conventional Commits format
8. The user will review and commit when ready

### PR Descriptions

A brief "How to test" section in the PR body is welcome, a few sentences describing what to exercise and what to look for. Do **not** write a checklist (no `- [ ] ...` items) in the testing section, it isn't useful and adds noise.

### PR Review Workflow

Once a branch is pushed and under review, **do not force-push**. Reviewers track changes incrementally — a force-push destroys that history and forces them to re-read the full diff from scratch.
Expand Down
Loading