@plot-ai/darwin-arm64 0.0.4 → 0.0.6
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/bin/CHANGELOG.md +1 -1
- package/bin/package.json +1 -1
- package/bin/plot-ai +0 -0
- package/bin/tui-worker.js +58934 -66624
- package/package.json +1 -1
- package/pi-resources/skills/{core/plot-land → plot-land}/SKILL.md +1 -0
- package/pi-resources/skills/{core/plot-push-pr → plot-push-pr}/SKILL.md +1 -0
- package/web-dist/assets/index-Bw92jDU7.js +35 -0
- package/web-dist/assets/index-BwUv4RrM.css +1 -0
- package/web-dist/index.html +24 -24
- package/bin/tracker/beads/skills/plot-beads-tracker/SKILL.md +0 -241
- package/bin/tracker/github/skills/plot-github-tracker/SKILL.md +0 -162
- package/web-dist/assets/index-BID9mjlA.css +0 -1
- package/web-dist/assets/index-DyndTLrM.js +0 -40
- /package/pi-resources/skills/{core/plot-commit → plot-commit}/SKILL.md +0 -0
- /package/pi-resources/skills/{core/plot-debug → plot-debug}/SKILL.md +0 -0
- /package/pi-resources/skills/{core/plot-pull-main → plot-pull-main}/SKILL.md +0 -0
package/package.json
CHANGED
|
@@ -88,6 +88,7 @@ description: "merge an approved PR for plot. monitors CI, resolves conflicts, ha
|
|
|
88
88
|
```
|
|
89
89
|
|
|
90
90
|
7. transition issue to `plot:done`:
|
|
91
|
+
|
|
91
92
|
```bash
|
|
92
93
|
# extract issue number from PR body (Resolves #N)
|
|
93
94
|
issue_number=$(gh pr view "$pr_number" --repo "$GITHUB_REPO" --json body -q '.body | capture("Resolves #(\d+)").["1"]')
|