@open-code-review/agents 1.10.0 → 1.10.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ocr",
3
3
  "description": "Shift code review quality gates left with customizable multi-agent review. Define your reviewer team composition, run parallel reviews with redundancy, and let reviewers debate findings before synthesis. Works with specs, proposals, and project standards.",
4
- "version": "1.10.0",
4
+ "version": "1.10.2",
5
5
  "author": {
6
6
  "name": "Spencer Marx",
7
7
  "email": "spencer@aclarify.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-code-review/agents",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "description": "AI-native skills, commands, and reviewer personas for Open Code Review",
5
5
  "type": "module",
6
6
  "files": [
@@ -10,7 +10,7 @@ compatibility: |
10
10
  environments. Requires git. Optional: gh CLI for GitHub integration.
11
11
  metadata:
12
12
  author: spencermarx
13
- version: "1.10.0" # double quotes required — automated sync via nx release
13
+ version: "1.10.2" # double quotes required — automated sync via nx release
14
14
  repository: https://github.com/spencermarx/open-code-review
15
15
  ---
16
16