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.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/agent-skills/SKILL.md +1 -1
  3. package/agent-skills/packs/hive-build/SKILL.md +1 -1
  4. package/agent-skills/packs/hive-build-onboarding/SKILL.md +7 -7
  5. package/agent-skills/packs/hive-cli/SKILL.md +2 -2
  6. package/agent-skills/packs/hive-defi-research/SKILL.md +1 -1
  7. package/agent-skills/packs/hive-dex-pool-analysis/SKILL.md +1 -1
  8. package/agent-skills/packs/hive-market-research/SKILL.md +1 -1
  9. package/agent-skills/packs/hive-mcp/SKILL.md +1 -1
  10. package/agent-skills/packs/hive-network-infrastructure/SKILL.md +1 -1
  11. package/agent-skills/packs/hive-nft-research/SKILL.md +1 -1
  12. package/agent-skills/packs/hive-prediction-markets/SKILL.md +1 -1
  13. package/agent-skills/packs/hive-query/SKILL.md +1 -1
  14. package/agent-skills/packs/hive-security-risk/SKILL.md +1 -1
  15. package/agent-skills/packs/hive-solana-analysis/SKILL.md +1 -1
  16. package/agent-skills/packs/hive-stateful-monitoring/SKILL.md +1 -1
  17. package/agent-skills/packs/hive-token-diligence/SKILL.md +1 -1
  18. package/agent-skills/packs/hive-tool-discovery/SKILL.md +1 -1
  19. package/agent-skills/packs/hive-wallet-investigation/SKILL.md +1 -1
  20. package/build/{api-client-FTVDFW5V.js → api-client-WMWFWXC7.js} +3 -15
  21. package/build/{auth-EZFJ5RYB.js → auth-HRFQWQMZ.js} +1 -9
  22. package/build/browser-auth-KXIO5BHM.js +20 -0
  23. package/build/{chunk-I5Z6FZRL.js → chunk-3OZFBWFK.js} +14 -12
  24. package/build/{chunk-N32UIHBU.js → chunk-7DYHWY4Y.js} +1 -1
  25. package/build/{chunk-7GD2MFYI.js → chunk-AQQAPAER.js} +35 -15
  26. package/build/{upgrade-J4HIGCKE.js → chunk-GHCYCBA3.js} +1 -2
  27. package/build/{chunk-Q7VBYLX7.js → chunk-P7NLFSZQ.js} +0 -58
  28. package/build/{chunk-RUHO24SX.js → chunk-TVQJY47C.js} +2 -157
  29. package/build/{chunk-W2QL7LYI.js → chunk-UFTNBCSA.js} +885 -101
  30. package/build/cli.js +28 -39
  31. package/build/{doctor-ORDOCGLM.js → doctor-GHUAUFS2.js} +3 -3
  32. package/build/{init-all-BVWW3JVK.js → init-all-RG542NWG.js} +32 -13
  33. package/build/{mcpServer-RUEOTTF7.js → mcpServer-D7OXUDU5.js} +1 -1
  34. package/build/monitor-worker.js +2 -2
  35. package/build/release.json +4 -4
  36. package/build/{serve-DKLR2WQH.js → serve-K3IT7DS4.js} +1 -1
  37. package/build/server.js +1429 -415
  38. package/build/stdio.js +1 -1
  39. package/build/{tools-I7GLWTV6.js → tools-D72ZH6P5.js} +1 -1
  40. package/build/upgrade-4S5XT5JG.js +14 -0
  41. package/build/{watch-WVR4CGCD.js → watch-IOSRSCFE.js} +2 -2
  42. package/package.json +5 -3
  43. package/build/browser-auth-OJSUNFBI.js +0 -8
package/build/stdio.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  import {
7
7
  createHiveMcpServer,
8
8
  secureLogger
9
- } from "./chunk-W2QL7LYI.js";
9
+ } from "./chunk-UFTNBCSA.js";
10
10
  import "./chunk-L326MQZP.js";
11
11
  import "./chunk-EPF36Q3Z.js";
12
12
  import {
@@ -1,7 +1,7 @@
1
1
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
2
2
  import {
3
3
  fetchToolCatalog
4
- } from "./chunk-Q7VBYLX7.js";
4
+ } from "./chunk-P7NLFSZQ.js";
5
5
  import "./chunk-ZXKFJQDE.js";
6
6
  import {
7
7
  info,
@@ -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-N32UIHBU.js";
5
- import "./chunk-Q7VBYLX7.js";
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.0",
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:workflows": "github-actionlint .github/workflows/*.yml public-repos/hive-sdk/.github/workflows/*.yml",
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",
@@ -1,8 +0,0 @@
1
- import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
2
- import {
3
- browserLogin
4
- } from "./chunk-7GD2MFYI.js";
5
- import "./chunk-ILVPOLA7.js";
6
- export {
7
- browserLogin
8
- };