shadok-ai 0.2.76 → 0.3.78

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 +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -392,9 +392,11 @@ An instance follows one of two release streams, picked in the version menu
392
392
  - **alpha** — moves on every merge to `main`. Newest work, freshest bugs.
393
393
 
394
394
  Promoting is deliberate: someone bumps the minor in `package.json` and merges,
395
- and that merge becomes the new beta for everyone. Nothing else changes — the
396
- auto-update switch, the reload behaviour and the version numbering are the same
397
- on both channels.
395
+ and that merge becomes the new beta for everyone.
396
+
397
+ The numbers tell you which channel a version came from. An alpha carries the
398
+ commit count (`0.3.78`); a promotion is a round `0.4.0`. The auto-update switch
399
+ and the reload behaviour are identical on both.
398
400
 
399
401
  ```bash
400
402
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadok-ai",
3
- "version": "0.2.76",
3
+ "version": "0.3.78",
4
4
  "main": "dist/session.js",
5
5
  "scripts": {
6
6
  "test": "node --import tsx --test test/*.ts .claude/skills/shadok-ai-agents/test/*.test.mjs",