pi-graphite 0.3.4 → 0.3.5

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 +7 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,9 +8,12 @@ graphite_status → (graphite_setup if needed) → graphite_sync → graphite_na
8
8
  → graphite_change → graphite_submit_stack (dry-run) → graphite_submit_stack (apply)
9
9
  ```
10
10
 
11
- The extension wraps `gt` only. It deliberately does **not** call `gh`, edit PR
12
- titles/bodies, fetch review comments, or perform stack surgery
13
- (split/fold/move/squash). Use the `gt` or `gh` CLI directly for those.
11
+ The extension wraps `gt` only. It deliberately does **not** call `gh`, edit
12
+ PR titles/bodies, fetch review comments, or perform stack surgery (split /
13
+ fold / move / squash / reorder). For those flows, run the underlying `gt`
14
+ or `gh` command yourself in your own terminal; the agent should not invoke
15
+ them from bash, as their defaults open interactive prompts, hunk pickers,
16
+ or editors that will hang non-interactive sessions.
14
17
 
15
18
  ## Requirements
16
19
 
@@ -64,7 +67,7 @@ graphite_submit_stack apply=true confirmRemote=true
64
67
  Conflict path:
65
68
 
66
69
  ```text
67
- # resolve files, git add them
70
+ # resolve files, then: git add -- <paths>
68
71
  graphite_recover action=continue
69
72
  ```
70
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-graphite",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Opinionated pi tools + skill for stacked PR workflows with the Graphite (gt) CLI.",
5
5
  "keywords": [
6
6
  "pi",