zombie-vibe 0.1.1 → 0.1.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ npx zombie-vibe install --editor grok --api-key zp_live_YOUR_KEY
|
|
|
24
24
|
|
|
25
25
|
The installer copies a stable runtime to `~/.zombie-vibe/hook.mjs`, stores the key in a mode-`0600` config file, merges the hook into the editor's existing JSON, and creates a backup before every edit. Restart an open editor after installation.
|
|
26
26
|
|
|
27
|
-
The same `npx` commands work from Windows PowerShell or Command Prompt with Node.js 20 or newer. On Windows, the files are placed under `%USERPROFILE
|
|
27
|
+
The same `npx` commands work from Windows PowerShell or Command Prompt with Node.js 20 or newer. On Windows, the files are placed under `%USERPROFILE%\.zombie-vibe` and the installer generates Windows-compatible hook commands automatically. The `chmod 600` permission step applies only to manual installation on macOS/Linux; Windows uses the normal user-profile permissions.
|
|
28
28
|
|
|
29
29
|
## Hook locations
|
|
30
30
|
|