File size: 17,757 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
[
  {
    "id": "context.sensory.atmosphere.quiet",
    "glyph": "🀫🌫️",
    "category": "sensory_context",
    "primary": "quiet atmosphere",
    "synomic": [
      "low sound",
      "hushed environment",
      "soft auditory field",
      "near-silence"
    ],
    "roles": ["context", "sensory"],
    "animation": "quiet_fade",
    "examples": [
      { "glyphs": "A🀫🌫️", "text": "A occurs in a quiet, hushed sensory environment." }
    ]
  },
  {
    "id": "context.sensory.atmosphere.loud",
    "glyph": "πŸ”Šβš‘",
    "category": "sensory_context",
    "primary": "loud atmosphere",
    "synomic": [
      "high volume",
      "intense sound",
      "auditory overload",
      "noisy environment"
    ],
    "roles": ["context", "sensory"],
    "animation": "loud_pulse",
    "examples": [
      { "glyphs": "AπŸ”Šβš‘", "text": "A occurs in a loud or noisy environment." }
    ]
  },
  {
    "id": "context.sensory.atmosphere.bright",
    "glyph": "🌞✨",
    "category": "sensory_context",
    "primary": "bright atmosphere",
    "synomic": [
      "high light",
      "visual clarity",
      "illuminated environment",
      "strong brightness"
    ],
    "roles": ["context", "sensory"],
    "animation": "bright_glow",
    "examples": [
      { "glyphs": "A🌞✨", "text": "A occurs in a bright, well-lit environment." }
    ]
  },
  {
    "id": "context.sensory.atmosphere.dim",
    "glyph": "πŸŒ™πŸŒ«οΈ",
    "category": "sensory_context",
    "primary": "dim atmosphere",
    "synomic": [
      "low light",
      "shadowed environment",
      "soft visibility",
      "subdued lighting"
    ],
    "roles": ["context", "sensory"],
    "animation": "dim_fade",
    "examples": [
      { "glyphs": "AπŸŒ™πŸŒ«οΈ", "text": "A occurs in a dim or low-light environment." }
    ]
  },
  {
    "id": "context.sensory.atmosphere.clean",
    "glyph": "✨🫧",
    "category": "sensory_context",
    "primary": "clean sensory field",
    "synomic": [
      "crisp air",
      "fresh environment",
      "uncluttered sensory input",
      "pure atmosphere"
    ],
    "roles": ["context", "sensory"],
    "animation": "clean_spark",
    "examples": [
      { "glyphs": "A✨🫧", "text": "A occurs in a clean, fresh sensory environment." }
    ]
  },
  {
    "id": "context.sensory.atmosphere.cluttered",
    "glyph": "πŸŒ€πŸ“¦",
    "category": "sensory_context",
    "primary": "cluttered sensory field",
    "synomic": [
      "busy environment",
      "overloaded senses",
      "visual or auditory clutter",
      "chaotic sensory input"
    ],
    "roles": ["context", "sensory"],
    "animation": "clutter_swirl",
    "examples": [
      { "glyphs": "AπŸŒ€πŸ“¦", "text": "A occurs in a cluttered or chaotic sensory environment." }
    ]
  },
  {
    "id": "context.sensory.quality.soft",
    "glyph": "πŸͺΆβœ¨",
    "category": "sensory_context",
    "primary": "soft sensory field",
    "synomic": [
      "gentle textures",
      "smooth sensory input",
      "low harshness",
      "featherlike tone"
    ],
    "roles": ["context", "sensory"],
    "animation": "soft_drift",
    "examples": [
      { "glyphs": "AπŸͺΆβœ¨", "text": "A occurs in a soft, gentle sensory environment." }
    ]
  },
  {
    "id": "context.sensory.quality.harsh",
    "glyph": "⚑πŸͺ¨",
    "category": "sensory_context",
    "primary": "harsh sensory field",
    "synomic": [
      "sharp textures",
      "abrasive input",
      "high sensory impact",
      "rough tone"
    ],
    "roles": ["context", "sensory"],
    "animation": "harsh_flash",
    "examples": [
      { "glyphs": "A⚑πŸͺ¨", "text": "A occurs in a harsh or abrasive sensory environment." }
    ]
  },
  {
    "id": "context.sensory.quality.warm",
    "glyph": "πŸ”₯🌀️",
    "category": "sensory_context",
    "primary": "warm sensory tone",
    "synomic": [
      "heat presence",
      "cozy temperature",
      "warmth in the air",
      "comforting heat"
    ],
    "roles": ["context", "sensory"],
    "animation": "warm_glow",
    "examples": [
      { "glyphs": "AπŸ”₯🌀️", "text": "A occurs in a warm sensory environment." }
    ]
  },
  {
    "id": "context.sensory.quality.cool",
    "glyph": "β„οΈπŸŒ¬οΈ",
    "category": "sensory_context",
    "primary": "cool sensory tone",
    "synomic": [
      "chill in the air",
      "refreshing coolness",
      "lower temperature",
      "crisp sensation"
    ],
    "roles": ["context", "sensory"],
    "animation": "cool_wave",
    "examples": [
      { "glyphs": "Aβ„οΈπŸŒ¬οΈ", "text": "A occurs in a cool or crisp sensory environment." }
    ]
  },
  {
    "id": "context.sensory.quality.smooth",
    "glyph": "🫧✨",
    "category": "sensory_context",
    "primary": "smooth sensory texture",
    "synomic": [
      "even surfaces",
      "fluid sensory flow",
      "non-disruptive input",
      "polished tone"
    ],
    "roles": ["context", "sensory"],
    "animation": "smooth_glide",
    "examples": [
      { "glyphs": "A🫧✨", "text": "A occurs in a smooth, polished sensory environment." }
    ]
  },
  {
    "id": "context.sensory.quality.gritty",
    "glyph": "πŸŒ‘πŸͺ¨",
    "category": "sensory_context",
    "primary": "gritty sensory texture",
    "synomic": [
      "rough surfaces",
      "grainy input",
      "textured environment",
      "coarse tone"
    ],
    "roles": ["context", "sensory"],
    "animation": "gritty_shift",
    "examples": [
      { "glyphs": "AπŸŒ‘πŸͺ¨", "text": "A occurs in a gritty, textured sensory environment." }
    ]
  },
  {
    "id": "context.sensory.quality.fresh",
    "glyph": "πŸŒΏπŸ’¨",
    "category": "sensory_context",
    "primary": "fresh sensory field",
    "synomic": [
      "clean air",
      "renewing sensation",
      "crisp freshness",
      "revitalizing tone"
    ],
    "roles": ["context", "sensory"],
    "animation": "fresh_breeze",
    "examples": [
      { "glyphs": "AπŸŒΏπŸ’¨", "text": "A occurs in a fresh, renewing sensory environment." }
    ]
  },
  {
    "id": "context.sensory.quality.stale",
    "glyph": "πŸ«™πŸŒ«οΈ",
    "category": "sensory_context",
    "primary": "stale sensory field",
    "synomic": [
      "old air",
      "lack of movement",
      "flat sensory tone",
      "unrefreshed environment"
    ],
    "roles": ["context", "sensory"],
    "animation": "stale_still",
    "examples": [
      { "glyphs": "AπŸ«™πŸŒ«οΈ", "text": "A occurs in a stale or unmoving sensory environment." }
    ]
  },
  {
    "id": "context.sensory.overlay.vibrant",
    "glyph": "🌈⚑",
    "category": "sensory_context",
    "primary": "vibrant sensory overlay",
    "synomic": [
      "high stimulation",
      "rich sensory detail",
      "multi-sense intensity",
      "colorful environment"
    ],
    "roles": ["context", "sensory"],
    "animation": "vibrant_pulse",
    "examples": [
      { "glyphs": "A🌈⚑", "text": "A occurs in a vibrant, highly stimulating sensory field." }
    ]
  },
  {
    "id": "context.sensory.overlay.muted",
    "glyph": "πŸŒ«οΈπŸ”‡",
    "category": "sensory_context",
    "primary": "muted sensory overlay",
    "synomic": [
      "reduced stimulation",
      "softened senses",
      "low-detail environment",
      "dampened sensory input"
    ],
    "roles": ["context", "sensory"],
    "animation": "muted_fade",
    "examples": [
      { "glyphs": "AπŸŒ«οΈπŸ”‡", "text": "A occurs in a muted, low-stimulation sensory field." }
    ]
  },
  {
    "id": "context.sensory.stimulus.motion",
    "glyph": "πŸ’¨πŸ‘οΈ",
    "category": "sensory_context",
    "primary": "motion-heavy environment",
    "synomic": [
      "lots of movement",
      "dynamic visuals",
      "constant shifting",
      "kinetic sensory field"
    ],
    "roles": ["context", "sensory"],
    "animation": "motion_blur",
    "examples": [
      { "glyphs": "AπŸ’¨πŸ‘οΈ", "text": "A occurs in an environment full of motion and shifting visuals." }
    ]
  },
  {
    "id": "context.sensory.stimulus.still",
    "glyph": "🧘🌫️",
    "category": "sensory_context",
    "primary": "still sensory field",
    "synomic": [
      "no movement",
      "static visuals",
      "stable environment",
      "motionless field"
    ],
    "roles": ["context", "sensory"],
    "animation": "stillness_glow",
    "examples": [
      { "glyphs": "A🧘🌫️", "text": "A occurs in a still, motionless sensory environment." }
    ]
  },
  {
    "id": "context.sensory.stimulus.fragrant",
    "glyph": "πŸŒΈπŸ’¨",
    "category": "sensory_context",
    "primary": "fragrant environment",
    "synomic": [
      "pleasant scent",
      "aromatic air",
      "noticeable fragrance",
      "scent-rich field"
    ],
    "roles": ["context", "sensory"],
    "animation": "fragrance_wave",
    "examples": [
      { "glyphs": "AπŸŒΈπŸ’¨", "text": "A occurs in a fragrant, scent-rich environment." }
    ]
  },
  {
    "id": "context.sensory.stimulus.pungent",
    "glyph": "πŸ§…βš οΈ",
    "category": "sensory_context",
    "primary": "pungent environment",
    "synomic": [
      "strong odor",
      "sharp scent",
      "overpowering smell",
      "intense olfactory input"
    ],
    "roles": ["context", "sensory"],
    "animation": "pungent_flash",
    "examples": [
      { "glyphs": "AπŸ§…βš οΈ", "text": "A occurs in a pungent or overpowering-smell environment." }
    ]
  },
  {
    "id": "context.sensory.multisense.rich",
    "glyph": "πŸ‘οΈπŸ‘‚πŸ‘ƒβœ¨",
    "category": "sensory_context",
    "primary": "rich multi-sensory field",
    "synomic": [
      "layered sensory input",
      "many senses engaged",
      "complex environment",
      "high-detail perception"
    ],
    "roles": ["context", "sensory"],
    "animation": "multisense_glow",
    "examples": [
      { "glyphs": "AπŸ‘οΈπŸ‘‚πŸ‘ƒβœ¨", "text": "A occurs in a rich, multi-sensory environment." }
    ]
  },
  {
    "id": "context.sensory.multisense.minimal",
    "glyph": "βšͺπŸ‘οΈ",
    "category": "sensory_context",
    "primary": "minimal sensory field",
    "synomic": [
      "few sensory cues",
      "simple environment",
      "low detail",
      "reduced sensory load"
    ],
    "roles": ["context", "sensory"],
    "animation": "minimal_fade",
    "examples": [
      { "glyphs": "AβšͺπŸ‘οΈ", "text": "A occurs in a minimal, low-detail sensory environment." }
    ]
  },
  {
    "id": "context.sensory.symbolic.pure",
    "glyph": "✨βšͺ",
    "category": "sensory_context",
    "primary": "pure sensory field",
    "synomic": [
      "uncontaminated perception",
      "clarity of senses",
      "symbolic purity",
      "undefiled atmosphere"
    ],
    "roles": ["context", "sensory"],
    "animation": "pure_glow",
    "examples": [
      { "glyphs": "A✨βšͺ", "text": "A occurs in a symbolically pure sensory environment." }
    ]
  },
  {
    "id": "context.sensory.symbolic.shadowed",
    "glyph": "πŸŒ‘πŸ‘οΈ",
    "category": "sensory_context",
    "primary": "shadowed sensory field",
    "synomic": [
      "hidden details",
      "obscured perception",
      "mysterious sensory tone",
      "symbolic concealment"
    ],
    "roles": ["context", "sensory"],
    "animation": "shadowed_fade",
    "examples": [
      { "glyphs": "AπŸŒ‘πŸ‘οΈ", "text": "A occurs in a shadowed, symbolically obscured sensory environment." }
    ]
  },
  {
    "id": "context.sensory.archetype.revealing",
    "glyph": "πŸ”βœ¨",
    "category": "sensory_context",
    "primary": "revealing sensory field",
    "synomic": [
      "truth emerging",
      "clarity rising",
      "hidden details surfacing",
      "archetypal revelation"
    ],
    "roles": ["context", "sensory"],
    "animation": "reveal_spark",
    "examples": [
      { "glyphs": "AπŸ”βœ¨", "text": "A occurs in a sensory field of revelation or unveiling." }
    ]
  },
  {
    "id": "context.sensory.archetype.veiled",
    "glyph": "πŸ•ΈοΈπŸŒ«οΈ",
    "category": "sensory_context",
    "primary": "veiled sensory field",
    "synomic": [
      "partially hidden",
      "layered perception",
      "symbolic obscurity",
      "archetypal veil"
    ],
    "roles": ["context", "sensory"],
    "animation": "veil_wave",
    "examples": [
      { "glyphs": "AπŸ•ΈοΈπŸŒ«οΈ", "text": "A occurs in a veiled or partially hidden sensory environment." }
    ]
  },
  {
    "id": "context.sensory.mythic.creation",
    "glyph": "πŸŒŒπŸ”Š",
    "category": "sensory_context",
    "primary": "creation sensory field",
    "synomic": [
      "first-sound atmosphere",
      "origin vibration",
      "primordial sensory spark",
      "mythic beginning"
    ],
    "roles": ["context", "sensory"],
    "animation": "creation_resonance",
    "examples": [
      { "glyphs": "AπŸŒŒπŸ”Š", "text": "A occurs in a mythic sensory field of creation." }
    ]
  },
  {
    "id": "context.sensory.mythic.dissolution",
    "glyph": "πŸ”₯🌫️",
    "category": "sensory_context",
    "primary": "dissolution sensory field",
    "synomic": [
      "fading perception",
      "end-of-form sensation",
      "breaking apart",
      "mythic dissolution"
    ],
    "roles": ["context", "sensory"],
    "animation": "dissolve_fade",
    "examples": [
      { "glyphs": "AπŸ”₯🌫️", "text": "A occurs in a sensory field of dissolution or ending." }
    ]
  },
  {
    "id": "context.sensory.mythic.cycle",
    "glyph": "πŸ”„πŸ‘οΈπŸŒ•",
    "category": "sensory_context",
    "primary": "cyclical sensory field",
    "synomic": [
      "recurring sensory pattern",
      "rise and fall of perception",
      "looped sensory rhythm",
      "mythic recurrence"
    ],
    "roles": ["context", "sensory"],
    "animation": "cycle_resonate",
    "examples": [
      { "glyphs": "AπŸ”„πŸ‘οΈπŸŒ•", "text": "A occurs in a cyclical, mythic sensory environment." }
    ]
  },
  {
    "id": "context.sensory.symbolic.threshold",
    "glyph": "πŸšͺβœ¨πŸ‘οΈ",
    "category": "sensory_context",
    "primary": "threshold sensory field",
    "synomic": [
      "liminal perception",
      "crossing point",
      "shift in sensory reality",
      "symbolic gateway"
    ],
    "roles": ["context", "sensory"],
    "animation": "threshold_glow",
    "examples": [
      { "glyphs": "AπŸšͺβœ¨πŸ‘οΈ", "text": "A occurs in a sensory threshold or liminal environment." }
    ]
  },
  {
    "id": "context.sensory.meta.silence_total",
    "glyph": "πŸ”‡β™ΎοΈ",
    "category": "sensory_context",
    "primary": "total sensory silence",
    "synomic": [
      "absolute quiet",
      "pre-sense state",
      "zero-input field",
      "perceptual void"
    ],
    "roles": ["context", "sensory"],
    "animation": "silence_fade",
    "examples": [
      { "glyphs": "AπŸ”‡β™ΎοΈ", "text": "A occurs in a field of total sensory silence." }
    ]
  },
  {
    "id": "context.sensory.meta.overload",
    "glyph": "βš‘πŸ‘οΈπŸ‘‚πŸ”₯",
    "category": "sensory_context",
    "primary": "sensory overload",
    "synomic": [
      "too much input",
      "overwhelming perception",
      "hyper-stimulation",
      "flooded senses"
    ],
    "roles": ["context", "sensory"],
    "animation": "overload_flash",
    "examples": [
      { "glyphs": "Aβš‘πŸ‘οΈπŸ‘‚πŸ”₯", "text": "A occurs in a field of sensory overload." }
    ]
  },
  {
    "id": "context.sensory.existential.presence",
    "glyph": "πŸ‘οΈβœ¨",
    "category": "sensory_context",
    "primary": "heightened presence",
    "synomic": [
      "hyper-awareness",
      "deep perceptual clarity",
      "fully-attuned senses",
      "existential presence"
    ],
    "roles": ["context", "sensory"],
    "animation": "presence_glow",
    "examples": [
      { "glyphs": "AπŸ‘οΈβœ¨", "text": "A occurs in a field of heightened perceptual presence." }
    ]
  },
  {
    "id": "context.sensory.existential.disconnection",
    "glyph": "πŸŒ«οΈπŸ‘€",
    "category": "sensory_context",
    "primary": "sensory disconnection",
    "synomic": [
      "detached perception",
      "reduced awareness",
      "distant sensing",
      "existential drift"
    ],
    "roles": ["context", "sensory"],
    "animation": "disconnect_fade",
    "examples": [
      { "glyphs": "AπŸŒ«οΈπŸ‘€", "text": "A occurs in a field of sensory disconnection." }
    ]
  },
  {
    "id": "context.sensory.ultimate.unity",
    "glyph": "1οΈβƒ£πŸ‘οΈ",
    "category": "sensory_context",
    "primary": "unified perception",
    "synomic": [
      "all senses as one",
      "integrated perception",
      "holistic sensory field",
      "total coherence"
    ],
    "roles": ["context", "sensory"],
    "animation": "unity_resonate",
    "examples": [
      { "glyphs": "A1οΈβƒ£πŸ‘οΈ", "text": "A occurs in a unified perceptual field." }
    ]
  },
  {
    "id": "context.sensory.ultimate.dual_balance",
    "glyph": "β˜―οΈπŸ‘οΈπŸ‘‚",
    "category": "sensory_context",
    "primary": "balanced dual perception",
    "synomic": [
      "paired sensory harmony",
      "yin-yang perception",
      "dual sensory equilibrium",
      "balanced sensory forces"
    ],
    "roles": ["context", "sensory"],
    "animation": "dual_balance_pulse",
    "examples": [
      { "glyphs": "Aβ˜―οΈπŸ‘οΈπŸ‘‚", "text": "A occurs in a field of balanced dual perception." }
    ]
  },
  {
    "id": "context.sensory.ultimate.transcendent",
    "glyph": "πŸŒŸπŸ‘οΈβ™ΎοΈ",
    "category": "sensory_context",
    "primary": "transcendent sensory field",
    "synomic": [
      "beyond normal perception",
      "meta-sensory clarity",
      "infinite perceptual expansion",
      "ultimate sensory state"
    ],
    "roles": ["context", "sensory"],
    "animation": "transcendent_glow",
    "examples": [
      { "glyphs": "AπŸŒŸπŸ‘οΈβ™ΎοΈ", "text": "A occurs in a transcendent sensory environment." }
    ]
  }
]