@legioncodeinc/honeycomb 0.1.13 → 0.1.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.
Files changed (42) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/LICENSE +661 -661
  4. package/README.md +314 -283
  5. package/assets/logos/honeycomb-memory-cluster.svg +17 -17
  6. package/assets/readme.md +117 -117
  7. package/assets/styles.css +11 -11
  8. package/assets/tokens/base.css +76 -76
  9. package/assets/tokens/colors.css +111 -111
  10. package/assets/tokens/fonts.css +32 -32
  11. package/assets/tokens/spacing.css +48 -48
  12. package/assets/tokens/typography.css +38 -38
  13. package/bundle/cli.js +522 -190
  14. package/daemon/index.js +43493 -43073
  15. package/daemon/restart-helper.js +0 -0
  16. package/embeddings/embed-daemon.js +1 -1
  17. package/harnesses/claude-code/.claude-plugin/plugin.json +2 -2
  18. package/harnesses/claude-code/bundle/capture.js +0 -0
  19. package/harnesses/claude-code/bundle/index.js +0 -0
  20. package/harnesses/claude-code/bundle/pre-tool-use.js +0 -0
  21. package/harnesses/claude-code/bundle/session-end.js +0 -0
  22. package/harnesses/claude-code/bundle/session-start.js +0 -0
  23. package/harnesses/claude-code/hooks/hooks.json +86 -86
  24. package/harnesses/codex/bundle/capture.js +0 -0
  25. package/harnesses/codex/bundle/index.js +0 -0
  26. package/harnesses/codex/bundle/pre-tool-use.js +0 -0
  27. package/harnesses/codex/bundle/session-start.js +0 -0
  28. package/harnesses/codex/package.json +2 -2
  29. package/harnesses/cursor/bundle/capture.js +0 -0
  30. package/harnesses/cursor/bundle/index.js +0 -0
  31. package/harnesses/cursor/bundle/pre-tool-use.js +0 -0
  32. package/harnesses/cursor/bundle/session-end.js +0 -0
  33. package/harnesses/cursor/bundle/session-start.js +0 -0
  34. package/harnesses/hermes/bundle/index.js +0 -0
  35. package/harnesses/openclaw/dist/index.js +1 -1
  36. package/harnesses/openclaw/openclaw.plugin.json +1 -1
  37. package/harnesses/openclaw/package.json +2 -2
  38. package/harnesses/pi/bundle/index.js +0 -0
  39. package/mcp/bundle/server.js +1 -1
  40. package/package.json +144 -144
  41. package/scripts/ensure-embed-deps.mjs +67 -67
  42. package/scripts/ensure-tree-sitter.mjs +89 -89
@@ -5,13 +5,13 @@
5
5
  },
6
6
  "metadata": {
7
7
  "description": "Honeycomb — persistent memory daemon and thin harness clients for AI coding assistants",
8
- "version": "0.1.13"
8
+ "version": "0.1.14"
9
9
  },
10
10
  "plugins": [
11
11
  {
12
12
  "name": "honeycomb",
13
13
  "description": "Honeycomb Claude Code plugin — captures session activity and provides cross-session memory through the local daemon",
14
- "version": "0.1.13",
14
+ "version": "0.1.14",
15
15
  "source": "./harnesses/claude-code"
16
16
  }
17
17
  ]
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "honeycomb",
3
3
  "description": "Honeycomb — a long-lived daemon plus thin clients for six coding harnesses, the unified honeycomb CLI, the MCP server, and the embed daemon",
4
- "version": "0.1.13",
4
+ "version": "0.1.14",
5
5
  "author": {
6
6
  "name": "Honeycomb"
7
7
  },
8
- "license": "MIT",
8
+ "license": "AGPL-3.0-or-later",
9
9
  "keywords": [
10
10
  "memory",
11
11
  "daemon",