fix: self-contained installation for all platforms

- Remove .shared folder dependency - all platforms now self-contained
- Each platform installation includes its own data/ and scripts/
- Update platform configs: reference → full install type
- Simplify template.ts: remove ensureSharedExists logic
- Update Cursor to Skill Mode (auto-activate)
- Update README to reflect Cursor in Skill Mode
- Bump CLI version to 2.2.2

Fixes issue where users couldn't find search.py in shared folder.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Viet Tran
2026-01-29 21:23:33 +07:00
parent 3eb7d99d67
commit 28fb9373bd
16 changed files with 59 additions and 83 deletions

View File

@@ -1,13 +1,13 @@
{
"platform": "roocode",
"displayName": "Roo Code",
"installType": "reference",
"installType": "full",
"folderStructure": {
"root": ".roo",
"skillPath": "commands",
"filename": "ui-ux-pro-max.md"
"skillPath": "skills/ui-ux-pro-max",
"filename": "SKILL.md"
},
"scriptPath": ".shared/ui-ux-pro-max/scripts/search.py",
"scriptPath": "skills/ui-ux-pro-max/scripts/search.py",
"frontmatter": null,
"sections": {
"quickReference": false