@productbrain/mcp 0.0.1-beta.2596 → 0.0.1-beta.2600
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.
|
@@ -8626,6 +8626,7 @@ var ORIENT_ACTION_SPECS = {
|
|
|
8626
8626
|
function coherencyCheckTag(status2) {
|
|
8627
8627
|
if (status2 === "not_checked") return " [not checked]";
|
|
8628
8628
|
if (status2 === "check_incomplete") return " [check incomplete]";
|
|
8629
|
+
if (status2 === "stale") return " [stale \u2014 entry changed since last check]";
|
|
8629
8630
|
return "";
|
|
8630
8631
|
}
|
|
8631
8632
|
function taskGroundingWarningLines(task, hasTaskGrounding = false) {
|
|
@@ -15563,4 +15564,4 @@ export {
|
|
|
15563
15564
|
createProductBrainServer,
|
|
15564
15565
|
initFeatureFlags
|
|
15565
15566
|
};
|
|
15566
|
-
//# sourceMappingURL=chunk-
|
|
15567
|
+
//# sourceMappingURL=chunk-PU2BI5UU.js.map
|