@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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # HELMOR Agent OS
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helmoragent/helmor",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Agent watcher for AI-assisted product development",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/helmorx/agent-os",