@productbrain/mcp 0.0.1-beta.1821 → 0.0.1-beta.1828
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.
|
@@ -3389,12 +3389,14 @@ ${formatted}` }],
|
|
|
3389
3389
|
await recordSessionActivity({ contradictionWarning: true });
|
|
3390
3390
|
}
|
|
3391
3391
|
let coachingResult = null;
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3392
|
+
if (!preview) {
|
|
3393
|
+
try {
|
|
3394
|
+
coachingResult = await kernelMutation("quality.evaluateHeuristicAndSchedule", {
|
|
3395
|
+
entryId,
|
|
3396
|
+
context: "commit"
|
|
3397
|
+
});
|
|
3398
|
+
} catch {
|
|
3399
|
+
}
|
|
3398
3400
|
}
|
|
3399
3401
|
let result;
|
|
3400
3402
|
try {
|
|
@@ -14742,4 +14744,4 @@ export {
|
|
|
14742
14744
|
createProductBrainServer,
|
|
14743
14745
|
initFeatureFlags
|
|
14744
14746
|
};
|
|
14745
|
-
//# sourceMappingURL=chunk-
|
|
14747
|
+
//# sourceMappingURL=chunk-DAW3N44K.js.map
|