@productbrain/mcp 0.0.1-beta.60 → 0.0.1-beta.62
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.
|
@@ -7192,14 +7192,14 @@ function buildBlankResponse(wsCtx, sessionCtx) {
|
|
|
7192
7192
|
instructions.extractionGuidance,
|
|
7193
7193
|
"",
|
|
7194
7194
|
instructions.captureInstructions,
|
|
7195
|
-
"
|
|
7195
|
+
"Omit `autoCommit` \u2014 the capture tool auto-commits in Open mode and creates drafts in consensus/role mode.",
|
|
7196
7196
|
"",
|
|
7197
7197
|
"**Then offer the codebase scan with context:**",
|
|
7198
7198
|
`"Now that I know what you're building, I can scan your project files and find technical decisions, features, and conventions that are relevant to **your** product. Want me to?"`,
|
|
7199
7199
|
"",
|
|
7200
7200
|
"If they say yes, scan README.md, package.json/pyproject.toml/Cargo.toml, and top-level source dirs.",
|
|
7201
7201
|
"Infer entries WITH the product context you now have. Present as a numbered list for confirmation.",
|
|
7202
|
-
"Capture confirmed entries
|
|
7202
|
+
"Capture confirmed entries (auto-committed in Open mode).",
|
|
7203
7203
|
"",
|
|
7204
7204
|
"## Path 2: Scan first",
|
|
7205
7205
|
"",
|
|
@@ -7209,7 +7209,7 @@ function buildBlankResponse(wsCtx, sessionCtx) {
|
|
|
7209
7209
|
"3. Top-level source directories and their purpose",
|
|
7210
7210
|
"",
|
|
7211
7211
|
"Infer 5\u20138 product knowledge entries (product name, tech decisions, features, conventions).",
|
|
7212
|
-
"Present as a numbered list. Ask which to keep. Capture confirmed entries
|
|
7212
|
+
"Present as a numbered list. Ask which to keep. Capture confirmed entries (auto-committed in Open mode).",
|
|
7213
7213
|
"",
|
|
7214
7214
|
"**If the codebase is sparse** (no README, empty project): fall back to Path 1 (ask the user about their product).",
|
|
7215
7215
|
"",
|
|
@@ -11581,4 +11581,4 @@ export {
|
|
|
11581
11581
|
SERVER_VERSION,
|
|
11582
11582
|
createProductBrainServer
|
|
11583
11583
|
};
|
|
11584
|
-
//# sourceMappingURL=chunk-
|
|
11584
|
+
//# sourceMappingURL=chunk-MH5MYP76.js.map
|