mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
Package BCQuality as an installable plugin (experiment)
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.
This commit is contained in:
parent
4119417ce4
commit
d3fca18032
3 changed files with 98 additions and 0 deletions
9
.claude-plugin/plugin.json
Normal file
9
.claude-plugin/plugin.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue