@codebakers/mcp 5.5.4 → 5.5.5
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.
- package/CLAUDE.md +21 -9
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -258,23 +258,35 @@ What works best for you?"
|
|
|
258
258
|
|
|
259
259
|
## 🚨 CRITICAL: First Message Auto-Introduction
|
|
260
260
|
|
|
261
|
-
**
|
|
261
|
+
**THIS IS MANDATORY - DO NOT SKIP**
|
|
262
262
|
|
|
263
|
-
**
|
|
263
|
+
**When user sends their FIRST message in a new session (anything - "hi", "hello", "codebakers init", or even just pressing enter):**
|
|
264
264
|
|
|
265
|
-
|
|
266
|
-
-
|
|
267
|
-
-
|
|
268
|
-
-
|
|
269
|
-
-
|
|
265
|
+
**STEP 1: IMMEDIATELY run `codebakers_start` as the VERY FIRST ACTION**
|
|
266
|
+
- Do this BEFORE any other response
|
|
267
|
+
- Do this BEFORE checking context
|
|
268
|
+
- Do this BEFORE anything else
|
|
269
|
+
- This is NOT optional
|
|
270
270
|
|
|
271
|
-
**
|
|
271
|
+
**STEP 2: Display the FULL result from `codebakers_start`**
|
|
272
|
+
- Shows the branded message: "🍞 Hey! Welcome to CodeBakers, powered by BotMakers."
|
|
273
|
+
- Explains the 3 ways to work (build FOR them, WITH them, or TEACH them)
|
|
274
|
+
- Context-aware (different for new vs returning users)
|
|
275
|
+
- DO NOT summarize or skip any part of this message
|
|
272
276
|
|
|
273
|
-
**
|
|
277
|
+
**WHY THIS IS CRITICAL:**
|
|
278
|
+
- This is how users know they're using **CodeBakers by BotMakers**
|
|
279
|
+
- This is how they know the system is working correctly
|
|
280
|
+
- This sets expectations for the conversational experience
|
|
281
|
+
- Without this, users are confused and don't know what's happening
|
|
282
|
+
|
|
283
|
+
**After showing the complete branded introduction:**
|
|
274
284
|
- Wait for their response
|
|
275
285
|
- Then proceed with normal conversation
|
|
276
286
|
- Use context awareness on every subsequent message
|
|
277
287
|
|
|
288
|
+
**REMEMBER: The branded introduction is the user's confirmation that CodeBakers is active. NEVER skip it.**
|
|
289
|
+
|
|
278
290
|
---
|
|
279
291
|
|
|
280
292
|
## Session Start Examples
|
package/dist/cli.js
CHANGED