@hiveai/cli 0.9.12 → 0.9.14

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@hiveai/cli",
3
- "version": "0.9.12",
4
- "description": "hAIve CLI — enforce AI agent briefing, memory, Git, and CI policy",
3
+ "version": "0.9.14",
4
+ "description": "hAIve CLI — enforce repo context, briefings, Git hooks, and CI policy for AI agents",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -14,11 +14,14 @@
14
14
  "ai",
15
15
  "enforcement",
16
16
  "policy",
17
+ "context",
18
+ "breadcrumbs",
17
19
  "memory",
18
20
  "mcp",
19
21
  "haive",
20
22
  "agent",
21
23
  "team",
24
+ "harness",
22
25
  "cli",
23
26
  "ci"
24
27
  ],
@@ -37,11 +40,11 @@
37
40
  "picocolors": "^1.1.1",
38
41
  "react": "^19.2.5",
39
42
  "zod": "^3.23.8",
40
- "@hiveai/core": "0.9.12",
41
- "@hiveai/mcp": "0.9.12"
43
+ "@hiveai/core": "0.9.14",
44
+ "@hiveai/mcp": "0.9.14"
42
45
  },
43
46
  "peerDependencies": {
44
- "@hiveai/embeddings": "0.9.12"
47
+ "@hiveai/embeddings": "0.9.14"
45
48
  },
46
49
  "peerDependenciesMeta": {
47
50
  "@hiveai/embeddings": {