jeo-code 0.6.27 → 0.6.29

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.
@@ -412,26 +412,24 @@ export async function animateFrames(stage: AsciiStage, opts: AnimateFramesOption
412
412
  }
413
413
  return total;
414
414
  }
415
- /** The compact jeo forge mark: a horizontal lobster/crayfish (가재) emblem composed
416
- * of SIMPLE, DISCONNECTED shapes (no connecting strokes) that together read as the
417
- * mascot lying on its side, left→right: the raised pincer CLAWS (집게) as the splayed
418
- * corner wedges (◤◣ left, ◥◢ right), the body carrying the JEO wordmark (J E O), and
419
- * a DNA double-helix woven above and below as a row of crossing nodes (╳ = base-pair
420
- * crossings). gjc-forge aesthetic: clean negative space, geometric symmetry, the
421
- * blue→violet→pink flow gradient applied by renderForgeMark doing the neon glow. The
422
- * lobster identity is carried by the disconnected silhouette; the JEO typography is
423
- * the deliberate lettermark at the core. Width-1 glyphs only (box drawing + geometrics)
415
+ /** The compact jeo forge mark: a symmetrical crayfish (가재) brand emblem composed
416
+ * of SIMPLE, DISCONNECTED shapes (no connecting strokes) that highlight the signature
417
+ * pincer CLAWS (집게) flanking the sides (◤◣ and ❮ on the left, ◥◢ and on the right),
418
+ * the body carrying the JEO wordmark (J E O), and a DNA double-helix woven above and
419
+ * below as a row of crossing nodes (╳ = base-pair crossings). gjc-forge aesthetic:
420
+ * clean negative space, geometric symmetry, the blue→violet→pink flow gradient applied
421
+ * by renderForgeMark doing the neon glow. Width-1 glyphs only (box drawing + geometrics)
424
422
  * so padding/centering math stays exact. Frame 0 is the static symbol. */
425
423
  export const FORGE_MARK_ART: string[] = [
426
- "◤ ╳ ╳ ╳ ╳ ◥",
427
- "❮ J E O",
428
- "◣ ╳ ╳ ╳ ╳ ◢"
424
+ "◤ ╳ ╳ ╳ ╳ ◥",
425
+ "❮ J E O",
426
+ "◣ ╳ ╳ ╳ ╳ ◢"
429
427
  ];
430
428
 
431
429
  export const FORGE_MARK_ART_ASCII: string[] = [
432
- "/ x x x x \\",
433
- "< J E O |",
434
- "\\ x x x x /"
430
+ "/ x x x x \\",
431
+ "< J E O >",
432
+ "\\ x x x x /"
435
433
  ];
436
434
 
437
435
  /** Claw-snap blink frames for the compact lobster forge mark: the helix nodes, the
@@ -442,18 +440,18 @@ export const FORGE_MARK_ART_ASCII: string[] = [
442
440
  export const FORGE_MARK_FRAMES: string[][] = [
443
441
  FORGE_MARK_ART,
444
442
  [
445
- "◢ ╳ ╳ ╳ ╳ ◣",
446
- "❮ J E O",
447
- "◥ ╳ ╳ ╳ ╳ ◤"
443
+ "◢ ╳ ╳ ╳ ╳ ◣",
444
+ "❮ J E O",
445
+ "◥ ╳ ╳ ╳ ╳ ◤"
448
446
  ]
449
447
  ];
450
448
 
451
449
  export const FORGE_MARK_FRAMES_ASCII: string[][] = [
452
450
  FORGE_MARK_ART_ASCII,
453
451
  [
454
- "\\ x x x x /",
455
- "< J E O |",
456
- "/ x x x x \\"
452
+ "\\ x x x x /",
453
+ "< J E O >",
454
+ "/ x x x x \\"
457
455
  ]
458
456
  ];
459
457
 
@@ -463,27 +461,25 @@ export function forgeMarkFrameCount(): number {
463
461
  }
464
462
 
465
463
  /** Grand hero variant for the welcome forge box (gjc-style spacious banner): the same
466
- * horizontal lobster emblem rendered large — the splayed pincer claws as corner wedges
467
- * (◤◣ left, ◥◢ right), the JEO wordmark spaced across the body (J E O), and the DNA
468
- * double-helix woven above and below as a wider row of crossing nodes (╳). gjc-forge
469
- * aesthetic: generous negative space + geometric symmetry, with renderForgeMark's
470
- * blue→violet→pink flow gradient supplying the neon glow. The JEO typography is the
471
- * deliberate lettermark; the lobster reads from the disconnected silhouette. Width 29
472
- * (matches the welcome compact↔grand threshold) and width-1 glyphs only so
464
+ * symmetrical crayfish emblem rendered large — the splayed pincer claws as corner wedges
465
+ * (◤◣ left, ◥◢ right) and heavy brackets (❮ left, right), the JEO wordmark spaced
466
+ * across the body (J E O), and the DNA double-helix woven above and below as a wider
467
+ * row of crossing nodes (╳). gjc-forge aesthetic: generous negative space + geometric
468
+ * symmetry, with renderForgeMark's blue→violet→pink flow gradient supplying the neon glow.
469
+ * Width 29 (matches the welcome compact↔grand threshold) and width-1 glyphs only so
473
470
  * padding/centering math stays exact. */
474
471
  export const FORGE_MARK_ART_GRAND: string[] = [
475
472
  "◤ ╳ ╳ ╳ ╳ ╳ ╳ ◥",
476
- "❮ J E O ",
473
+ "❮ J E O ",
477
474
  "◣ ╳ ╳ ╳ ╳ ╳ ╳ ◢"
478
475
  ];
479
476
 
480
477
  export const FORGE_MARK_ART_GRAND_ASCII: string[] = [
481
478
  "/ x x x x x x \\",
482
- "< J E O |",
479
+ "< J E O >",
483
480
  "\\ x x x x x x /"
484
481
  ];
485
482
 
486
-
487
483
  // Bounded memo of fully-rendered forge-mark frames keyed by every input that affects
488
484
  // output (grand/unicode/cols/color/colorLevel/phase/frame). The live HUD cycles a
489
485
  // FIXED frame set (blink × gradient phases) at ~120ms; without this each recurrence