mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
Adds a marketplace + plugin manifest and a bridge review skill that drives the existing Entry protocol from a plugin host. No changes to knowledge or routing logic.
15 lines
481 B
JSON
15 lines
481 B
JSON
{
|
|
"name": "bcquality",
|
|
"owner": {
|
|
"name": "microsoft/BCQuality",
|
|
"url": "https://github.com/microsoft/BCQuality"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|