@astrale-os/cli 1.0.0-beta.26 → 1.0.0-beta.27

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 CHANGED
@@ -101,8 +101,11 @@ astrale update --check
101
101
  astrale update
102
102
  ```
103
103
 
104
- `astrale update` upgrades official script installs and follows the beta channel by default.
105
- Use `--check`, `--channel <channel>`, or `--version <version>` to control the target release.
104
+ `astrale update` upgrades official script installs, ensures every Astrale agent skill published
105
+ from `astrale-os/cli` is installed and healthy, and follows the beta channel by default. It reports
106
+ whether the skill pass was unchanged, installed, updated, or repaired. Use `--check`,
107
+ `--channel <channel>`, or `--version <version>` to control the CLI release target; skills always
108
+ track the repository's current `main` source. `--no-skills` is the explicit opt-out.
106
109
 
107
110
  ## Commands
108
111