hive-intelligence 1.3.0 → 1.4.0
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 +1 -1
- package/agent-skills/SKILL.md +1 -1
- package/agent-skills/packs/hive-build/SKILL.md +1 -1
- package/agent-skills/packs/hive-build-onboarding/SKILL.md +7 -7
- package/agent-skills/packs/hive-cli/SKILL.md +2 -2
- package/agent-skills/packs/hive-defi-research/SKILL.md +1 -1
- package/agent-skills/packs/hive-dex-pool-analysis/SKILL.md +1 -1
- package/agent-skills/packs/hive-market-research/SKILL.md +1 -1
- package/agent-skills/packs/hive-mcp/SKILL.md +1 -1
- package/agent-skills/packs/hive-network-infrastructure/SKILL.md +1 -1
- package/agent-skills/packs/hive-nft-research/SKILL.md +1 -1
- package/agent-skills/packs/hive-prediction-markets/SKILL.md +1 -1
- package/agent-skills/packs/hive-query/SKILL.md +1 -1
- package/agent-skills/packs/hive-security-risk/SKILL.md +1 -1
- package/agent-skills/packs/hive-solana-analysis/SKILL.md +1 -1
- package/agent-skills/packs/hive-stateful-monitoring/SKILL.md +1 -1
- package/agent-skills/packs/hive-token-diligence/SKILL.md +1 -1
- package/agent-skills/packs/hive-tool-discovery/SKILL.md +1 -1
- package/agent-skills/packs/hive-wallet-investigation/SKILL.md +1 -1
- package/build/{api-client-FTVDFW5V.js → api-client-WMWFWXC7.js} +3 -15
- package/build/{auth-EZFJ5RYB.js → auth-HRFQWQMZ.js} +1 -9
- package/build/browser-auth-KXIO5BHM.js +20 -0
- package/build/{chunk-I5Z6FZRL.js → chunk-3OZFBWFK.js} +14 -12
- package/build/{chunk-N32UIHBU.js → chunk-7DYHWY4Y.js} +1 -1
- package/build/{chunk-7GD2MFYI.js → chunk-AQQAPAER.js} +35 -15
- package/build/{upgrade-J4HIGCKE.js → chunk-GHCYCBA3.js} +1 -2
- package/build/{chunk-Q7VBYLX7.js → chunk-P7NLFSZQ.js} +0 -58
- package/build/{chunk-RUHO24SX.js → chunk-TVQJY47C.js} +2 -157
- package/build/{chunk-W2QL7LYI.js → chunk-UFTNBCSA.js} +885 -101
- package/build/cli.js +28 -39
- package/build/{doctor-ORDOCGLM.js → doctor-GHUAUFS2.js} +3 -3
- package/build/{init-all-BVWW3JVK.js → init-all-RG542NWG.js} +32 -13
- package/build/{mcpServer-RUEOTTF7.js → mcpServer-D7OXUDU5.js} +1 -1
- package/build/monitor-worker.js +2 -2
- package/build/release.json +4 -4
- package/build/{serve-DKLR2WQH.js → serve-K3IT7DS4.js} +1 -1
- package/build/server.js +1429 -415
- package/build/stdio.js +1 -1
- package/build/{tools-I7GLWTV6.js → tools-D72ZH6P5.js} +1 -1
- package/build/upgrade-4S5XT5JG.js +14 -0
- package/build/{watch-WVR4CGCD.js → watch-IOSRSCFE.js} +2 -2
- package/package.json +5 -3
- package/build/browser-auth-OJSUNFBI.js +0 -8
package/build/stdio.js
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
|
+
import {
|
|
3
|
+
detectInstallMode,
|
|
4
|
+
runUpgrade
|
|
5
|
+
} from "./chunk-GHCYCBA3.js";
|
|
6
|
+
import "./chunk-M6REON2I.js";
|
|
7
|
+
import "./chunk-ZXKFJQDE.js";
|
|
8
|
+
import "./chunk-725R3KLJ.js";
|
|
9
|
+
import "./chunk-6PC3HUAK.js";
|
|
10
|
+
import "./chunk-ILVPOLA7.js";
|
|
11
|
+
export {
|
|
12
|
+
detectInstallMode,
|
|
13
|
+
runUpgrade
|
|
14
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
executeTool
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-7DYHWY4Y.js";
|
|
5
|
+
import "./chunk-P7NLFSZQ.js";
|
|
6
6
|
import "./chunk-RU6QOFHH.js";
|
|
7
7
|
import "./chunk-EPF36Q3Z.js";
|
|
8
8
|
import "./chunk-ZXKFJQDE.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hive-intelligence",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Evidence-backed crypto due diligence for AI agents, with sources, freshness, and a runtime receipt on every call.",
|
|
5
5
|
"mcpName": "xyz.hiveintelligence/mcp",
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsup && chmod 755 build/server.js build/stdio.js build/cli.js build/monitor-worker.js",
|
|
14
14
|
"build:client": "npm --workspace hive-mcp-client run build",
|
|
15
|
-
"check": "npm run verify:workflows && npm run release:verify && npm run verify:public-plugins && npm run build && npm run verify:bundles && npm run typecheck && npm run check:client && npm run env:render:check && npm run verify:endpoints && npx tsx scripts/verify-tools.ts && npm run verify:toolsets && npm run verify:agent-skills && npm run verify:docs && npm run measure-tokens -- --threshold=10000 && npm run test:unit && npm run test:mcp-compliance && npm run test:audit",
|
|
15
|
+
"check": "npm run verify:workflows && npm run release:verify && npm run verify:public-plugins && npm run build && npm run verify:bundles && npm run typecheck && npm run check:client && npm run env:render:check && npm run verify:endpoints && npx tsx scripts/verify-tools.ts && npm run verify:toolsets && npm run verify:agent-skills && npm run verify:docs && npm run verify:plan-parity && npm run measure-tokens -- --threshold=10000 && npm run test:unit && npm run test:mcp-compliance && npm run test:audit",
|
|
16
16
|
"check:client": "npm --workspace hive-mcp-client run typecheck && npm --workspace hive-mcp-client run build && npm --workspace hive-mcp-client run test",
|
|
17
17
|
"typecheck": "tsc --noEmit",
|
|
18
18
|
"prepare": "npm run build",
|
|
@@ -65,7 +65,9 @@
|
|
|
65
65
|
"verify:marketplace-review": "tsx scripts/verify-marketplace-review.ts",
|
|
66
66
|
"verify:public-plugins": "npm run verify:codex-plugin && npm run verify:cursor-plugin && npm run verify:marketplace-review",
|
|
67
67
|
"verify:docs": "tsx scripts/verify-doc-claims.ts",
|
|
68
|
-
"verify:
|
|
68
|
+
"verify:plan-parity": "tsx scripts/verify-plan-parity.ts",
|
|
69
|
+
"analytics:rollup": "tsx scripts/rollup-tool-call-events.ts",
|
|
70
|
+
"verify:workflows": "github-actionlint ../.github/workflows/*.yml .github/workflows/*.yml public-repos/hive-sdk/.github/workflows/*.yml",
|
|
69
71
|
"verify:bundles": "node --check build/server.js && node --check build/stdio.js && node --check build/cli.js && node --check build/monitor-worker.js",
|
|
70
72
|
"verify:endpoints": "tsx scripts/validate-endpoints.ts",
|
|
71
73
|
"export:toolsets": "tsx scripts/export-task-toolsets.ts",
|