Merge branch 'NS-16-move-command-position-state' of github.com:VinPropane/neon-sprawl into NS-16-move-command-position-state

pull/7/head
VinPropane 2026-03-30 20:00:47 -04:00
commit d6e075fcf4
1 changed files with 2 additions and 3 deletions

View File

@ -16,11 +16,10 @@ 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, 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