clavue 8.8.112 → 8.8.113

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
@@ -1,4 +1,4 @@
1
- # Clavue v8.8.112
1
+ # Clavue v8.8.113
2
2
 
3
3
  ![Clavue cover](https://unpkg.com/clavue/image.png)
4
4
 
@@ -31,7 +31,7 @@ Clavue is built around a simple operating model: the user owns the workflow, the
31
31
  Canonical primary command surfaces:
32
32
 
33
33
  - `/help`: browse available commands and custom command sources.
34
- - `/init`: create or refresh `clavue.md` project guidance.
34
+ - `/init`: create or refresh generated project rule files: `clavue.md`, `AGENTS.md`, and compatibility `CLAUDE.md`.
35
35
  - `/provider`: configure, switch, validate, repair, copy, edit, delete, or save provider profiles.
36
36
  - `/permissions` (`/approvals` compatibility alias): set the default permission mode so trusted development environments can run with less friction; use `/permissions autonomous` for an opt-in high-autonomy local development lane.
37
37
  - `/mao` (`/codex` compatibility alias): run bundled Codex-style review and rescue flows through the active Clavue provider profile.
@@ -65,8 +65,8 @@ npx -y clavue
65
65
  Run a specific version with `npx`:
66
66
 
67
67
  ```bash
68
- npx -y clavue@8.8.112 --version
69
- npx -y clavue@8.8.112
68
+ npx -y clavue@8.8.113 --version
69
+ npx -y clavue@8.8.113
70
70
  ```
71
71
 
72
72
  Install globally from npm when you want the `clavue` command to stay available:
@@ -86,7 +86,7 @@ curl -fsSL https://unpkg.com/clavue/install.sh | bash
86
86
  Install a specific version globally:
87
87
 
88
88
  ```bash
89
- curl -fsSL https://unpkg.com/clavue@8.8.112/install.sh | bash -s -- 8.8.112
89
+ curl -fsSL https://unpkg.com/clavue@8.8.113/install.sh | bash -s -- 8.8.113
90
90
  ```
91
91
 
92
92
  ## Quick Start: Custom API
@@ -183,7 +183,7 @@ Version check:
183
183
  ```bash
184
184
  clavue --version
185
185
  npx -y clavue --version
186
- npx -y clavue@8.8.112 --version
186
+ npx -y clavue@8.8.113 --version
187
187
  # available after a global install and launcher setup
188
188
  clavue --version
189
189
  ```