pi-graphite 0.2.1 → 0.2.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 +0 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -59,18 +59,6 @@ pi -e /path/to/pi-graphite
59
59
  - Stderr is parsed into structured `hints` (e.g. `notInitialized`, `conflictHalted`,
60
60
  `checkedOutElsewhere`, `restackNeeded`, `trunkOutOfSync`).
61
61
 
62
- ## Intentional non-goals (in Layer A)
63
-
64
- - No `graphite_raw` passthrough. Use bash for arbitrary `gt` flags.
65
- - No workflow orchestration (plan → apply across multiple commands).
66
- - No wrapping of `gt add/cherry-pick/rebase/reset/restore` passthroughs.
67
- - No wrapping of browser/help commands (`dash`, `docs`, `guide`, `changelog`,
68
- `feedback`, `demo`, `completion`, `fish`).
69
- - `gt reorder` (editor-only) and `gt split --by-commit / --by-hunk`
70
- (interactive-only) are intentionally not exposed.
71
-
72
- Layer B (workflow tools) and Layer C (raw escape hatch) are planned, not built.
73
-
74
62
  ## License
75
63
 
76
64
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-graphite",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Structured pi tools for the Graphite (gt) CLI.",
5
5
  "keywords": [
6
6
  "pi",