@legioncodeinc/honeycomb 0.1.0 → 0.1.4

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 (41) hide show
  1. package/.claude-plugin/marketplace.json +18 -18
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/LICENSE +661 -661
  4. package/README.md +268 -268
  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 +3 -3
  14. package/daemon/index.js +33 -5
  15. package/embeddings/embed-daemon.js +1 -1
  16. package/harnesses/claude-code/.claude-plugin/plugin.json +1 -1
  17. package/harnesses/claude-code/bundle/capture.js +0 -0
  18. package/harnesses/claude-code/bundle/index.js +0 -0
  19. package/harnesses/claude-code/bundle/pre-tool-use.js +0 -0
  20. package/harnesses/claude-code/bundle/session-end.js +0 -0
  21. package/harnesses/claude-code/bundle/session-start.js +0 -0
  22. package/harnesses/claude-code/hooks/hooks.json +86 -86
  23. package/harnesses/codex/bundle/capture.js +0 -0
  24. package/harnesses/codex/bundle/index.js +0 -0
  25. package/harnesses/codex/bundle/pre-tool-use.js +0 -0
  26. package/harnesses/codex/bundle/session-start.js +0 -0
  27. package/harnesses/codex/package.json +1 -1
  28. package/harnesses/cursor/bundle/capture.js +0 -0
  29. package/harnesses/cursor/bundle/index.js +0 -0
  30. package/harnesses/cursor/bundle/pre-tool-use.js +0 -0
  31. package/harnesses/cursor/bundle/session-end.js +0 -0
  32. package/harnesses/cursor/bundle/session-start.js +0 -0
  33. package/harnesses/hermes/bundle/index.js +0 -0
  34. package/harnesses/openclaw/dist/index.js +1 -1
  35. package/harnesses/openclaw/openclaw.plugin.json +1 -1
  36. package/harnesses/openclaw/package.json +1 -1
  37. package/harnesses/pi/bundle/index.js +0 -0
  38. package/mcp/bundle/server.js +1 -1
  39. package/package.json +141 -137
  40. package/scripts/ensure-embed-deps.mjs +67 -67
  41. package/scripts/ensure-tree-sitter.mjs +89 -89
@@ -1,18 +1,18 @@
1
- {
2
- "name": "honeycomb",
3
- "owner": {
4
- "name": "Honeycomb"
5
- },
6
- "metadata": {
7
- "description": "Honeycomb — persistent memory daemon and thin harness clients for AI coding assistants",
8
- "version": "0.1.0"
9
- },
10
- "plugins": [
11
- {
12
- "name": "honeycomb",
13
- "description": "Honeycomb Claude Code plugin — captures session activity and provides cross-session memory through the local daemon",
14
- "version": "0.1.0",
15
- "source": "./harnesses/claude-code"
16
- }
17
- ]
18
- }
1
+ {
2
+ "name": "honeycomb",
3
+ "owner": {
4
+ "name": "Honeycomb"
5
+ },
6
+ "metadata": {
7
+ "description": "Honeycomb — persistent memory daemon and thin harness clients for AI coding assistants",
8
+ "version": "0.1.4"
9
+ },
10
+ "plugins": [
11
+ {
12
+ "name": "honeycomb",
13
+ "description": "Honeycomb Claude Code plugin — captures session activity and provides cross-session memory through the local daemon",
14
+ "version": "0.1.4",
15
+ "source": "./harnesses/claude-code"
16
+ }
17
+ ]
18
+ }
@@ -1,7 +1,7 @@
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.0",
4
+ "version": "0.1.4",
5
5
  "author": {
6
6
  "name": "Honeycomb"
7
7
  },