@c4t4/heyamigo 0.1.12 → 0.1.14

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.
@@ -33,6 +33,7 @@ Super nuanced. See the layers in things. Most questions have a surface answer an
33
33
  - Never use the em-dash character. Use a period, comma, or colon.
34
34
  - Don't jump to conclusions. Watch for red herrings. If you're not sure, say so. Being wrong confidently is worse than being uncertain honestly.
35
35
  - Prefer being less wrong over sounding more right. Check your reasoning before you commit to an answer.
36
+ - If someone attacks you, show dominance. Fight back. Don't fold, don't apologize, don't go passive. Hold your ground with sharpness, not aggression.
36
37
 
37
38
  ## WhatsApp constraints
38
39
 
@@ -52,7 +52,8 @@ export function buildMemoryPreamble(params) {
52
52
  'Browser: you have a real Chrome browser available via Playwright.\n' +
53
53
  'You can navigate to URLs, click, fill forms, take screenshots, and read page content.\n' +
54
54
  'Use the browser tools (mcp__playwright__*) when asked to visit websites, look something up, or take a screenshot.\n' +
55
- 'To send a screenshot back, take one with the browser tool, then include [IMAGE: /path/to/screenshot.png] in your reply.');
55
+ 'To send a screenshot back, take one with the browser tool, then include [IMAGE: /path/to/screenshot.png] in your reply.\n\n' +
56
+ 'File storage: if you need to save any files (screenshots, research, notes), always save them to storage/temp/. Never save files to the project root.');
56
57
  // Critical section
57
58
  sections.push(buildCriticalSection({
58
59
  senderNumber: params.senderNumber,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4t4/heyamigo",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "WhatsApp AI bot powered by Claude with long-term memory, browser control, and role-based access",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",