@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.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +2 -2
- package/LICENSE +661 -661
- package/README.md +314 -283
- package/assets/logos/honeycomb-memory-cluster.svg +17 -17
- package/assets/readme.md +117 -117
- package/assets/styles.css +11 -11
- package/assets/tokens/base.css +76 -76
- package/assets/tokens/colors.css +111 -111
- package/assets/tokens/fonts.css +32 -32
- package/assets/tokens/spacing.css +48 -48
- package/assets/tokens/typography.css +38 -38
- package/bundle/cli.js +522 -190
- package/daemon/index.js +43493 -43073
- package/daemon/restart-helper.js +0 -0
- package/embeddings/embed-daemon.js +1 -1
- package/harnesses/claude-code/.claude-plugin/plugin.json +2 -2
- package/harnesses/claude-code/bundle/capture.js +0 -0
- package/harnesses/claude-code/bundle/index.js +0 -0
- package/harnesses/claude-code/bundle/pre-tool-use.js +0 -0
- package/harnesses/claude-code/bundle/session-end.js +0 -0
- package/harnesses/claude-code/bundle/session-start.js +0 -0
- package/harnesses/claude-code/hooks/hooks.json +86 -86
- package/harnesses/codex/bundle/capture.js +0 -0
- package/harnesses/codex/bundle/index.js +0 -0
- package/harnesses/codex/bundle/pre-tool-use.js +0 -0
- package/harnesses/codex/bundle/session-start.js +0 -0
- package/harnesses/codex/package.json +2 -2
- package/harnesses/cursor/bundle/capture.js +0 -0
- package/harnesses/cursor/bundle/index.js +0 -0
- package/harnesses/cursor/bundle/pre-tool-use.js +0 -0
- package/harnesses/cursor/bundle/session-end.js +0 -0
- package/harnesses/cursor/bundle/session-start.js +0 -0
- package/harnesses/hermes/bundle/index.js +0 -0
- package/harnesses/openclaw/dist/index.js +1 -1
- package/harnesses/openclaw/openclaw.plugin.json +1 -1
- package/harnesses/openclaw/package.json +2 -2
- package/harnesses/pi/bundle/index.js +0 -0
- package/mcp/bundle/server.js +1 -1
- package/package.json +144 -144
- package/scripts/ensure-embed-deps.mjs +67 -67
- package/scripts/ensure-tree-sitter.mjs +89 -89
package/assets/tokens/colors.css
CHANGED
|
@@ -1,111 +1,111 @@
|
|
|
1
|
-
/* ============================================================
|
|
2
|
-
Honeycomb — Color tokens
|
|
3
|
-
Dark-native, warm-tinted. Inherits the Legion Code structure
|
|
4
|
-
(5 surfaces, 4 text levels, 3 borders, semantic severity) but
|
|
5
|
-
shifts the canvas warm and makes HONEY AMBER the one brand hue.
|
|
6
|
-
|
|
7
|
-
Two accents only:
|
|
8
|
-
--honey : the brand. Memory, recall, the live comb. Scarcity
|
|
9
|
-
rule applies — one saturated honey region per view.
|
|
10
|
-
--pollinate : violet. Reserved for the Pollinating consolidation
|
|
11
|
-
loop and night/maintenance states. Never decorative.
|
|
12
|
-
Use these tokens; never raw hex outside this file.
|
|
13
|
-
============================================================ */
|
|
14
|
-
|
|
15
|
-
:root {
|
|
16
|
-
/* ---- Surfaces (dark — primary; warm near-black) --------------- */
|
|
17
|
-
--bg-canvas: #0C0A07;
|
|
18
|
-
--bg-surface: #15120B;
|
|
19
|
-
--bg-elevated: #1E1A11;
|
|
20
|
-
--bg-subtle: #29231799;
|
|
21
|
-
--bg-inset: #070501;
|
|
22
|
-
|
|
23
|
-
/* ---- Text (warm off-white on dark) --------------------------- */
|
|
24
|
-
--text-primary: #F7F3EC;
|
|
25
|
-
--text-secondary: #ADA28F;
|
|
26
|
-
--text-tertiary: #877E6C;
|
|
27
|
-
--text-disabled: #524B3C;
|
|
28
|
-
--text-inverse: #0C0A07;
|
|
29
|
-
|
|
30
|
-
/* ---- Borders & dividers (on dark) ---------------------------- */
|
|
31
|
-
--border-subtle: #221E15;
|
|
32
|
-
--border-default: #322B1E;
|
|
33
|
-
--border-strong: #483F2C;
|
|
34
|
-
|
|
35
|
-
/* ---- Brand: HONEY AMBER (scarcity rule applies) -------------- */
|
|
36
|
-
--honey: #F7A823;
|
|
37
|
-
--honey-hover: #FFBA47;
|
|
38
|
-
--honey-pressed: #D98C0C;
|
|
39
|
-
--honey-subtle: rgba(247, 168, 35, 0.12);
|
|
40
|
-
--honey-border: rgba(247, 168, 35, 0.32);
|
|
41
|
-
--honey-on: #1A1206; /* ink that sits on a honey fill */
|
|
42
|
-
|
|
43
|
-
/* ---- Honey scale (comb cells, heat, data viz) ---------------- */
|
|
44
|
-
--honey-50: #FFE9C2;
|
|
45
|
-
--honey-100: #FFD894;
|
|
46
|
-
--honey-200: #FFC661;
|
|
47
|
-
--honey-300: #F7A823;
|
|
48
|
-
--honey-400: #D98C0C;
|
|
49
|
-
--honey-500: #A86A07;
|
|
50
|
-
--honey-600: #6E4604;
|
|
51
|
-
|
|
52
|
-
/* ---- Pollinate: VIOLET (the Pollinating loop + night states) -------- */
|
|
53
|
-
--pollinate: #8B7CF0;
|
|
54
|
-
--pollinate-hover: #A89CF5;
|
|
55
|
-
--pollinate-pressed: #6E5DDB;
|
|
56
|
-
--pollinate-subtle: rgba(139, 124, 240, 0.14);
|
|
57
|
-
--pollinate-border: rgba(139, 124, 240, 0.34);
|
|
58
|
-
--pollinate-on: #0B0814;
|
|
59
|
-
|
|
60
|
-
/* ---- Severity (semantic; never decorative) ------------------- */
|
|
61
|
-
--severity-critical: #FF5C63;
|
|
62
|
-
--severity-critical-bg: rgba(255, 92, 99, 0.12);
|
|
63
|
-
--severity-warning: #FFC24B;
|
|
64
|
-
--severity-warning-bg: rgba(255, 194, 75, 0.12);
|
|
65
|
-
--severity-info: #5FA8FF;
|
|
66
|
-
--severity-info-bg: rgba(95, 168, 255, 0.12);
|
|
67
|
-
--severity-success: #3DDC97; /* verified-green: proven / receipts */
|
|
68
|
-
--severity-success-bg: rgba(61, 220, 151, 0.12);
|
|
69
|
-
|
|
70
|
-
/* ---- Status accents reused across product -------------------- */
|
|
71
|
-
--verified: #3DDC97; /* a proven, source-backed memory */
|
|
72
|
-
--verified-subtle: rgba(61, 220, 151, 0.12);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/* ---- Light theme — docs, printed/exported reports only --------- */
|
|
76
|
-
:root[data-theme="light"],
|
|
77
|
-
.theme-light {
|
|
78
|
-
--bg-canvas: #FBF7EF;
|
|
79
|
-
--bg-surface: #F5EFE2;
|
|
80
|
-
--bg-elevated: #FFFFFF;
|
|
81
|
-
--bg-subtle: #EFE7D5;
|
|
82
|
-
--bg-inset: #F0E8D8;
|
|
83
|
-
|
|
84
|
-
--text-primary: #1A1206;
|
|
85
|
-
--text-secondary: #5C513C;
|
|
86
|
-
--text-tertiary: #877E6C;
|
|
87
|
-
--text-disabled: #B5AC97;
|
|
88
|
-
--text-inverse: #FBF7EF;
|
|
89
|
-
|
|
90
|
-
--border-subtle: #EAE0CD;
|
|
91
|
-
--border-default: #DACFB6;
|
|
92
|
-
--border-strong: #C2B594;
|
|
93
|
-
|
|
94
|
-
--honey: #B7790A;
|
|
95
|
-
--honey-hover: #9A6606;
|
|
96
|
-
--honey-pressed: #7E5304;
|
|
97
|
-
--honey-subtle: rgba(183, 121, 10, 0.10);
|
|
98
|
-
--honey-border: rgba(183, 121, 10, 0.30);
|
|
99
|
-
--honey-on: #FFFFFF;
|
|
100
|
-
|
|
101
|
-
--pollinate: #6E5DDB;
|
|
102
|
-
--pollinate-hover: #5B49C6;
|
|
103
|
-
--pollinate-subtle: rgba(110, 93, 219, 0.10);
|
|
104
|
-
--pollinate-border: rgba(110, 93, 219, 0.28);
|
|
105
|
-
|
|
106
|
-
--severity-critical: #D93741;
|
|
107
|
-
--severity-warning: #B5790A;
|
|
108
|
-
--severity-info: #2E6FD9;
|
|
109
|
-
--severity-success: #18A968;
|
|
110
|
-
--verified: #18A968;
|
|
111
|
-
}
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Honeycomb — Color tokens
|
|
3
|
+
Dark-native, warm-tinted. Inherits the Legion Code structure
|
|
4
|
+
(5 surfaces, 4 text levels, 3 borders, semantic severity) but
|
|
5
|
+
shifts the canvas warm and makes HONEY AMBER the one brand hue.
|
|
6
|
+
|
|
7
|
+
Two accents only:
|
|
8
|
+
--honey : the brand. Memory, recall, the live comb. Scarcity
|
|
9
|
+
rule applies — one saturated honey region per view.
|
|
10
|
+
--pollinate : violet. Reserved for the Pollinating consolidation
|
|
11
|
+
loop and night/maintenance states. Never decorative.
|
|
12
|
+
Use these tokens; never raw hex outside this file.
|
|
13
|
+
============================================================ */
|
|
14
|
+
|
|
15
|
+
:root {
|
|
16
|
+
/* ---- Surfaces (dark — primary; warm near-black) --------------- */
|
|
17
|
+
--bg-canvas: #0C0A07;
|
|
18
|
+
--bg-surface: #15120B;
|
|
19
|
+
--bg-elevated: #1E1A11;
|
|
20
|
+
--bg-subtle: #29231799;
|
|
21
|
+
--bg-inset: #070501;
|
|
22
|
+
|
|
23
|
+
/* ---- Text (warm off-white on dark) --------------------------- */
|
|
24
|
+
--text-primary: #F7F3EC;
|
|
25
|
+
--text-secondary: #ADA28F;
|
|
26
|
+
--text-tertiary: #877E6C;
|
|
27
|
+
--text-disabled: #524B3C;
|
|
28
|
+
--text-inverse: #0C0A07;
|
|
29
|
+
|
|
30
|
+
/* ---- Borders & dividers (on dark) ---------------------------- */
|
|
31
|
+
--border-subtle: #221E15;
|
|
32
|
+
--border-default: #322B1E;
|
|
33
|
+
--border-strong: #483F2C;
|
|
34
|
+
|
|
35
|
+
/* ---- Brand: HONEY AMBER (scarcity rule applies) -------------- */
|
|
36
|
+
--honey: #F7A823;
|
|
37
|
+
--honey-hover: #FFBA47;
|
|
38
|
+
--honey-pressed: #D98C0C;
|
|
39
|
+
--honey-subtle: rgba(247, 168, 35, 0.12);
|
|
40
|
+
--honey-border: rgba(247, 168, 35, 0.32);
|
|
41
|
+
--honey-on: #1A1206; /* ink that sits on a honey fill */
|
|
42
|
+
|
|
43
|
+
/* ---- Honey scale (comb cells, heat, data viz) ---------------- */
|
|
44
|
+
--honey-50: #FFE9C2;
|
|
45
|
+
--honey-100: #FFD894;
|
|
46
|
+
--honey-200: #FFC661;
|
|
47
|
+
--honey-300: #F7A823;
|
|
48
|
+
--honey-400: #D98C0C;
|
|
49
|
+
--honey-500: #A86A07;
|
|
50
|
+
--honey-600: #6E4604;
|
|
51
|
+
|
|
52
|
+
/* ---- Pollinate: VIOLET (the Pollinating loop + night states) -------- */
|
|
53
|
+
--pollinate: #8B7CF0;
|
|
54
|
+
--pollinate-hover: #A89CF5;
|
|
55
|
+
--pollinate-pressed: #6E5DDB;
|
|
56
|
+
--pollinate-subtle: rgba(139, 124, 240, 0.14);
|
|
57
|
+
--pollinate-border: rgba(139, 124, 240, 0.34);
|
|
58
|
+
--pollinate-on: #0B0814;
|
|
59
|
+
|
|
60
|
+
/* ---- Severity (semantic; never decorative) ------------------- */
|
|
61
|
+
--severity-critical: #FF5C63;
|
|
62
|
+
--severity-critical-bg: rgba(255, 92, 99, 0.12);
|
|
63
|
+
--severity-warning: #FFC24B;
|
|
64
|
+
--severity-warning-bg: rgba(255, 194, 75, 0.12);
|
|
65
|
+
--severity-info: #5FA8FF;
|
|
66
|
+
--severity-info-bg: rgba(95, 168, 255, 0.12);
|
|
67
|
+
--severity-success: #3DDC97; /* verified-green: proven / receipts */
|
|
68
|
+
--severity-success-bg: rgba(61, 220, 151, 0.12);
|
|
69
|
+
|
|
70
|
+
/* ---- Status accents reused across product -------------------- */
|
|
71
|
+
--verified: #3DDC97; /* a proven, source-backed memory */
|
|
72
|
+
--verified-subtle: rgba(61, 220, 151, 0.12);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* ---- Light theme — docs, printed/exported reports only --------- */
|
|
76
|
+
:root[data-theme="light"],
|
|
77
|
+
.theme-light {
|
|
78
|
+
--bg-canvas: #FBF7EF;
|
|
79
|
+
--bg-surface: #F5EFE2;
|
|
80
|
+
--bg-elevated: #FFFFFF;
|
|
81
|
+
--bg-subtle: #EFE7D5;
|
|
82
|
+
--bg-inset: #F0E8D8;
|
|
83
|
+
|
|
84
|
+
--text-primary: #1A1206;
|
|
85
|
+
--text-secondary: #5C513C;
|
|
86
|
+
--text-tertiary: #877E6C;
|
|
87
|
+
--text-disabled: #B5AC97;
|
|
88
|
+
--text-inverse: #FBF7EF;
|
|
89
|
+
|
|
90
|
+
--border-subtle: #EAE0CD;
|
|
91
|
+
--border-default: #DACFB6;
|
|
92
|
+
--border-strong: #C2B594;
|
|
93
|
+
|
|
94
|
+
--honey: #B7790A;
|
|
95
|
+
--honey-hover: #9A6606;
|
|
96
|
+
--honey-pressed: #7E5304;
|
|
97
|
+
--honey-subtle: rgba(183, 121, 10, 0.10);
|
|
98
|
+
--honey-border: rgba(183, 121, 10, 0.30);
|
|
99
|
+
--honey-on: #FFFFFF;
|
|
100
|
+
|
|
101
|
+
--pollinate: #6E5DDB;
|
|
102
|
+
--pollinate-hover: #5B49C6;
|
|
103
|
+
--pollinate-subtle: rgba(110, 93, 219, 0.10);
|
|
104
|
+
--pollinate-border: rgba(110, 93, 219, 0.28);
|
|
105
|
+
|
|
106
|
+
--severity-critical: #D93741;
|
|
107
|
+
--severity-warning: #B5790A;
|
|
108
|
+
--severity-info: #2E6FD9;
|
|
109
|
+
--severity-success: #18A968;
|
|
110
|
+
--verified: #18A968;
|
|
111
|
+
}
|
package/assets/tokens/fonts.css
CHANGED
|
@@ -1,32 +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'); }
|
|
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'); }
|
|
@@ -1,48 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,38 +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
|
-
}
|
|
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
|
+
}
|