@metaphi-ai/hum 0.1.2 → 0.1.5

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 (3) hide show
  1. package/LICENSE +16 -0
  2. package/bin/hum.js +0 -0
  3. package/package.json +3 -3
package/LICENSE ADDED
@@ -0,0 +1,16 @@
1
+ Copyright (c) 2026 Metaphi, Inc. All rights reserved.
2
+
3
+ Hum is proprietary software of Metaphi, Inc.
4
+
5
+ Metaphi, Inc. grants users it has authorized a personal, non-exclusive,
6
+ non-transferable, revocable right to install and run the distributed
7
+ packages (hum-cli on PyPI, @metaphi-ai/hum on npm) for use with Metaphi
8
+ services.
9
+
10
+ No other right is granted. Do not copy, modify, distribute, sublicense,
11
+ reverse engineer, or create derivative works from this software, in whole
12
+ or in part, without prior written permission from Metaphi, Inc.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED. IN NO EVENT SHALL METAPHI, INC. BE LIABLE FOR ANY CLAIM, DAMAGES
16
+ OR OTHER LIABILITY ARISING FROM THE USE OF THE SOFTWARE.
package/bin/hum.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@metaphi-ai/hum",
3
- "version": "0.1.2",
4
- "description": "Hum हम. Human and model, one harness. A coding agent for your terminal.",
3
+ "version": "0.1.5",
4
+ "description": "Hum (हम): a self-improving coding agent for your terminal.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
7
7
  "bin": { "hum": "bin/hum.js" },
8
8
  "files": ["bin", "dist", "scripts"],
9
9
  "scripts": { "postinstall": "node scripts/postinstall.js" },
10
10
  "engines": { "node": ">=18" },
11
- "repository": { "type": "git", "url": "https://github.com/metaphi-labs/hum-cli" }
11
+ "repository": { "type": "git", "url": "git+https://github.com/metaphi-labs/hum-cli.git" }
12
12
  }