pi-graphite 0.3.3 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-graphite",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Opinionated pi tools + skill for stacked PR workflows with the Graphite (gt) CLI.",
5
5
  "keywords": [
6
6
  "pi",
@@ -22,8 +22,9 @@ Use this skill whenever the user wants to:
22
22
 
23
23
  Do not use it for:
24
24
 
25
- - editing PR titles / bodies / labels / reviewers metadata (use `gh` directly)
26
- - reading PR review comments or CI status (use `gh` directly)
25
+ - editing PR titles / bodies / labels / reviewers metadata prefer a
26
+ dedicated `gh` tool/extension; see the `gh` rule below
27
+ - reading PR review comments or CI status — same
27
28
  - rewriting history beyond create/amend (split / fold / move / squash /
28
29
  reorder). The extension does not expose stack surgery. Do not invoke
29
30
  `gt` directly from bash for these — those subcommands prompt
@@ -68,7 +69,7 @@ graphite_submit_stack apply=true (push, with confirmRemote=true)
68
69
  When a `gt` command halts on conflict:
69
70
 
70
71
  ```
71
- resolve files in editor → git add <files> → graphite_recover action="continue"
72
+ resolve files in editor → git add -- <paths> → graphite_recover action="continue"
72
73
  ```
73
74
 
74
75
  Never run `git rebase --continue` after a Graphite-initiated rebase; use