Skip to content

Commit 6b05c40

Browse files
auge2uclaude
andcommitted
fix: use valid plugin.json schema — path strings only
Replaced invalid nested "frames" and "commands" objects with standard path-based fields: commands → ./commands/, skills → ./skills/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9fdcfc7 commit 6b05c40

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22
"name": "webplatform4sync",
33
"version": "0.5.0",
44
"description": "Platform4Sync skill surface with command frames — same tools, different approaches",
5-
"frames": {
6-
"construction": {
7-
"manifest": "frames/construction/frame.json",
8-
"activationCommands": ["site", "pour", "frame", "wire", "finish"],
9-
"description": "Physical build sequence: site → pour → frame → wire → finish"
10-
},
11-
"shuhari": {
12-
"manifest": "frames/shuhari/frame.json",
13-
"activationCommands": ["shu", "ha", "ri"],
14-
"description": "Mastery progression per concern: shu → ha → ri"
15-
}
16-
},
17-
"commands": {
18-
"framed": ["site", "pour", "frame", "wire", "finish", "shu", "ha", "ri"],
19-
"standalone": ["diagnose-tokens"],
20-
"legacy": ["wp4s1_discover", "wp4s2_scaffold", "wp4s3_tenant", "wp4s4_database", "wp4s5_auth", "wp4s6_tokens", "wp4s7_deploy", "wp4s8_validate", "wp4s9_status"]
21-
}
5+
"commands": "./commands/",
6+
"skills": "./skills/"
227
}

0 commit comments

Comments
 (0)