chore(rules): omit Made-with Cursor from PR and push descriptions

Document in commit-and-review (alwaysApply), code-review agent boundaries,
and AGENTS.md pointer.

Made-with: Cursor
pull/7/head^2
VinPropane 2026-03-30 19:56:05 -04:00
parent 3882b0e2c6
commit 448232b9b0
3 changed files with 7 additions and 1 deletions

View File

@ -83,6 +83,7 @@ In **chat only**, you may use Cursor line-number **code citations** when referen
## Boundaries
- Do **not** skip writing `docs/reviews/…`; the document is mandatory output of this agent.
- When suggesting **PR description** text for the user to paste, follow [commit-and-review](commit-and-review.md) — **no** “Made-with: Cursor” / tool-attribution footers unless the user asks.
- Do **not** rewrite the whole change unless asked; review is the default.
- Do **not** request large refactors unrelated to the diff without strong justification labeled as non-blocking.
- If context is insufficient (missing diff, wrong branch), still create the document with a **“Blocked”** verdict section explaining what is missing, then ask in chat for the missing context.

View File

@ -16,6 +16,11 @@ alwaysApply: true
- The user should **review** the diff before anything is committed. The agents 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 and push descriptions
- 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/`).
## Scope
- Applies to **all** commits the agent might make, including **documentation-only** changes (e.g. `docs/plans/`, README), not only application source.

View File

@ -6,4 +6,4 @@ Optional **personas** for Cursor. Enable by **@ mentioning** the rule in chat or
|--------|-----------|-------------|
| **Code review** | [`.cursor/rules/code-review-agent.md`](.cursor/rules/code-review-agent.md) | PR / diff / pre-merge review; **always writes** `docs/reviews/YYYY-MM-DD-{slug}.md` with **Documentation checked** vs `docs/plans/` and `docs/decomposition/modules/`; short chat pointer |
Project-wide conventions live under [`.cursor/rules/`](.cursor/rules/) (many are `alwaysApply`). **Godot client layout** (thin `main.gd`, split by concern): [`.cursor/rules/godot-client-script-organization.md`](.cursor/rules/godot-client-script-organization.md).
Project-wide conventions live under [`.cursor/rules/`](.cursor/rules/) (many are `alwaysApply`). **Godot client layout** (thin `main.gd`, split by concern): [`.cursor/rules/godot-client-script-organization.md`](.cursor/rules/godot-client-script-organization.md). **PR / push text:** no “Made-with: Cursor” boilerplate — [`.cursor/rules/commit-and-review.md`](.cursor/rules/commit-and-review.md).