zaileys 4.0.1 → 4.0.2

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 +1 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -92,16 +92,7 @@ to fix errors. Install it straight from this repo:
92
92
  npx skills add zeative/zaileys # add -g for a global install
93
93
  ```
94
94
 
95
- The suite has an orchestrator that auto-routes plus three focused skills:
96
-
97
- | Command (plugin) | Does |
98
- | ---------------- | ---- |
99
- | `/zaileys-official:assist` | Orchestrator — auto-detects intent (build / debug / review / explain) |
100
- | `/zaileys-official:scaffold` | Generate a complete runnable bot from a short spec |
101
- | `/zaileys-official:debug` | Diagnose a zaileys error/symptom → cause → fix |
102
- | `/zaileys-official:review` | Audit code vs best practices + ban-safety |
103
-
104
- Each skill also fetches the [live docs](https://zeative.github.io/zaileys/llms-full.txt) for the latest API. See [the skill guide](https://zeative.github.io/zaileys/skill/).
95
+ The suite has an orchestrator that auto-routes plus focused scaffold, debug, and review skills. See the full guide → **[zeative.github.io/zaileys/skill](https://zeative.github.io/zaileys/skill/)**.
105
96
 
106
97
  ## Why Zaileys
107
98
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zaileys",
3
3
  "description": "Zaileys - Simplified WhatsApp Node.js TypeScript/JavaScript API",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",