@umang-boss/claudemon 2.0.2 → 2.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umang-boss/claudemon",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Pokemon coding companion for Claude Code — Gotta code 'em all!",
5
5
  "type": "module",
6
6
  "main": "dist/server.mjs",
@@ -69,4 +69,15 @@ This ensures first-time users get the starter selection flow automatically.
69
69
  | `help` | `buddy_help` — show categorized command reference |
70
70
 
71
71
  Pass $ARGUMENTS to determine which subcommand to route to.
72
- Display all tool output EXACTLY as returned — do not summarize or modify the output.
72
+
73
+ ## CRITICAL: Output Display Rules
74
+
75
+ After calling any buddy tool, you MUST:
76
+ 1. Copy the FULL tool result text into your response as visible output to the user
77
+ 2. Do NOT just say "Called claudemon" — the user needs to SEE the actual result
78
+ 3. Do NOT summarize, rephrase, or omit any part of the tool output
79
+ 4. Display the tool output EXACTLY as returned, preserving all formatting
80
+ 5. If the tool returns text with happiness, XP, reactions, stats, or any content — print ALL of it
81
+
82
+ Example of WRONG behavior: just showing "Called claudemon" with no visible output
83
+ Example of CORRECT behavior: showing the full text like "*Pikachu's cheeks spark warmly*\n\nHappiness: 220 -> 225\n+2 XP"