whazaa 0.6.36 → 0.6.38

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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,15 @@ The separation means you can have multiple Claude Code sessions open simultaneou
39
39
 
40
40
  ## Quick start
41
41
 
42
- One command does everything:
42
+ Tell Claude Code:
43
+
44
+ > Clone https://github.com/mnott/Whazaa and set it up for me
45
+
46
+ Claude clones the repo, finds the setup skill, and handles everything autonomously — prerequisites, build, MCP config, watcher daemon, and WhatsApp pairing. The only thing you do is scan a QR code with your phone when prompted.
47
+
48
+ ### Alternative: npx
49
+
50
+ If you prefer a traditional install without cloning:
43
51
 
44
52
  ```bash
45
53
  npx -y whazaa setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whazaa",
3
- "version": "0.6.36",
3
+ "version": "0.6.38",
4
4
  "description": "WhatsApp MCP server for Claude Code — talk to Claude from your phone via WhatsApp self-chat",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",