@helmoragent/helmor 0.1.3 → 0.1.4
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# HELMOR Agent
|
|
1
|
+
# HELMOR Agent
|
|
2
2
|
|
|
3
3
|
Npm installer for the native `helmor` CLI.
|
|
4
4
|
|
|
@@ -18,4 +18,6 @@ bunx @helmoragent/helmor install
|
|
|
18
18
|
|
|
19
19
|
This package downloads the matching HELMOR release binary from GitHub, verifies it against the published SHA-256 checksum file, and exposes the `helmor` command.
|
|
20
20
|
|
|
21
|
+
`helmor install` initializes project files and merges Codex/Claude global hook entries. Use `helmor install --project-only` to write only project-local files and generated adapters.
|
|
22
|
+
|
|
21
23
|
Set `HELMOR_VERSION`, `HELMOR_REPO`, or `HELMOR_NPM_QUIET=1` to override the release tag, source repository, or install logging.
|