@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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-code-review/agents",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "AI-native skills, commands, and reviewer personas for Open Code Review",
5
5
  "type": "module",
6
6
  "files": [