Checklist
Cursor setup checklist.
Use this before relying on an AI editor for repo changes.
- Open a real repo, not a toy file.
- Add project instructions and coding style notes.
- Ask for a small change first.
- Review the diff before accepting broad edits.
- Run tests, build, or local page checks.
- Commit only after the change behaves correctly.
Verification habit: write down the final check before the workflow starts. If you cannot verify the output, narrow the task.