mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
97128c02db
- Convert all H1 headings to sentence case across skills, rules, agents, commands, and READMEs (~65 headings) - Replace em-dashes with colons in plugin.json descriptions and README taglines to match marketplace.json convention - Replace semicolons with periods and restructure sentences across skills, rules, agents, and READMEs (~19 instances) Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
---
|
|
alwaysApply: true
|
|
---
|
|
|
|
# Regression risk checklist
|
|
|
|
1. Confirm API contracts and response shapes remain backward compatible.
|
|
2. Validate migration and rollout safety for schema/config changes.
|
|
3. Check for hidden side effects in shared utilities and core paths.
|
|
4. Verify error-handling behavior remains explicit and user-safe.
|
|
5. Ensure changed code paths are covered by tests, including edge cases.
|
|
6. Flag missing observability for high-impact changes.
|