@vibelet/cli 1.0.25 → 1.0.26
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 +1 -1
- package/dist/index.cjs +60 -58
- package/dist/runtime-version.cjs +1 -1
- package/dist/vibelet.mjs +81 -24
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ The dual publish script builds once, then publishes the same CLI bundle to both
|
|
|
65
65
|
## Notes
|
|
66
66
|
|
|
67
67
|
- The npm package publishes the CLI plus a minified daemon runtime bundle.
|
|
68
|
-
- The package is intended for end users of the
|
|
68
|
+
- The package is intended for end users of the Vibelet host daemon, not for importing as a library.
|
|
69
69
|
- The daemon keeps `~/.vibelet/data/audit.jsonl` and `~/.vibelet/logs/daemon.*.log` size-bounded by trimming the oldest content in place.
|
|
70
70
|
- Environment variables:
|
|
71
71
|
| Variable | Default | Description |
|