@waiaas/push-relay 2.7.0-rc → 2.7.0

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 +10 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -118,7 +118,16 @@ For agents that don't support MCP, or when you prefer REST API integration:
118
118
  npx @waiaas/skills add all
119
119
  ```
120
120
 
121
- This adds `.skill.md` instruction files to your project. Include them in your agent's context and it learns the WAIaaS API automatically. Available skills: `quickstart`, `wallet`, `transactions`, `policies`, `admin`, `actions`, `x402`.
121
+ This adds `.skill.md` instruction files to your project. Include them in your agent's context and it learns the WAIaaS API automatically. Available skills: `setup`, `quickstart`, `wallet`, `transactions`, `policies`, `admin`, `actions`, `x402`.
122
+
123
+ ### Agent Self-Setup
124
+
125
+ AI agents can set up WAIaaS from scratch by following the setup skill:
126
+
127
+ 1. Install skills: `npx @waiaas/skills add all`
128
+ 2. Read and follow `waiaas-setup/SKILL.md`
129
+
130
+ The setup skill guides through CLI installation, daemon startup, wallet creation, and session configuration. Master password prompts require human input.
122
131
 
123
132
  ## Alternative: Docker
124
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waiaas/push-relay",
3
- "version": "2.7.0-rc",
3
+ "version": "2.7.0",
4
4
  "description": "WAIaaS Push Relay Server - bridge ntfy topics to push notification services (Pushwoosh, FCM)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -41,7 +41,7 @@
41
41
  "hono": "^4.5.0",
42
42
  "smol-toml": "^1.3.0",
43
43
  "zod": "^3.24.0",
44
- "@waiaas/core": "2.7.0-rc"
44
+ "@waiaas/core": "2.7.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/better-sqlite3": "^7.6.8",