chore(cursor): overhaul .cursor config and add public docs #4412
+16,252
−150
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.
Description
This PR improves the repo’s Cursor/agent setup by expanding and organizing the
.cursor/configuration (rules/skills/commands/agents/docs/hooks/MCP config), and adds public documentation explaining how contributors should use.cursor/alongside the maindocs/site.Why
.cursor/resources for contributors and AI toolingdocs/is user-facing source of truth;.cursor/is editor/agent configuration (and.cursor/docs/is internal)Changes
Cursor configuration overhaul
.cursor/README.mdwith:.cursor/commands/,.cursor/agents/).cursor/:Public docs for
.cursor/docs/doc/developer/Cursor.mdxexplaining:.cursor/contains.cursor/differs fromdocs/docs/docs.json(nav entry)docs/INDEX.md(index entry)Related code
.cursor/README.md.cursor/mcp.json.cursor/hooks.jsondocs/doc/developer/Cursor.mdxdocs/docs.jsondocs/INDEX.mdAssumptions
Breaking changes
None.
Commits included
6414ef478— Enhance documentation and structure in the Cursor configuration4f7b44143— Add Cursor documentation to index and JSON files