mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
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:
commit
78389629a6
2 changed files with 17 additions and 2 deletions
|
|
@ -9,7 +9,10 @@
|
||||||
"name": "bcquality",
|
"name": "bcquality",
|
||||||
"source": "./",
|
"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.",
|
"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/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,17 @@
|
||||||
"author": {
|
"author": {
|
||||||
"name": "microsoft/BCQuality",
|
"name": "microsoft/BCQuality",
|
||||||
"url": "https://github.com/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/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue