File size: 18,038 Bytes
ed6bec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
[
  {
    "id": "concept.core.identity",
    "glyph": "🧿",
    "category": "concept",
    "primary": "identity",
    "synomic": [
      "self",
      "being",
      "individual essence",
      "who something is"
    ],
    "roles": ["concept", "core"],
    "animation": "identity_glow",
    "examples": [
      { "glyphs": "🧿A", "text": "The identity or essence of A." }
    ]
  },
  {
    "id": "concept.core.change",
    "glyph": "πŸŒ€",
    "category": "concept",
    "primary": "change",
    "synomic": [
      "transformation",
      "shift",
      "alteration",
      "becoming different"
    ],
    "roles": ["concept", "core"],
    "animation": "change_wave",
    "examples": [
      { "glyphs": "AπŸŒ€", "text": "A is undergoing change." }
    ]
  },
  {
    "id": "concept.core.relationship",
    "glyph": "πŸ”—",
    "category": "concept",
    "primary": "relationship",
    "synomic": [
      "connection",
      "link",
      "association",
      "relational structure"
    ],
    "roles": ["concept", "core"],
    "animation": "link_pulse",
    "examples": [
      { "glyphs": "AπŸ”—B", "text": "A has a relationship with B." }
    ]
  },
  {
    "id": "concept.core.cause_effect",
    "glyph": "➑️⚑",
    "category": "concept",
    "primary": "cause and effect",
    "synomic": [
      "causality",
      "trigger and outcome",
      "reason and result",
      "chain reaction"
    ],
    "roles": ["concept", "core"],
    "animation": "cause_flash",
    "examples": [
      { "glyphs": "A➑️⚑B", "text": "A causes B." }
    ]
  },
  {
    "id": "concept.core.value",
    "glyph": "πŸ’Ž",
    "category": "concept",
    "primary": "value",
    "synomic": [
      "importance",
      "worth",
      "priority",
      "significance"
    ],
    "roles": ["concept", "core"],
    "animation": "value_glint",
    "examples": [
      { "glyphs": "AπŸ’Ž", "text": "A has value or importance." }
    ]
  },
  {
    "id": "concept.core.truth",
    "glyph": "πŸ”βœ¨",
    "category": "concept",
    "primary": "truth",
    "synomic": [
      "accuracy",
      "reality",
      "what is",
      "factual alignment"
    ],
    "roles": ["concept", "core"],
    "animation": "truth_shine",
    "examples": [
      { "glyphs": "AπŸ”βœ¨", "text": "A represents truth or correctness." }
    ]
  },
  {
    "id": "concept.core.perception",
    "glyph": "πŸ‘οΈβœ¨",
    "category": "concept",
    "primary": "perception",
    "synomic": [
      "awareness",
      "interpretation",
      "sensing",
      "subjective experience"
    ],
    "roles": ["concept", "core"],
    "animation": "perception_focus",
    "examples": [
      { "glyphs": "AπŸ‘οΈβœ¨", "text": "A is perceived or interpreted." }
    ]
  },
  {
    "id": "concept.core.balance",
    "glyph": "☯️",
    "category": "concept",
    "primary": "balance",
    "synomic": [
      "equilibrium",
      "harmony",
      "dual stability",
      "dynamic symmetry"
    ],
    "roles": ["concept", "core"],
    "animation": "balance_pulse",
    "examples": [
      { "glyphs": "A☯️", "text": "A is in a state of balance." }
    ]
  },
  {
    "id": "concept.abstract.order",
    "glyph": "πŸ“βœ¨",
    "category": "concept",
    "primary": "order",
    "synomic": [
      "structure",
      "organization",
      "pattern",
      "systematic arrangement"
    ],
    "roles": ["concept", "abstract"],
    "animation": "order_snap",
    "examples": [
      { "glyphs": "AπŸ“βœ¨", "text": "A is structured or orderly." }
    ]
  },
  {
    "id": "concept.abstract.chaos",
    "glyph": "πŸŒͺ️",
    "category": "concept",
    "primary": "chaos",
    "synomic": [
      "disorder",
      "randomness",
      "unpredictability",
      "entropy"
    ],
    "roles": ["concept", "abstract"],
    "animation": "chaos_swirl",
    "examples": [
      { "glyphs": "AπŸŒͺ️", "text": "A is chaotic or disordered." }
    ]
  },
  {
    "id": "concept.abstract.potential",
    "glyph": "🌱✨",
    "category": "concept",
    "primary": "potential",
    "synomic": [
      "possibility",
      "latent ability",
      "unrealized capacity",
      "seed state"
    ],
    "roles": ["concept", "abstract"],
    "animation": "potential_glow",
    "examples": [
      { "glyphs": "A🌱✨", "text": "A holds potential or possibility." }
    ]
  },
  {
    "id": "concept.abstract.limit",
    "glyph": "🚧",
    "category": "concept",
    "primary": "limit",
    "synomic": [
      "boundary",
      "constraint",
      "edge",
      "maximum extent"
    ],
    "roles": ["concept", "abstract"],
    "animation": "limit_flash",
    "examples": [
      { "glyphs": "A🚧", "text": "A encounters a limit or boundary." }
    ]
  },
  {
    "id": "concept.abstract.scale",
    "glyph": "πŸ“β†•οΈ",
    "category": "concept",
    "primary": "scale",
    "synomic": [
      "size relation",
      "magnitude",
      "degree",
      "relative measure"
    ],
    "roles": ["concept", "dimension"],
    "animation": "scale_shift",
    "examples": [
      { "glyphs": "AπŸ“β†•οΈ", "text": "A varies in scale or magnitude." }
    ]
  },
  {
    "id": "concept.abstract.intensity",
    "glyph": "πŸ”₯πŸ“ˆ",
    "category": "concept",
    "primary": "intensity",
    "synomic": [
      "strength",
      "force level",
      "power",
      "degree of impact"
    ],
    "roles": ["concept", "dimension"],
    "animation": "intensity_pulse",
    "examples": [
      { "glyphs": "AπŸ”₯πŸ“ˆ", "text": "A has a certain intensity or strength." }
    ]
  },
  {
    "id": "concept.abstract.quality",
    "glyph": "βœ¨πŸ”",
    "category": "concept",
    "primary": "quality",
    "synomic": [
      "characteristic",
      "attribute",
      "property",
      "nature of something"
    ],
    "roles": ["concept", "abstract"],
    "animation": "quality_shimmer",
    "examples": [
      { "glyphs": "Aβœ¨πŸ”", "text": "A has a particular quality or attribute." }
    ]
  },
  {
    "id": "concept.abstract.duality",
    "glyph": "⚫βšͺ",
    "category": "concept",
    "primary": "duality",
    "synomic": [
      "twofold nature",
      "paired opposites",
      "complementary forces",
      "binary structure"
    ],
    "roles": ["concept", "abstract"],
    "animation": "duality_shift",
    "examples": [
      { "glyphs": "A⚫βšͺ", "text": "A contains or expresses duality." }
    ]
  },
  {
    "id": "concept.relational.similarity",
    "glyph": "🟦🟦",
    "category": "concept",
    "primary": "similarity",
    "synomic": [
      "likeness",
      "resemblance",
      "shared traits",
      "comparative closeness"
    ],
    "roles": ["concept", "relational"],
    "animation": "similarity_blend",
    "examples": [
      { "glyphs": "A🟦🟦B", "text": "A and B share similarity." }
    ]
  },
  {
    "id": "concept.relational.difference",
    "glyph": "πŸŸ₯🟦",
    "category": "concept",
    "primary": "difference",
    "synomic": [
      "contrast",
      "distinction",
      "unlike",
      "divergence"
    ],
    "roles": ["concept", "relational"],
    "animation": "difference_split",
    "examples": [
      { "glyphs": "AπŸŸ₯🟦B", "text": "A and B differ." }
    ]
  },
  {
    "id": "concept.relational.hierarchy",
    "glyph": "πŸ”Ί",
    "category": "concept",
    "primary": "hierarchy",
    "synomic": [
      "ranking",
      "levels",
      "tiered structure",
      "ordered layers"
    ],
    "roles": ["concept", "relational"],
    "animation": "hierarchy_rise",
    "examples": [
      { "glyphs": "AπŸ”ΊB", "text": "A is above or below B in hierarchy." }
    ]
  },
  {
    "id": "concept.relational.network",
    "glyph": "πŸ•ΈοΈ",
    "category": "concept",
    "primary": "network",
    "synomic": [
      "interconnected system",
      "web of relations",
      "distributed links",
      "multi-node structure"
    ],
    "roles": ["concept", "relational"],
    "animation": "network_expand",
    "examples": [
      { "glyphs": "AπŸ•ΈοΈB", "text": "A and B are part of a network." }
    ]
  },
  {
    "id": "concept.meta.emergence",
    "glyph": "πŸŒŸβ¬†οΈ",
    "category": "concept",
    "primary": "emergence",
    "synomic": [
      "arising from parts",
      "greater-than-sum",
      "system-level appearance",
      "pattern formation"
    ],
    "roles": ["concept", "meta"],
    "animation": "emergence_glow",
    "examples": [
      { "glyphs": "AπŸŒŸβ¬†οΈ", "text": "A emerges from underlying components." }
    ]
  },
  {
    "id": "concept.meta.abstraction",
    "glyph": "πŸ§ β¬†οΈ",
    "category": "concept",
    "primary": "abstraction",
    "synomic": [
      "generalization",
      "higher-level idea",
      "conceptual distillation",
      "removal of specifics"
    ],
    "roles": ["concept", "meta"],
    "animation": "abstract_fade",
    "examples": [
      { "glyphs": "AπŸ§ β¬†οΈ", "text": "A is an abstraction of something more specific." }
    ]
  },
  {
    "id": "concept.meta.context",
    "glyph": "🧩🌐",
    "category": "concept",
    "primary": "context",
    "synomic": [
      "surrounding conditions",
      "interpretive frame",
      "situation",
      "environment of meaning"
    ],
    "roles": ["concept", "meta"],
    "animation": "context_expand",
    "examples": [
      { "glyphs": "A🧩🌐", "text": "A is shaped by its context." }
    ]
  },
  {
    "id": "concept.logic.contradiction",
    "glyph": "βš‘β†”οΈβš‘",
    "category": "concept",
    "primary": "contradiction",
    "synomic": [
      "incompatibility",
      "mutual exclusion",
      "logical conflict",
      "cannot both be true"
    ],
    "roles": ["concept", "logic"],
    "animation": "conflict_flash",
    "examples": [
      { "glyphs": "Aβš‘β†”οΈβš‘B", "text": "A and B contradict each other." }
    ]
  },
  {
    "id": "concept.logic.coherence",
    "glyph": "πŸ”„βœ¨",
    "category": "concept",
    "primary": "coherence",
    "synomic": [
      "internal consistency",
      "logical harmony",
      "aligned structure",
      "non-contradiction"
    ],
    "roles": ["concept", "logic"],
    "animation": "coherence_flow",
    "examples": [
      { "glyphs": "AπŸ”„βœ¨", "text": "A is coherent and internally consistent." }
    ]
  },
  {
    "id": "concept.symbolic.light",
    "glyph": "✨",
    "category": "concept",
    "primary": "light",
    "synomic": [
      "clarity",
      "revelation",
      "illumination",
      "guidance"
    ],
    "roles": ["concept", "symbolic"],
    "animation": "light_shimmer",
    "examples": [
      { "glyphs": "A✨", "text": "A represents clarity or illumination." }
    ]
  },
  {
    "id": "concept.symbolic.shadow",
    "glyph": "πŸŒ‘",
    "category": "concept",
    "primary": "shadow",
    "synomic": [
      "hidden",
      "unknown",
      "unconscious",
      "obscured truth"
    ],
    "roles": ["concept", "symbolic"],
    "animation": "shadow_fade",
    "examples": [
      { "glyphs": "AπŸŒ‘", "text": "A represents the hidden or unknown." }
    ]
  },
  {
    "id": "concept.archetype.journey",
    "glyph": "πŸ›€οΈ",
    "category": "concept",
    "primary": "journey",
    "synomic": [
      "path",
      "quest",
      "life arc",
      "progression"
    ],
    "roles": ["concept", "archetype"],
    "animation": "journey_flow",
    "examples": [
      { "glyphs": "AπŸ›€οΈ", "text": "A is part of a larger journey or path." }
    ]
  },
  {
    "id": "concept.archetype.transformation",
    "glyph": "πŸ¦‹",
    "category": "concept",
    "primary": "transformation",
    "synomic": [
      "metamorphosis",
      "rebirth",
      "deep change",
      "evolution"
    ],
    "roles": ["concept", "archetype"],
    "animation": "transform_shift",
    "examples": [
      { "glyphs": "AπŸ¦‹", "text": "A represents transformation or evolution." }
    ]
  },
  {
    "id": "concept.archetype.threshold",
    "glyph": "πŸšͺ🌟",
    "category": "concept",
    "primary": "threshold",
    "synomic": [
      "crossing",
      "initiation",
      "liminal moment",
      "gateway to new state"
    ],
    "roles": ["concept", "archetype"],
    "animation": "threshold_glow",
    "examples": [
      { "glyphs": "AπŸšͺ🌟", "text": "A marks a threshold or initiation moment." }
    ]
  },
  {
    "id": "concept.mythic.creation",
    "glyph": "🌌✨",
    "category": "concept",
    "primary": "creation",
    "synomic": [
      "origin",
      "beginning",
      "first spark",
      "cosmic emergence"
    ],
    "roles": ["concept", "mythic"],
    "animation": "creation_spark",
    "examples": [
      { "glyphs": "A🌌✨", "text": "A represents creation or origin." }
    ]
  },
  {
    "id": "concept.mythic.destruction",
    "glyph": "πŸ”₯πŸŒ‘",
    "category": "concept",
    "primary": "destruction",
    "synomic": [
      "ending",
      "collapse",
      "dissolution",
      "breaking down"
    ],
    "roles": ["concept", "mythic"],
    "animation": "destruction_fade",
    "examples": [
      { "glyphs": "AπŸ”₯πŸŒ‘", "text": "A represents destruction or dissolution." }
    ]
  },
  {
    "id": "concept.mythic.cycle",
    "glyph": "πŸ”„πŸŒ•πŸŒ‘",
    "category": "concept",
    "primary": "cycle",
    "synomic": [
      "recurrence",
      "loop",
      "renewal",
      "rise and fall"
    ],
    "roles": ["concept", "mythic"],
    "animation": "cycle_spin",
    "examples": [
      { "glyphs": "AπŸ”„πŸŒ•πŸŒ‘", "text": "A represents a repeating cycle." }
    ]
  },
  {
    "id": "concept.symbolic.truth_hidden",
    "glyph": "πŸ•³οΈπŸ”",
    "category": "concept",
    "primary": "hidden truth",
    "synomic": [
      "mystery",
      "concealed meaning",
      "unrevealed insight",
      "truth beneath surface"
    ],
    "roles": ["concept", "symbolic"],
    "animation": "reveal_glow",
    "examples": [
      { "glyphs": "AπŸ•³οΈπŸ”", "text": "A contains a hidden truth or deeper meaning." }
    ]
  },
  {
    "id": "concept.meta.existence",
    "glyph": "🌌🧿",
    "category": "concept",
    "primary": "existence",
    "synomic": [
      "being",
      "presence",
      "state of existing",
      "ontological reality"
    ],
    "roles": ["concept", "meta"],
    "animation": "existence_glow",
    "examples": [
      { "glyphs": "🌌🧿A", "text": "A exists or has being." }
    ]
  },
  {
    "id": "concept.meta.nonexistence",
    "glyph": "0οΈβƒ£πŸŒ«οΈ",
    "category": "concept",
    "primary": "nonexistence",
    "synomic": [
      "absence",
      "void",
      "null state",
      "not-being"
    ],
    "roles": ["concept", "meta"],
    "animation": "void_fade",
    "examples": [
      { "glyphs": "A0οΈβƒ£πŸŒ«οΈ", "text": "A does not exist or is absent." }
    ]
  },
  {
    "id": "concept.meta.continuity",
    "glyph": "πŸ”—β™ΎοΈ",
    "category": "concept",
    "primary": "continuity",
    "synomic": [
      "unbroken connection",
      "ongoing existence",
      "persistent identity",
      "flow across time"
    ],
    "roles": ["concept", "meta"],
    "animation": "continuity_flow",
    "examples": [
      { "glyphs": "AπŸ”—β™ΎοΈ", "text": "A persists or continues across states." }
    ]
  },
  {
    "id": "concept.meta.recursion",
    "glyph": "β˜―οΈπŸ”„",
    "category": "concept",
    "primary": "recursion",
    "synomic": [
      "self-reference",
      "looping structure",
      "pattern within pattern",
      "self-similar process"
    ],
    "roles": ["concept", "meta"],
    "animation": "recursive_pulse",
    "examples": [
      { "glyphs": "Aβ˜―οΈπŸ”„", "text": "A contains or expresses recursion." }
    ]
  },
  {
    "id": "concept.existential.purpose",
    "glyph": "🎯✨",
    "category": "concept",
    "primary": "purpose",
    "synomic": [
      "reason for being",
      "intention",
      "direction",
      "meaningful aim"
    ],
    "roles": ["concept", "existential"],
    "animation": "purpose_glow",
    "examples": [
      { "glyphs": "A🎯✨", "text": "A has purpose or intention." }
    ]
  },
  {
    "id": "concept.existential.freedom",
    "glyph": "πŸ•ŠοΈ",
    "category": "concept",
    "primary": "freedom",
    "synomic": [
      "autonomy",
      "choice",
      "unbounded action",
      "self-direction"
    ],
    "roles": ["concept", "existential"],
    "animation": "freedom_drift",
    "examples": [
      { "glyphs": "AπŸ•ŠοΈ", "text": "A expresses or experiences freedom." }
    ]
  },
  {
    "id": "concept.existential.responsibility",
    "glyph": "βš–οΈπŸ§",
    "category": "concept",
    "primary": "responsibility",
    "synomic": [
      "duty",
      "obligation",
      "ownership of action",
      "moral weight"
    ],
    "roles": ["concept", "existential"],
    "animation": "responsibility_balance",
    "examples": [
      { "glyphs": "Aβš–οΈπŸ§", "text": "A carries responsibility or duty." }
    ]
  },
  {
    "id": "concept.ultimate.unity",
    "glyph": "1οΈβƒ£βœ¨",
    "category": "concept",
    "primary": "unity",
    "synomic": [
      "oneness",
      "wholeness",
      "integration",
      "all-as-one"
    ],
    "roles": ["concept", "ultimate"],
    "animation": "unity_glow",
    "examples": [
      { "glyphs": "A1οΈβƒ£βœ¨", "text": "A expresses unity or oneness." }
    ]
  },
  {
    "id": "concept.ultimate.duality_balance",
    "glyph": "☯️",
    "category": "concept",
    "primary": "dual balance",
    "synomic": [
      "harmonized opposites",
      "dynamic equilibrium",
      "paired forces",
      "recursive symmetry"
    ],
    "roles": ["concept", "ultimate"],
    "animation": "balance_pulse",
    "examples": [
      { "glyphs": "A☯️", "text": "A expresses balanced duality." }
    ]
  },
  {
    "id": "concept.ultimate.infinity",
    "glyph": "♾️",
    "category": "concept",
    "primary": "infinity",
    "synomic": [
      "endlessness",
      "boundless",
      "unlimited",
      "beyond measure"
    ],
    "roles": ["concept", "ultimate"],
    "animation": "infinite_glow",
    "examples": [
      { "glyphs": "A♾️", "text": "A relates to infinity or boundlessness." }
    ]
  }
]