@productbrain/mcp 0.0.1-beta.134 → 0.0.1-beta.135
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1011,7 +1011,9 @@ var CLASSIFIABLE_COLLECTIONS = [
|
|
|
1011
1011
|
"principles",
|
|
1012
1012
|
"assumptions",
|
|
1013
1013
|
"work-packages",
|
|
1014
|
-
"patterns"
|
|
1014
|
+
"patterns",
|
|
1015
|
+
// BET-274: Capabilities collection
|
|
1016
|
+
"capabilities"
|
|
1015
1017
|
];
|
|
1016
1018
|
var SIGNAL_WEIGHT = 10;
|
|
1017
1019
|
var MIN_SCORE_FLOOR = 10;
|
|
@@ -1229,6 +1231,19 @@ var COLLECTION_SIGNALS = {
|
|
|
1229
1231
|
"template",
|
|
1230
1232
|
"proven approach"
|
|
1231
1233
|
],
|
|
1234
|
+
capabilities: [
|
|
1235
|
+
"capability",
|
|
1236
|
+
"capabilities",
|
|
1237
|
+
"can do",
|
|
1238
|
+
"supply-side",
|
|
1239
|
+
"product capability",
|
|
1240
|
+
"what the product does",
|
|
1241
|
+
"mature",
|
|
1242
|
+
"emerging",
|
|
1243
|
+
"declining",
|
|
1244
|
+
"platform capability",
|
|
1245
|
+
"infrastructure capability"
|
|
1246
|
+
],
|
|
1232
1247
|
"work-packages": [
|
|
1233
1248
|
"appetite",
|
|
1234
1249
|
"elements",
|
|
@@ -15449,4 +15464,4 @@ export {
|
|
|
15449
15464
|
SERVER_VERSION,
|
|
15450
15465
|
createProductBrainServer
|
|
15451
15466
|
};
|
|
15452
|
-
//# sourceMappingURL=chunk-
|
|
15467
|
+
//# sourceMappingURL=chunk-OQM6LBPX.js.map
|