eklavya 1.9.3 → 1.9.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.
@@ -34,14 +34,15 @@
34
34
  --vd-300: #79D5C4; /* accent on ink — 10.33:1 */
35
35
  --vd-400: #3FB8A3;
36
36
  --vd-500: #199688;
37
- --vd-600: #0E6E66; /* accent on paper — 5.22:1 */
38
- --vd-700: #0A5751;
37
+ --vd-600: #0E6E66;
38
+ --vd-700: #0A5751; /* accent on paper — 7.20:1 on the ground, 5.10:1 on a tint */
39
39
  --vd-800: #07403C;
40
40
  --vd-900: #052E2B;
41
41
 
42
42
  /* ---------- SEMANTIC (real errors and warnings only) ----------
43
- Kept off the accent hue so state never reads as branding. */
44
- --warning: #E8920C;
43
+ Kept off the accent hue so state never reads as branding. Both are
44
+ redefined per ground below: an orange that carries on ink is 2.3:1 on
45
+ cream, which fails as text and as a chart fill alike. */
45
46
  --error: #E5484D;
46
47
  --info: #4A9EFF;
47
48
 
@@ -142,6 +143,8 @@
142
143
  --glow: rgba(25,150,136,.22); /* the terminal's halo */
143
144
  --glow-low: rgba(25,150,136,.10);
144
145
  --shot-op: .28; /* the arrow scene, as ambient art */
146
+ --warning: #E8920C;
147
+ --code-bg: var(--mass); /* the well behind a code block */
145
148
  --shadow-lg: 0 12px 28px rgba(0,0,0,.45);
146
149
  --ring: 0 0 0 2px var(--bg), 0 0 0 4px var(--spot);
147
150
  }
@@ -153,13 +156,13 @@
153
156
 
154
157
  --ink: #16150f;
155
158
  --dim: #57534a;
156
- --faint: #6E695E; /* 4.67:1 on paper */
159
+ --faint: #635E52; /* 5.04:1 on --panel, the darkest ground it sits on */
157
160
  --faint-2: #a09a8c;
158
161
 
159
162
  --line: #e3dfd4;
160
163
  --line-2: #cec8b9;
161
164
 
162
- --spot: var(--vd-600);
165
+ --spot: var(--vd-700);
163
166
  --spot-ink: #ffffff;
164
167
  --spot-soft: color-mix(in srgb, var(--spot) 10%, transparent);
165
168
 
@@ -169,6 +172,11 @@
169
172
  --glow: rgba(14,110,102,.10);
170
173
  --glow-low: rgba(14,110,102,.05);
171
174
  --shot-op: .5;
175
+ --warning: #7A4B00; /* 5.21:1 on --mass */
176
+ /* A syntax theme's dimmest token (comments) lands at 3.9:1 on --mass. The
177
+ well is lightened rather than the theme repainted, which lifts every
178
+ token at once; the frame's border is what still reads it as a block. */
179
+ --code-bg: #EDEAE2;
172
180
  --shadow-lg: 0 12px 28px rgba(22,21,15,.10);
173
181
  --ring: 0 0 0 2px var(--bg), 0 0 0 4px var(--spot);
174
182
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eklavya",
3
3
  "displayName": "Eklavya",
4
- "version": "1.9.3",
4
+ "version": "1.9.4",
5
5
  "description": "Learn while your agent works. Turns coding-agent generation time into adaptive, Socratic learning grounded in the code being written.",
6
6
  "author": {
7
7
  "name": "Ajay Kumar"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eklavya",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "description": "Learn while your agent works — local knowledge graph, spaced repetition, and quiz gating for agent-assisted development.",
5
5
  "license": "MIT",
6
6
  "repository": {