pr-shepherd 0.4.0 → 0.4.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pr-shepherd",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Autonomous PR CI monitor and review-comment resolver for Claude Code",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jonathan Ong",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"bin/**",
|
|
13
|
-
"
|
|
13
|
+
"plugin/**",
|
|
14
14
|
".claude-plugin/**",
|
|
15
15
|
"marketplace.json",
|
|
16
16
|
"README.md",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"prepare": "npm run build",
|
|
36
36
|
"prepublishOnly": "npm run typecheck && npm test && npm run build",
|
|
37
37
|
"typecheck": "tsc --noEmit",
|
|
38
|
-
"lint": "oxlint src/ skills/",
|
|
39
|
-
"format": "oxfmt src/ skills/ docs/ README.md",
|
|
40
|
-
"format:check": "oxfmt --check src/ skills/ docs/ README.md",
|
|
38
|
+
"lint": "oxlint src/ plugin/skills/",
|
|
39
|
+
"format": "oxfmt src/ plugin/skills/ docs/ README.md",
|
|
40
|
+
"format:check": "oxfmt --check src/ plugin/skills/ docs/ README.md",
|
|
41
41
|
"test": "vitest run",
|
|
42
42
|
"test:coverage": "vitest run --coverage",
|
|
43
43
|
"test:watch": "vitest"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|