File size: 17,489 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
[
  {
    "id": "context.activity.core.resting",
    "glyph": "😴",
    "category": "activity",
    "primary": "resting",
    "synomic": [
      "sleeping",
      "recovering",
      "inactive",
      "low energy state"
    ],
    "roles": ["context", "state"],
    "animation": "rest_breath",
    "examples": [
      { "glyphs": "A😴", "text": "A occurs while resting or in a restful state." }
    ]
  },
  {
    "id": "context.activity.core.working",
    "glyph": "πŸ’Ό",
    "category": "activity",
    "primary": "working",
    "synomic": [
      "laboring",
      "focused task",
      "productive activity",
      "professional effort"
    ],
    "roles": ["context", "state"],
    "animation": "work_focus",
    "examples": [
      { "glyphs": "AπŸ’Ό", "text": "A occurs during work or focused effort." }
    ]
  },
  {
    "id": "context.activity.core.learning",
    "glyph": "πŸ“˜",
    "category": "activity",
    "primary": "learning",
    "synomic": [
      "studying",
      "absorbing information",
      "training",
      "education"
    ],
    "roles": ["context", "state"],
    "animation": "learn_glow",
    "examples": [
      { "glyphs": "AπŸ“˜", "text": "A occurs during learning or study." }
    ]
  },
  {
    "id": "context.activity.core.creating",
    "glyph": "🎨",
    "category": "activity",
    "primary": "creating",
    "synomic": [
      "making",
      "building",
      "artistic expression",
      "generative activity"
    ],
    "roles": ["context", "state"],
    "animation": "create_stroke",
    "examples": [
      { "glyphs": "A🎨", "text": "A occurs during creative activity." }
    ]
  },
  {
    "id": "context.activity.core.socializing",
    "glyph": "πŸ—£οΈπŸ‘₯",
    "category": "activity",
    "primary": "socializing",
    "synomic": [
      "talking",
      "interacting",
      "group activity",
      "connection"
    ],
    "roles": ["context", "state"],
    "animation": "social_pulse",
    "examples": [
      { "glyphs": "AπŸ—£οΈπŸ‘₯", "text": "A occurs during social interaction." }
    ]
  },
  {
    "id": "context.activity.core.traveling",
    "glyph": "🚢➑️",
    "category": "activity",
    "primary": "traveling",
    "synomic": [
      "moving",
      "commuting",
      "journeying",
      "changing location"
    ],
    "roles": ["context", "state"],
    "animation": "travel_flow",
    "examples": [
      { "glyphs": "A🚢➑️", "text": "A occurs while traveling or in transit." }
    ]
  },
  {
    "id": "context.activity.core.waiting",
    "glyph": "⏳",
    "category": "activity",
    "primary": "waiting",
    "synomic": [
      "pause",
      "delay",
      "holding pattern",
      "anticipation"
    ],
    "roles": ["context", "state"],
    "animation": "wait_sand",
    "examples": [
      { "glyphs": "A⏳", "text": "A occurs during a waiting period." }
    ]
  },
  {
    "id": "context.activity.core.observing",
    "glyph": "πŸ‘οΈ",
    "category": "activity",
    "primary": "observing",
    "synomic": [
      "watching",
      "monitoring",
      "paying attention",
      "witnessing"
    ],
    "roles": ["context", "state"],
    "animation": "observe_focus",
    "examples": [
      { "glyphs": "AπŸ‘οΈ", "text": "A occurs while observing or watching." }
    ]
  },
  {
    "id": "context.activity.physical.exercising",
    "glyph": "πŸ‹οΈ",
    "category": "activity",
    "primary": "exercising",
    "synomic": [
      "working out",
      "physical training",
      "fitness activity",
      "body exertion"
    ],
    "roles": ["context", "physical"],
    "animation": "exercise_pulse",
    "examples": [
      { "glyphs": "AπŸ‹οΈ", "text": "A occurs during physical exercise." }
    ]
  },
  {
    "id": "context.activity.physical.walking",
    "glyph": "🚢",
    "category": "activity",
    "primary": "walking",
    "synomic": [
      "moving on foot",
      "light travel",
      "casual movement",
      "slow locomotion"
    ],
    "roles": ["context", "physical"],
    "animation": "walk_cycle",
    "examples": [
      { "glyphs": "A🚢", "text": "A occurs while walking." }
    ]
  },
  {
    "id": "context.activity.physical.running",
    "glyph": "πŸƒ",
    "category": "activity",
    "primary": "running",
    "synomic": [
      "moving fast",
      "sprinting",
      "urgent movement",
      "high-speed travel"
    ],
    "roles": ["context", "physical"],
    "animation": "run_cycle",
    "examples": [
      { "glyphs": "AπŸƒ", "text": "A occurs while running." }
    ]
  },
  {
    "id": "context.activity.physical.recovering",
    "glyph": "πŸ›Œ",
    "category": "activity",
    "primary": "recovering",
    "synomic": [
      "healing",
      "restoring energy",
      "post-exertion rest",
      "physical recovery"
    ],
    "roles": ["context", "physical"],
    "animation": "rest_heal",
    "examples": [
      { "glyphs": "AπŸ›Œ", "text": "A occurs during physical recovery." }
    ]
  },
  {
    "id": "context.activity.body_state.tired",
    "glyph": "πŸ₯±",
    "category": "activity",
    "primary": "tired",
    "synomic": [
      "fatigued",
      "low energy",
      "exhausted",
      "worn out"
    ],
    "roles": ["context", "state"],
    "animation": "slow_blink",
    "examples": [
      { "glyphs": "AπŸ₯±", "text": "A occurs while tired or low-energy." }
    ]
  },
  {
    "id": "context.activity.body_state.energized",
    "glyph": "⚑πŸ’ͺ",
    "category": "activity",
    "primary": "energized",
    "synomic": [
      "high energy",
      "activated",
      "ready to move",
      "physically charged"
    ],
    "roles": ["context", "state"],
    "animation": "energy_pulse",
    "examples": [
      { "glyphs": "A⚑πŸ’ͺ", "text": "A occurs in an energized physical state." }
    ]
  },
  {
    "id": "context.activity.movement.still",
    "glyph": "🧘",
    "category": "activity",
    "primary": "stillness",
    "synomic": [
      "not moving",
      "calm body",
      "motionless",
      "centered"
    ],
    "roles": ["context", "movement"],
    "animation": "still_breath",
    "examples": [
      { "glyphs": "A🧘", "text": "A occurs during physical stillness." }
    ]
  },
  {
    "id": "context.activity.movement.active",
    "glyph": "πŸ’¨",
    "category": "activity",
    "primary": "active movement",
    "synomic": [
      "dynamic",
      "in motion",
      "physically engaged",
      "moving around"
    ],
    "roles": ["context", "movement"],
    "animation": "active_flow",
    "examples": [
      { "glyphs": "AπŸ’¨", "text": "A occurs during active movement." }
    ]
  },
  {
    "id": "context.activity.social.collaborating",
    "glyph": "πŸ€πŸ“„",
    "category": "activity",
    "primary": "collaborating",
    "synomic": [
      "working together",
      "team effort",
      "joint task",
      "cooperative activity"
    ],
    "roles": ["context", "social"],
    "animation": "collab_sync",
    "examples": [
      { "glyphs": "AπŸ€πŸ“„", "text": "A occurs during collaboration." }
    ]
  },
  {
    "id": "context.activity.social.competitive",
    "glyph": "βš”οΈπŸ‘₯",
    "category": "activity",
    "primary": "competing",
    "synomic": [
      "rivalry",
      "contest",
      "challenge",
      "opposing goals"
    ],
    "roles": ["context", "social"],
    "animation": "competitive_flash",
    "examples": [
      { "glyphs": "Aβš”οΈπŸ‘₯", "text": "A occurs in a competitive context." }
    ]
  },
  {
    "id": "context.activity.social.supporting",
    "glyph": "🀲❀️",
    "category": "activity",
    "primary": "supporting",
    "synomic": [
      "helping",
      "assisting",
      "offering aid",
      "emotional support"
    ],
    "roles": ["context", "social"],
    "animation": "support_glow",
    "examples": [
      { "glyphs": "A🀲❀️", "text": "A occurs while offering support." }
    ]
  },
  {
    "id": "context.activity.social.conflict",
    "glyph": "πŸ’’πŸ‘₯",
    "category": "activity",
    "primary": "conflict",
    "synomic": [
      "argument",
      "disagreement",
      "tension",
      "social friction"
    ],
    "roles": ["context", "social"],
    "animation": "conflict_shake",
    "examples": [
      { "glyphs": "AπŸ’’πŸ‘₯", "text": "A occurs during social conflict." }
    ]
  },
  {
    "id": "context.activity.social.celebrating",
    "glyph": "πŸŽ‰πŸ‘―",
    "category": "activity",
    "primary": "celebrating",
    "synomic": [
      "party",
      "joyful gathering",
      "festive activity",
      "group happiness"
    ],
    "roles": ["context", "social"],
    "animation": "celebrate_spark",
    "examples": [
      { "glyphs": "AπŸŽ‰πŸ‘―", "text": "A occurs during celebration." }
    ]
  },
  {
    "id": "context.activity.social.sharing",
    "glyph": "🫴🫳",
    "category": "activity",
    "primary": "sharing",
    "synomic": [
      "giving and receiving",
      "exchange",
      "mutual offering",
      "resource sharing"
    ],
    "roles": ["context", "social"],
    "animation": "share_flow",
    "examples": [
      { "glyphs": "A🫴🫳", "text": "A occurs during sharing or exchange." }
    ]
  },
  {
    "id": "context.activity.group.small_group",
    "glyph": "πŸ‘₯",
    "category": "activity",
    "primary": "small group",
    "synomic": [
      "few people",
      "intimate group",
      "close interaction",
      "small gathering"
    ],
    "roles": ["context", "group"],
    "animation": "group_small",
    "examples": [
      { "glyphs": "AπŸ‘₯", "text": "A occurs within a small group." }
    ]
  },
  {
    "id": "context.activity.group.large_group",
    "glyph": "πŸ‘₯πŸ‘₯πŸ‘₯",
    "category": "activity",
    "primary": "large group",
    "synomic": [
      "crowd",
      "many people",
      "big gathering",
      "group event"
    ],
    "roles": ["context", "group"],
    "animation": "group_large",
    "examples": [
      { "glyphs": "AπŸ‘₯πŸ‘₯πŸ‘₯", "text": "A occurs within a large group." }
    ]
  },
  {
    "id": "context.activity.cognitive.focusing",
    "glyph": "🎯🧠",
    "category": "activity",
    "primary": "focused thinking",
    "synomic": [
      "concentrating",
      "directed attention",
      "mental precision",
      "narrow focus"
    ],
    "roles": ["context", "cognitive"],
    "animation": "focus_glow",
    "examples": [
      { "glyphs": "A🎯🧠", "text": "A occurs during focused mental effort." }
    ]
  },
  {
    "id": "context.activity.cognitive.reflection",
    "glyph": "πŸ’­πŸͺž",
    "category": "activity",
    "primary": "reflection",
    "synomic": [
      "thinking back",
      "introspection",
      "self-examination",
      "memory review"
    ],
    "roles": ["context", "cognitive"],
    "animation": "reflect_wave",
    "examples": [
      { "glyphs": "AπŸ’­πŸͺž", "text": "A occurs during reflective thinking." }
    ]
  },
  {
    "id": "context.activity.cognitive.problem_solving",
    "glyph": "🧩🧠",
    "category": "activity",
    "primary": "problem solving",
    "synomic": [
      "analysis",
      "figuring out",
      "mental challenge",
      "strategizing"
    ],
    "roles": ["context", "cognitive"],
    "animation": "puzzle_snap",
    "examples": [
      { "glyphs": "A🧩🧠", "text": "A occurs during problem-solving activity." }
    ]
  },
  {
    "id": "context.activity.cognitive.imagining",
    "glyph": "βœ¨πŸ’­",
    "category": "activity",
    "primary": "imagining",
    "synomic": [
      "visualizing",
      "creative thought",
      "mental simulation",
      "fantasy"
    ],
    "roles": ["context", "cognitive"],
    "animation": "imagine_spark",
    "examples": [
      { "glyphs": "Aβœ¨πŸ’­", "text": "A occurs during imaginative thinking." }
    ]
  },
  {
    "id": "context.activity.cognitive.deciding",
    "glyph": "βš–οΈπŸ§ ",
    "category": "activity",
    "primary": "decision making",
    "synomic": [
      "choosing",
      "evaluating options",
      "weighing outcomes",
      "mental judgment"
    ],
    "roles": ["context", "cognitive"],
    "animation": "decision_balance",
    "examples": [
      { "glyphs": "Aβš–οΈπŸ§ ", "text": "A occurs during a decision-making moment." }
    ]
  },
  {
    "id": "context.activity.cognitive.overwhelmed",
    "glyph": "πŸ’₯🧠",
    "category": "activity",
    "primary": "overwhelmed",
    "synomic": [
      "mental overload",
      "too much input",
      "cognitive strain",
      "overcapacity"
    ],
    "roles": ["context", "cognitive"],
    "animation": "overload_flash",
    "examples": [
      { "glyphs": "AπŸ’₯🧠", "text": "A occurs during mental overwhelm." }
    ]
  },
  {
    "id": "context.activity.cognitive.scanning",
    "glyph": "πŸ”πŸ§ ",
    "category": "activity",
    "primary": "scanning",
    "synomic": [
      "searching",
      "reviewing",
      "pattern detection",
      "mental sweep"
    ],
    "roles": ["context", "cognitive"],
    "animation": "scan_sweep",
    "examples": [
      { "glyphs": "AπŸ”πŸ§ ", "text": "A occurs during mental scanning or searching." }
    ]
  },
  {
    "id": "context.activity.cognitive.absent",
    "glyph": "πŸŒ«οΈπŸ’­",
    "category": "activity",
    "primary": "mentally absent",
    "synomic": [
      "daydreaming",
      "distracted",
      "not present",
      "mind wandering"
    ],
    "roles": ["context", "cognitive"],
    "animation": "drift_fade",
    "examples": [
      { "glyphs": "AπŸŒ«οΈπŸ’­", "text": "A occurs while mentally unfocused or drifting." }
    ]
  },
  {
    "id": "context.activity.symbolic.transitioning",
    "glyph": "πŸŒ€βž‘οΈ",
    "category": "activity",
    "primary": "transitioning",
    "synomic": [
      "changing states",
      "shifting roles",
      "moving between phases",
      "in transformation"
    ],
    "roles": ["context", "symbolic"],
    "animation": "transition_wave",
    "examples": [
      { "glyphs": "AπŸŒ€βž‘οΈ", "text": "A occurs during a state of transition." }
    ]
  },
  {
    "id": "context.activity.symbolic.cleansing",
    "glyph": "🧹✨",
    "category": "activity",
    "primary": "cleansing",
    "synomic": [
      "purifying",
      "removing old",
      "resetting",
      "clearing space"
    ],
    "roles": ["context", "symbolic"],
    "animation": "cleanse_sweep",
    "examples": [
      { "glyphs": "A🧹✨", "text": "A occurs during a symbolic cleansing." }
    ]
  },
  {
    "id": "context.activity.symbolic.manifesting",
    "glyph": "πŸͺ„πŸŒŸ",
    "category": "activity",
    "primary": "manifesting",
    "synomic": [
      "bringing into being",
      "creating from intention",
      "energetic shaping",
      "symbolic creation"
    ],
    "roles": ["context", "symbolic"],
    "animation": "manifest_spark",
    "examples": [
      { "glyphs": "AπŸͺ„πŸŒŸ", "text": "A occurs during a moment of manifestation." }
    ]
  },
  {
    "id": "context.activity.meta.recursive",
    "glyph": "β˜―οΈπŸ”„",
    "category": "activity",
    "primary": "recursive activity",
    "synomic": [
      "self-referential process",
      "looping behavior",
      "iterative refinement",
      "balanced cycle"
    ],
    "roles": ["context", "meta"],
    "animation": "recursive_pulse",
    "examples": [
      { "glyphs": "Aβ˜―οΈπŸ”„", "text": "A occurs within a recursive activity loop." }
    ]
  },
  {
    "id": "context.activity.meta.observing_self",
    "glyph": "πŸ‘οΈπŸ’­",
    "category": "activity",
    "primary": "self-observation",
    "synomic": [
      "meta-awareness",
      "reflecting on self",
      "introspective monitoring",
      "inner witnessing"
    ],
    "roles": ["context", "meta"],
    "animation": "inner_glow",
    "examples": [
      { "glyphs": "AπŸ‘οΈπŸ’­", "text": "A occurs during self-observation." }
    ]
  },
  {
    "id": "context.activity.meta.reorganizing",
    "glyph": "πŸ”§πŸŒ€",
    "category": "activity",
    "primary": "reorganizing",
    "synomic": [
      "system restructuring",
      "internal reordering",
      "pattern adjustment",
      "structural shift"
    ],
    "roles": ["context", "meta"],
    "animation": "reorder_shift",
    "examples": [
      { "glyphs": "AπŸ”§πŸŒ€", "text": "A occurs during internal reorganization." }
    ]
  },
  {
    "id": "context.activity.archetype.questing",
    "glyph": "πŸ—ΊοΈβœ¨",
    "category": "activity",
    "primary": "questing",
    "synomic": [
      "seeking",
      "journey of purpose",
      "mission",
      "heroic pursuit"
    ],
    "roles": ["context", "archetype"],
    "animation": "quest_glow",
    "examples": [
      { "glyphs": "AπŸ—ΊοΈβœ¨", "text": "A occurs during a purposeful quest." }
    ]
  },
  {
    "id": "context.activity.archetype.guardian",
    "glyph": "πŸ›‘οΈπŸ”₯",
    "category": "activity",
    "primary": "guarding",
    "synomic": [
      "protecting",
      "standing watch",
      "defending",
      "sentinel role"
    ],
    "roles": ["context", "archetype"],
    "animation": "guardian_pulse",
    "examples": [
      { "glyphs": "AπŸ›‘οΈπŸ”₯", "text": "A occurs in a protective or guardian role." }
    ]
  },
  {
    "id": "context.activity.archetype.rebirth",
    "glyph": "πŸŒ‘βž‘οΈπŸŒ•",
    "category": "activity",
    "primary": "rebirth",
    "synomic": [
      "renewal",
      "starting anew",
      "emerging transformed",
      "cycle completion"
    ],
    "roles": ["context", "archetype"],
    "animation": "rebirth_glow",
    "examples": [
      { "glyphs": "AπŸŒ‘βž‘οΈπŸŒ•", "text": "A occurs during a symbolic rebirth." }
    ]
  }
]