pi-graphite 0.3.1 → 0.3.2

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 +4 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,9 +79,7 @@ dependent branches.
79
79
  - Editor / pager / browser env is forced safe (`GT_EDITOR=true`, `GT_PAGER=`,
80
80
  `BROWSER=true`, …). Commands have a hard timeout.
81
81
  - Interactive editor / hunk / browser / reorder paths are not exposed.
82
- - Rendered `$ gt …` command lines in tool output are POSIX shell-quoted so
83
- copy-paste cannot trigger command substitution or word-splitting from
84
- user-controlled args.
82
+ - Commands echoed in tool output are safe to copy-paste back into a shell.
85
83
  - `graphite_setup action=track_branch` requires explicit `branch`, explicit
86
84
  `parent`, and `confirmParent:true`; do not guess parent if unclear.
87
85
  - `graphite_setup action=init_repo reset:true` needs `confirmDestructive:true`.
@@ -97,13 +95,10 @@ dependent branches.
97
95
  `branchNotTracked`, `noChangesStaged`, `checkedOutElsewhere`,
98
96
  `operatingOnTrunk`, …).
99
97
 
100
- ### Known surface: git hooks
98
+ ### Git hooks
101
99
 
102
- This extension does not pass `--no-verify` to `gt` / `git`. Any
103
- `pre-commit`, `commit-msg`, `pre-push`, or related hook configured in the
104
- target repo will execute as part of mutating operations (create, amend,
105
- submit, …). Hooks are arbitrary user code and are intentionally not
106
- bypassed; treat hook content as part of the repo's trust boundary.
100
+ Git hooks in the target repository run as normal; this extension does not
101
+ bypass them. Treat them as part of your repo's trust boundary.
107
102
 
108
103
  ## License
109
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-graphite",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Opinionated pi tools + skill for stacked PR workflows with the Graphite (gt) CLI.",
5
5
  "keywords": [
6
6
  "pi",