@productbrain/mcp 0.0.1-beta.4137 → 0.0.1-beta.4141
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.
|
@@ -10099,6 +10099,9 @@ async function _handleOrient({ mode = "full", tier, task, scope, startupSignals,
|
|
|
10099
10099
|
} else {
|
|
10100
10100
|
lines.push(`**Brain stage: ${orientStage}.**`);
|
|
10101
10101
|
lines.push("");
|
|
10102
|
+
const scNoTask = orientView?.strategicContext;
|
|
10103
|
+
const scNoTaskLines = scNoTask ? [scNoTask.vision && `**Vision:** ${scNoTask.vision}`, scNoTask.purpose && `**Purpose:** ${scNoTask.purpose}`].filter((l) => Boolean(l)) : [];
|
|
10104
|
+
if (scNoTaskLines.length > 0) lines.push("## Strategic Context", ...scNoTaskLines, "");
|
|
10102
10105
|
lines.push(...buildRitualsSurfaceLines(orientView, { fetchFailed: orientFetchFailed || orientView?.fetchFailed === true }));
|
|
10103
10106
|
if (orientView?.activeWorkPackages?.length) {
|
|
10104
10107
|
lines.push("## Active work packages \u2014 current scope");
|
|
@@ -16736,4 +16739,4 @@ export {
|
|
|
16736
16739
|
createProductBrainServer,
|
|
16737
16740
|
initFeatureFlags
|
|
16738
16741
|
};
|
|
16739
|
-
//# sourceMappingURL=chunk-
|
|
16742
|
+
//# sourceMappingURL=chunk-522272VK.js.map
|