@open-code-review/cli 1.10.2 → 1.10.4
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/dist/index.js +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -20745,7 +20745,7 @@ import { join as join3 } from "node:path";
|
|
|
20745
20745
|
var START_MARKER2 = "<!-- OCR:START -->";
|
|
20746
20746
|
var END_MARKER2 = "<!-- OCR:END -->";
|
|
20747
20747
|
var OCR_INSTRUCTION_BLOCK = `${START_MARKER2}
|
|
20748
|
-
|
|
20748
|
+
## Open Code Review Instructions
|
|
20749
20749
|
|
|
20750
20750
|
These instructions are for AI assistants handling code review in this project.
|
|
20751
20751
|
|
|
@@ -20761,7 +20761,7 @@ Use \`.ocr/skills/SKILL.md\` to learn:
|
|
|
20761
20761
|
- Available reviewer personas and their focus areas
|
|
20762
20762
|
- Session management and output format
|
|
20763
20763
|
|
|
20764
|
-
Keep this managed block so
|
|
20764
|
+
Keep this managed block so \`ocr init\` can refresh the instructions.
|
|
20765
20765
|
|
|
20766
20766
|
${END_MARKER2}`;
|
|
20767
20767
|
function injectOcrInstructions(filePath) {
|
|
@@ -20894,7 +20894,7 @@ ${hint}
|
|
|
20894
20894
|
}
|
|
20895
20895
|
|
|
20896
20896
|
// src/lib/version.ts
|
|
20897
|
-
var CLI_VERSION = true ? "1.10.
|
|
20897
|
+
var CLI_VERSION = true ? "1.10.4" : createRequire(import.meta.url)("../../package.json").version;
|
|
20898
20898
|
|
|
20899
20899
|
// ../shared/platform/src/index.ts
|
|
20900
20900
|
import { pathToFileURL } from "node:url";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-code-review/cli",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.4",
|
|
4
4
|
"description": "CLI for Open Code Review - Multi-environment setup and progress tracking",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"ora": "^8.1.1",
|
|
51
51
|
"socket.io": "^4.8",
|
|
52
52
|
"sql.js": "^1.14.1",
|
|
53
|
-
"@open-code-review/agents": "1.10.
|
|
54
|
-
"@open-code-review/platform": "0.0.0"
|
|
53
|
+
"@open-code-review/agents": "1.10.4"
|
|
55
54
|
},
|
|
56
55
|
"publishConfig": {
|
|
57
56
|
"access": "public"
|
|
58
57
|
},
|
|
59
58
|
"devDependencies": {
|
|
60
|
-
"@types/sql.js": "^1.4.9"
|
|
59
|
+
"@types/sql.js": "^1.4.9",
|
|
60
|
+
"@open-code-review/platform": "0.0.0"
|
|
61
61
|
}
|
|
62
62
|
}
|