docs: add Cursor project rules for AI coding with plugin development standards

Change-Id: I3f578b11e29e018a746a9530d2995fec99eabb4b
Co-developed-by: Cursor <noreply@cursor.com>
This commit is contained in:
johnlanni
2025-11-17 20:40:58 +08:00
parent 810ef8f80b
commit 399dcb1ead
5 changed files with 249 additions and 5 deletions

View File

@@ -1,17 +1,51 @@
<!-- Please make sure you have read and understood the contributing guidelines -->
### . Describe what this PR did
## . Describe what this PR did
### Ⅱ. Does this pull request fix one issue?
## Ⅱ. Does this pull request fix one issue?
<!-- If that, add "fixes #xxx" below in the next line, for example, fixes #97. -->
### Ⅲ. Why don't you add test cases (unit test/integration test)?
## Ⅲ. Why don't you add test cases (unit test/integration test)?
### Ⅳ. Describe how to verify it
## Ⅳ. Describe how to verify it
## . Special notes for reviews
## Ⅵ. AI Coding Tool Usage Checklist (if applicable)
<!--
**IMPORTANT**: If you used AI Coding tools (e.g., Cursor, GitHub Copilot, etc.) to generate this PR, please check the following items.
PRs that don't meet these requirements will have **LOWER REVIEW PRIORITY** and we **CANNOT GUARANTEE** timely reviews.
If you did NOT use AI Coding tools, you can skip this section entirely.
-->
**Please check all applicable items:**
- [ ] **For new standalone features** (e.g., new wasm plugin or golang-filter plugin):
- [ ] I have created a `design/` directory in the plugin folder
- [ ] I have added the design document to the `design/` directory
- [ ] I have included the AI Coding summary below
- [ ] **For regular updates/changes** (not new plugins):
- [ ] I have provided the prompts/instructions I gave to the AI Coding tool below
- [ ] I have included the AI Coding summary below
### AI Coding Prompts (for regular updates)
<!-- Paste the prompts/instructions you provided to the AI Coding tool -->
### AI Coding Summary
<!--
AI Coding tool should provide a summary after completing the work, including:
- Key decisions made
- Major changes implemented
- Important considerations or limitations
-->
### . Special notes for reviews