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.
- package/README.md +5 -3
- 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.
|
|
396
|
-
|
|
397
|
-
|
|
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
|
```
|