@open-code-review/agents 1.10.0 → 1.10.1
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.
|
|
4
|
+
"version": "1.10.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Spencer Marx",
|
|
7
7
|
"email": "spencer@aclarify.com"
|
package/package.json
CHANGED
package/skills/ocr/SKILL.md
CHANGED
|
@@ -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.
|
|
13
|
+
version: "1.10.1" # double quotes required — automated sync via nx release
|
|
14
14
|
repository: https://github.com/spencermarx/open-code-review
|
|
15
15
|
---
|
|
16
16
|
|