@henryqw/pi-pr 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. package/README.md +0 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,17 +27,3 @@ Each entry is one linked `PR #number` plus one plain-language state: `<count> un
27
27
  The status loads at session start, polls every 30 seconds, and refreshes after an agent successfully runs `gh pr create`, `git push`, or `/pr`. Unresolved review threads are checked every 30 seconds for 20 minutes after an open PR is first found. Each new push or remote PR update, including new comments, restarts that window. Footer and warning notification show the unresolved count when first found or increased. Last known footer count remains after review checks stop. No pull request leaves the footer blank.
28
28
 
29
29
  `/pr` finds an open PR for current branch. When absent, it starts bundled `/skill:pi-pr-create` workflow. Agent resolves base, inspects and commits scoped changes, runs relevant validation, pushes branch, and creates or updates PR with live title and body. This workflow handles dirty worktrees; it never silently commits unrelated changes.
30
-
31
- ## Remove
32
-
33
- ```bash
34
- pi remove npm:@henryqw/pi-pr
35
- ```
36
-
37
- ## Development
38
-
39
- ```bash
40
- npm test --workspace @henryqw/pi-pr
41
- npm run typecheck --workspace @henryqw/pi-pr
42
- npm run pack:check --workspace @henryqw/pi-pr
43
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-pr",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Show the current branch pull request status in the Pi footer.",
5
5
  "keywords": [
6
6
  "pi-package",