大改版,可以针对不同项目引擎进行初始化
This commit is contained in:
26
.cursor/bootstrap/catalog.json
Normal file
26
.cursor/bootstrap/catalog.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"skill_version": 5,
|
||||
"common_manifest": "common.manifest.json",
|
||||
"skills_catalog": "skills.json",
|
||||
"types": [
|
||||
{
|
||||
"id": "general",
|
||||
"label": "通用",
|
||||
"status": "ready",
|
||||
"manifest": "types/general/manifest.json"
|
||||
},
|
||||
{
|
||||
"id": "godot",
|
||||
"label": "Godot",
|
||||
"status": "ready",
|
||||
"manifest": "types/godot/manifest.json"
|
||||
},
|
||||
{
|
||||
"id": "roblox",
|
||||
"label": "Roblox",
|
||||
"status": "ready",
|
||||
"manifest": "types/roblox/manifest.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user