diff --git a/.cursor/rules/commit-and-review.md b/.cursor/rules/commit-and-review.md index 8f7b3eb..86b3226 100644 --- a/.cursor/rules/commit-and-review.md +++ b/.cursor/rules/commit-and-review.md @@ -16,11 +16,10 @@ alwaysApply: true - The user should **review** the diff before anything is committed. The agent’s job is to make the changes visible (uncommitted) and explain them; the user decides when to commit. - If the user asks to commit, use a message that matches repo conventions; still follow [git workflow](git-workflow.md) (branch vs `main`, doc-only vs code). -## Pull request, commit messages, and push descriptions +## Pull request and push descriptions -- Do **not** add **“Made-with: Cursor”**, **“Generated with Cursor”**, tool co-author lines, or similar AI/IDE boilerplate to **git commit messages** (subject or body), **PR descriptions**, **GitHub merge/squash commit bodies** you draft, or other **remote-facing** narrative unless the user explicitly requests it. +- Do **not** add **“Made-with: Cursor”**, **“Generated with Cursor”**, tool co-author lines, or similar AI/IDE boilerplate to **PR descriptions**, **GitHub merge/squash commit bodies** you draft, or other **remote-facing** narrative unless the user explicitly requests it. - Keep PR text to scope, verification, and project-required contract snippets (e.g. from `docs/plans/`). -- **After `git commit`:** run **`git log -1 --format=%B`** (or check in the SCM UI). If the environment appended tool branding, **`git commit --amend`** to remove it before **`git push`**. ## Scope