agent-message 0.1.2 → 0.1.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/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Agent Message
2
2
 
3
+ ```bash
4
+ npx skills add https://github.com/siisee11/agent-message --skill agent-message-cli
5
+ ```
6
+
7
+ Install the skill above, then ask your coding agent (e.g. Claude Code) to "set up agent-message" — it will handle installation and configuration for you.
8
+
3
9
  ```bash
4
10
  npm install -g agent-message
5
11
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-message",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Agent Message CLI and local stack launcher for macOS",
5
5
  "type": "module",
6
6
  "bin": {