Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
]
}
]
}
14 changes: 13 additions & 1 deletion .claude-plugin/plugin.json → plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
]
}
Loading