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 +1 -1
- package/skills/graphite/SKILL.md +4 -3
package/package.json
CHANGED
package/skills/graphite/SKILL.md
CHANGED
|
@@ -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
|
|
26
|
-
|
|
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 <
|
|
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
|