feat: expand hello-world into a complete cross-compat plugin scaffold
Adds every cross-compatible component between Claude Code and Copilot CLI: skills (shared), agents (per-tool .md vs .agent.md), hooks (per-tool paths), and .mcp.json (shared). Both plugin.json manifests now carry all shared identity fields (name, description, author, license, keywords) with Copilot-specific component paths only in the root manifest. Updates validate.sh sync check to verify shared identity fields rather than demanding content equality, since component path declarations legitimately diverge between tools. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"name": "hello-world",
|
||||
"description": "A minimal example plugin to validate marketplace scaffolding."
|
||||
"displayName": "Hello World",
|
||||
"description": "A complete scaffold demonstrating every cross-compatible plugin feature for the holocron marketplace.",
|
||||
"author": { "name": "Your Name", "url": "https://github.com/your-org/ai-development" },
|
||||
"homepage": "https://github.com/your-org/ai-development",
|
||||
"license": "MIT",
|
||||
"keywords": ["scaffold", "example", "holocron"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user