@helmoragent/helmor 0.1.5 → 0.1.7

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/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@helmoragent/helmor",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Agent watcher for AI-assisted product development",
5
5
  "license": "Apache-2.0",
6
- "homepage": "https://github.com/helmorx/agent-os",
6
+ "homepage": "https://github.com/helmorx/helmoragent",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/helmorx/agent-os.git",
9
+ "url": "git+https://github.com/helmorx/helmoragent.git",
10
10
  "directory": "npm/helmor"
11
11
  },
12
12
  "bugs": {
13
- "url": "https://github.com/helmorx/agent-os/issues"
13
+ "url": "https://github.com/helmorx/helmoragent/issues"
14
14
  },
15
15
  "keywords": [
16
16
  "ai",
@@ -119,7 +119,7 @@ function verifyInstalledVersion(binaryPath, expectedVersion) {
119
119
  }
120
120
 
121
121
  async function main() {
122
- const repo = process.env.HELMOR_REPO || 'helmorx/agent-os';
122
+ const repo = process.env.HELMOR_REPO || 'helmorx/helmoragent';
123
123
  const tag = tagFromVersion(process.env.HELMOR_VERSION || pkg.version);
124
124
  const target = platformTarget();
125
125
  const baseUrl = releaseBaseUrl(repo, tag);