chore: add Cursor IDE configuration and development tools #211
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Cursor IDE configuration files and development tooling to improve code quality and development workflow.
Changes
.cursor/BUGBOT.md): Comprehensive code review checklist covering documentation, exception handling, validation, testing, thread safety, and resource management.cursor/rules/best-practices.mdc): Always-applied workspace rules for documentation, exception handling, validation, code generation, testing, thread safety, and resource managementcreate-bug.md: Template for creating bug reportscreate-improvement.md: Template for creating improvement requestscreate-subplan.md: Template for creating subplansgithub-triage.md: Workflow for triaging GitHub issuesinvestigate-github-issue.md: Workflow for investigating GitHub issueslist-github-issues.md: Command to list GitHub issuesBenefits
Files Added
.cursor/BUGBOT.md(85 lines).cursor/commands/create-bug.md(31 lines).cursor/commands/create-improvement.md(31 lines).cursor/commands/create-subplan.md(15 lines).cursor/commands/github-triage.md(141 lines).cursor/commands/investigate-github-issue.md(158 lines).cursor/commands/list-github-issues.md(57 lines).cursor/rules/best-practices.mdc(42 lines)Total: 8 files, 560+ lines added
Note
Introduces non-code tooling and docs to standardize reviews and issue workflows.
Code Review Guidancein.cursor/BUGBOT.mdcovering documentation, exceptions, validation, testing, thread safety, and resource management.cursor/rules/best-practices.mdccreate-bug.md,create-improvement.md,create-subplan.md,github-triage.md,investigate-github-issue.md,list-github-issues.mdNo runtime code changes; all additions are documentation/configuration.
Written by Cursor Bugbot for commit c1e71af. This will update automatically on new commits. Configure here.