@legioncodeinc/honeycomb 0.1.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/.claude-plugin/marketplace.json +18 -0
- package/.claude-plugin/plugin.json +15 -0
- package/LICENSE +661 -0
- package/README.md +268 -0
- package/assets/logos/fonts/Inter-Italic-VariableFont_opsz_wght.ttf +0 -0
- package/assets/logos/fonts/Inter-VariableFont_opsz_wght.ttf +0 -0
- package/assets/logos/fonts/JetBrainsMono-Bold.woff2 +0 -0
- package/assets/logos/fonts/JetBrainsMono-Medium.woff2 +0 -0
- package/assets/logos/fonts/JetBrainsMono-Regular.woff2 +0 -0
- package/assets/logos/fonts/JetBrainsMono-SemiBold.woff2 +0 -0
- package/assets/logos/honeycomb-memory-cluster.svg +17 -0
- package/assets/readme.md +117 -0
- package/assets/styles.css +11 -0
- package/assets/tokens/base.css +76 -0
- package/assets/tokens/colors.css +111 -0
- package/assets/tokens/fonts.css +32 -0
- package/assets/tokens/spacing.css +48 -0
- package/assets/tokens/typography.css +38 -0
- package/bundle/cli.js +20049 -0
- package/daemon/dashboard-app.js +118 -0
- package/daemon/index.js +49533 -0
- package/daemon/package.json +1 -0
- package/embeddings/embed-daemon.js +218 -0
- package/harnesses/claude-code/.claude-plugin/plugin.json +14 -0
- package/harnesses/claude-code/bundle/capture.js +16459 -0
- package/harnesses/claude-code/bundle/index.js +16459 -0
- package/harnesses/claude-code/bundle/package.json +1 -0
- package/harnesses/claude-code/bundle/pre-tool-use.js +16459 -0
- package/harnesses/claude-code/bundle/session-end.js +16459 -0
- package/harnesses/claude-code/bundle/session-start.js +16459 -0
- package/harnesses/claude-code/hooks/hooks.json +86 -0
- package/harnesses/codex/bundle/capture.js +16451 -0
- package/harnesses/codex/bundle/index.js +16451 -0
- package/harnesses/codex/bundle/package.json +1 -0
- package/harnesses/codex/bundle/pre-tool-use.js +16451 -0
- package/harnesses/codex/bundle/session-start.js +16451 -0
- package/harnesses/codex/package.json +7 -0
- package/harnesses/cursor/bundle/capture.js +16459 -0
- package/harnesses/cursor/bundle/index.js +16459 -0
- package/harnesses/cursor/bundle/package.json +1 -0
- package/harnesses/cursor/bundle/pre-tool-use.js +16459 -0
- package/harnesses/cursor/bundle/session-end.js +16459 -0
- package/harnesses/cursor/bundle/session-start.js +16459 -0
- package/harnesses/hermes/bundle/index.js +30 -0
- package/harnesses/hermes/bundle/package.json +1 -0
- package/harnesses/openclaw/dist/index.js +55 -0
- package/harnesses/openclaw/dist/package.json +1 -0
- package/harnesses/openclaw/openclaw.plugin.json +47 -0
- package/harnesses/openclaw/package.json +22 -0
- package/harnesses/pi/bundle/index.js +30 -0
- package/harnesses/pi/bundle/package.json +1 -0
- package/mcp/bundle/package.json +1 -0
- package/mcp/bundle/server.js +24014 -0
- package/package.json +137 -0
- package/scripts/ensure-embed-deps.mjs +67 -0
- package/scripts/ensure-tree-sitter.mjs +89 -0
- package/sdk/index.js +312 -0
- package/sdk/openai.js +63 -0
- package/sdk/package.json +1 -0
- package/sdk/react.js +40 -0
- package/sdk/vercel.js +43 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Honeycomb — Webfonts
|
|
3
|
+
Inter (UI + prose) and JetBrains Mono (the texture of trust:
|
|
4
|
+
memory keys, recall queries, hashes, file paths, timestamps).
|
|
5
|
+
Both inherited from the parent Legion Code brand.
|
|
6
|
+
============================================================ */
|
|
7
|
+
|
|
8
|
+
/* ---- Inter — variable (opsz + wght axes) ---------------------- */
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: 'Inter';
|
|
11
|
+
font-style: normal;
|
|
12
|
+
font-weight: 100 900;
|
|
13
|
+
font-display: swap;
|
|
14
|
+
src: url('../logos/fonts/Inter-VariableFont_opsz_wght.ttf') format('truetype-variations'),
|
|
15
|
+
url('../logos/fonts/Inter-VariableFont_opsz_wght.ttf') format('truetype');
|
|
16
|
+
font-variation-settings: 'opsz' 16;
|
|
17
|
+
}
|
|
18
|
+
@font-face {
|
|
19
|
+
font-family: 'Inter';
|
|
20
|
+
font-style: italic;
|
|
21
|
+
font-weight: 100 900;
|
|
22
|
+
font-display: swap;
|
|
23
|
+
src: url('../logos/fonts/Inter-Italic-VariableFont_opsz_wght.ttf') format('truetype-variations'),
|
|
24
|
+
url('../logos/fonts/Inter-Italic-VariableFont_opsz_wght.ttf') format('truetype');
|
|
25
|
+
font-variation-settings: 'opsz' 16;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* ---- JetBrains Mono — local static cuts ----------------------- */
|
|
29
|
+
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('../logos/fonts/JetBrainsMono-Regular.woff2') format('woff2'); }
|
|
30
|
+
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('../logos/fonts/JetBrainsMono-Medium.woff2') format('woff2'); }
|
|
31
|
+
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 600; font-display: swap; src: url('../logos/fonts/JetBrainsMono-SemiBold.woff2') format('woff2'); }
|
|
32
|
+
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 700; font-display: swap; src: url('../logos/fonts/JetBrainsMono-Bold.woff2') format('woff2'); }
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Honeycomb — Spacing, radii, elevation, motion
|
|
3
|
+
4px base unit; every value a multiple of 4. Five-step radius
|
|
4
|
+
ladder. Subtle elevation only (no decorative shadows). Brief,
|
|
5
|
+
disciplined motion. Inherited from Legion Code.
|
|
6
|
+
============================================================ */
|
|
7
|
+
|
|
8
|
+
:root {
|
|
9
|
+
/* ---- Spacing (4px base) --------------------------------------- */
|
|
10
|
+
--space-1: 4px;
|
|
11
|
+
--space-2: 8px;
|
|
12
|
+
--space-3: 12px;
|
|
13
|
+
--space-4: 16px;
|
|
14
|
+
--space-5: 20px;
|
|
15
|
+
--space-6: 24px;
|
|
16
|
+
--space-8: 32px;
|
|
17
|
+
--space-10: 40px;
|
|
18
|
+
--space-12: 48px;
|
|
19
|
+
--space-16: 64px;
|
|
20
|
+
--space-20: 80px;
|
|
21
|
+
--space-24: 96px;
|
|
22
|
+
|
|
23
|
+
/* ---- Radii ---------------------------------------------------- */
|
|
24
|
+
--radius-sm: 4px; /* chips, tags */
|
|
25
|
+
--radius-md: 8px; /* buttons, inputs */
|
|
26
|
+
--radius-lg: 12px; /* cards */
|
|
27
|
+
--radius-xl: 16px; /* hero / panels */
|
|
28
|
+
--radius-2xl: 20px;
|
|
29
|
+
--radius-full: 9999px; /* avatars, dots */
|
|
30
|
+
|
|
31
|
+
/* ---- Elevation (subtle; cards carry border, not shadow) ------- */
|
|
32
|
+
--shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.45);
|
|
33
|
+
--shadow-md: 0 4px 12px -2px rgba(0,0,0,0.55);
|
|
34
|
+
--shadow-lg: 0 12px 32px -6px rgba(0,0,0,0.65);
|
|
35
|
+
/* honey glow — the ONE expressive shadow, for the active comb /
|
|
36
|
+
a focused recall hit. Use sparingly. */
|
|
37
|
+
--glow-honey: 0 0 0 1px var(--honey-border), 0 8px 28px -10px rgba(247,168,35,0.5);
|
|
38
|
+
--glow-pollinate: 0 0 0 1px var(--pollinate-border), 0 8px 28px -10px rgba(139,124,240,0.5);
|
|
39
|
+
--ring-focus: 0 0 0 2px var(--bg-canvas), 0 0 0 4px var(--honey);
|
|
40
|
+
|
|
41
|
+
/* ---- Motion --------------------------------------------------- */
|
|
42
|
+
--ease-out: cubic-bezier(0.2, 0.8, 0.2, 1); /* @kind other */
|
|
43
|
+
--ease-in-out: cubic-bezier(0.65, 0, 0.35, 1); /* @kind other */
|
|
44
|
+
--dur-fast: 120ms; /* @kind other */
|
|
45
|
+
--dur-base: 200ms; /* @kind other */
|
|
46
|
+
--dur-slow: 400ms; /* @kind other */
|
|
47
|
+
--dur-pollinate: 900ms; /* @kind other */
|
|
48
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Honeycomb — Typography tokens
|
|
3
|
+
Inter for UI + prose. JetBrains Mono is the TEXTURE OF TRUST:
|
|
4
|
+
every memory key, recall query, session id, hash, file path,
|
|
5
|
+
token count, and timestamp is set in mono. Modular 1.25 scale,
|
|
6
|
+
16px base. Inherited from Legion Code.
|
|
7
|
+
============================================================ */
|
|
8
|
+
|
|
9
|
+
:root {
|
|
10
|
+
/* ---- Families ------------------------------------------------- */
|
|
11
|
+
--font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
|
|
12
|
+
--font-mono: 'JetBrains Mono', 'SF Mono', Menlo, Consolas, monospace;
|
|
13
|
+
|
|
14
|
+
/* ---- Type scale (size / line-height) -------------------------- */
|
|
15
|
+
--text-xs: 12px; --lh-xs: 16px;
|
|
16
|
+
--text-sm: 14px; --lh-sm: 20px;
|
|
17
|
+
--text-base: 16px; --lh-base: 24px;
|
|
18
|
+
--text-lg: 18px; --lh-lg: 28px;
|
|
19
|
+
--text-xl: 20px; --lh-xl: 28px;
|
|
20
|
+
--text-2xl: 24px; --lh-2xl: 32px;
|
|
21
|
+
--text-3xl: 30px; --lh-3xl: 38px;
|
|
22
|
+
--text-4xl: 36px; --lh-4xl: 44px;
|
|
23
|
+
--text-5xl: 48px; --lh-5xl: 56px;
|
|
24
|
+
--text-6xl: 60px; --lh-6xl: 68px;
|
|
25
|
+
--text-7xl: 76px; --lh-7xl: 82px;
|
|
26
|
+
|
|
27
|
+
/* ---- Weights -------------------------------------------------- */
|
|
28
|
+
--weight-regular: 400;
|
|
29
|
+
--weight-medium: 500;
|
|
30
|
+
--weight-semibold: 600;
|
|
31
|
+
--weight-bold: 700;
|
|
32
|
+
|
|
33
|
+
/* ---- Tracking ------------------------------------------------- */
|
|
34
|
+
--tracking-tight: -0.03em; /* display + headings */
|
|
35
|
+
--tracking-snug: -0.01em;
|
|
36
|
+
--tracking-normal: 0;
|
|
37
|
+
--tracking-wide: 0.08em; /* mono eyebrows / labels */
|
|
38
|
+
}
|