-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcursor.config
More file actions
22 lines (22 loc) · 858 Bytes
/
cursor.config
File metadata and controls
22 lines (22 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://raw.githubusercontent.com/getcursor/cursor-config/main/schema/cursor.schema.json",
"context": {
"include": [
"https://github.com/decentraland/documentation/blob/main/ai-sdk-context/sdk7-complete-reference.md",
"https://github.com/decentraland/documentation/blob/main/ai-sdk-context/sdk7-examples.mdc",
"https://github.com/decentraland/documentation/tree/main/ai-sdk-context/libraries/*.ts"
],
"exclude": [
"**/__tests__/**",
"**/*.test.*",
"**/*.spec.*"
]
},
"metadata": {
"name": "dcl-cursorai-template",
"description": "A starter context setup for Cursor AI to use Decentraland SDK7 docs and curated code examples.",
"version": "1.0.0",
"tags": ["decentraland", "cursor", "sdk7", "ai-context", "examples"],
"authors": ["@drkrillo", "@decentraland"]
}
}