Merge pull request #122 from microsoft/fix/plugin-manifest-format

Move plugin.json to plugin root; declare skills for CLI/marketplace compliance
This commit is contained in:
Wenjie Fan 2026-07-30 09:45:07 +02:00 committed by GitHub
commit 78389629a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 2 deletions

View file

@ -9,7 +9,10 @@
"name": "bcquality",
"source": "./",
"description": "Business Central AL quality knowledge base and review skills, packaged as an installable plugin. Ships the entire BCQuality tree (skills, knowledge, tools) so the Entry routing protocol runs against the installed clone.",
"version": "0.1.0"
"version": "0.1.0",
"skills": [
"./skills/bcquality-al-review/"
]
}
]
}

View file

@ -5,5 +5,17 @@
"author": {
"name": "microsoft/BCQuality",
"url": "https://github.com/microsoft/BCQuality"
}
},
"repository": "https://github.com/microsoft/BCQuality",
"license": "MIT",
"keywords": [
"bc",
"al",
"business-central",
"code-review",
"quality"
],
"skills": [
"./skills/bcquality-al-review/"
]
}