pr-shepherd 0.13.0 → 0.13.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": "pr-shepherd",
3
3
  "description": "Autonomous PR CI monitor and review-comment resolver for agentic coding tools",
4
- "version": "0.13.0",
4
+ "version": "0.13.1",
5
5
  "author": {
6
6
  "name": "Jonathan Ong",
7
7
  "email": "jonathanrichardong@gmail.com"
@@ -9,12 +9,6 @@
9
9
  "homepage": "https://github.com/jonathanong/pr-shepherd",
10
10
  "repository": "https://github.com/jonathanong/pr-shepherd",
11
11
  "license": "MIT",
12
- "keywords": [
13
- "github",
14
- "pull-request",
15
- "ci",
16
- "code-review",
17
- "automation"
18
- ],
12
+ "keywords": ["github", "pull-request", "ci", "code-review", "automation"],
19
13
  "skills": "./plugin/skills/"
20
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pr-shepherd",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Autonomous PR CI monitor and review-comment resolver for agentic coding tools",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Ong",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pr-shepherd",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Autonomous PR CI monitor and review-comment resolver for Codex.",
5
5
  "author": {
6
6
  "name": "Jonathan Ong",
@@ -10,14 +10,7 @@
10
10
  "homepage": "https://github.com/jonathanong/pr-shepherd",
11
11
  "repository": "https://github.com/jonathanong/pr-shepherd",
12
12
  "license": "MIT",
13
- "keywords": [
14
- "github",
15
- "pull-request",
16
- "ci",
17
- "code-review",
18
- "automation",
19
- "codex"
20
- ],
13
+ "keywords": ["github", "pull-request", "ci", "code-review", "automation", "codex"],
21
14
  "skills": "../skills/",
22
15
  "interface": {
23
16
  "displayName": "pr-shepherd",
@@ -25,10 +18,7 @@
25
18
  "longDescription": "Use pr-shepherd from Codex to check pull requests, resolve review feedback, and keep explicit iterate cycles running until a PR is ready, merged, closed, or escalated.",
26
19
  "developerName": "Jonathan Ong",
27
20
  "category": "Coding",
28
- "capabilities": [
29
- "Interactive",
30
- "Write"
31
- ],
21
+ "capabilities": ["Interactive", "Write"],
32
22
  "websiteURL": "https://github.com/jonathanong/pr-shepherd",
33
23
  "privacyPolicyURL": "https://github.com/jonathanong/pr-shepherd",
34
24
  "termsOfServiceURL": "https://github.com/jonathanong/pr-shepherd",