@open-code-review/agents 1.2.0 → 1.3.0
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,14 @@ The CLI copies these assets to your project's `.ocr/` directory:
|
|
|
41
41
|
npx @open-code-review/cli init
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
+
To update after a package upgrade:
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
ocr update
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
This updates skills and workflow references while **preserving your `.ocr/config.yaml`** and **all reviewer personas** (both default and custom).
|
|
51
|
+
|
|
44
52
|
### Via Claude Code Plugin
|
|
45
53
|
|
|
46
54
|
```bash
|