@ggcode-cli/ggcode 1.1.4 → 1.1.6

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,9 @@ If that directory is not on `PATH`, the installer updates your shell/user PATH a
12
12
  reopen the terminal. The npm package keeps a separate `ggcode-bootstrap` helper command for manual
13
13
  repair, but normal usage should be the real `ggcode` binary.
14
14
 
15
+ This package is just the release-backed installer layer. Product usage, harness workflows, and TUI
16
+ behavior are documented in the main repository README.
17
+
15
18
  ## Install
16
19
 
17
20
  For normal CLI usage, install it globally:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ggcode-cli/ggcode",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Thin npm wrapper that installs the ggcode GitHub Release binary",
5
5
  "license": "MIT",
6
6
  "repository": {