mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +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.
9 lines
343 B
JSON
9 lines
343 B
JSON
{
|
|
"name": "bcquality",
|
|
"description": "Quality skills and knowledge for Business Central development. Exposes a review bridge skill that drives the BCQuality Entry protocol over the installed knowledge base.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "microsoft/BCQuality",
|
|
"url": "https://github.com/microsoft/BCQuality"
|
|
}
|
|
}
|