@productbrain/mcp 0.0.1-beta.4505 → 0.0.1-beta.4510
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.
|
@@ -12691,6 +12691,7 @@ async function runWrapupReview() {
|
|
|
12691
12691
|
}
|
|
12692
12692
|
lines.push("");
|
|
12693
12693
|
}
|
|
12694
|
+
lines.push(...data.acceptIndependenceDigest?.lines.length ? ["", "### Accept Independence", "", `_${data.acceptIndependenceDigest.header}_`, ...data.acceptIndependenceDigest.lines.map((l) => `- ${l}`), ""] : []);
|
|
12694
12695
|
lines.push("");
|
|
12695
12696
|
lines.push(`> **${data.closeNudge}**`);
|
|
12696
12697
|
if (data.captureAudit) {
|
|
@@ -17047,4 +17048,4 @@ export {
|
|
|
17047
17048
|
createProductBrainServer,
|
|
17048
17049
|
initFeatureFlags
|
|
17049
17050
|
};
|
|
17050
|
-
//# sourceMappingURL=chunk-
|
|
17051
|
+
//# sourceMappingURL=chunk-SGXGMTOZ.js.map
|