File size: 17,704 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 |
[
{
"id": "context.time.day.morning",
"glyph": "🌅",
"category": "time",
"primary": "morning",
"synomic": [
"dawn",
"sunrise",
"beginning of day",
"fresh start"
],
"roles": ["context", "phase"],
"animation": "sunrise_glow",
"examples": [
{ "glyphs": "🌅✨", "text": "A new beginning or early phase." }
]
},
{
"id": "context.time.day.afternoon",
"glyph": "🌤️",
"category": "time",
"primary": "afternoon",
"synomic": [
"midday",
"sun high",
"active period",
"middle of day"
],
"roles": ["context", "phase"],
"animation": "sun_peak",
"examples": [
{ "glyphs": "🌤️⚡", "text": "Active, energetic time." }
]
},
{
"id": "context.time.day.evening",
"glyph": "🌇",
"category": "time",
"primary": "evening",
"synomic": [
"sunset",
"winding down",
"closing phase",
"transition to night"
],
"roles": ["context", "phase"],
"animation": "sunset_fade",
"examples": [
{ "glyphs": "🌇🌙", "text": "Transition from day to night." }
]
},
{
"id": "context.time.day.night",
"glyph": "🌙",
"category": "time",
"primary": "night",
"synomic": [
"darkness",
"rest",
"quiet",
"introspection"
],
"roles": ["context", "phase"],
"animation": "moon_glow",
"examples": [
{ "glyphs": "🌙💭", "text": "Nighttime reflection or rest." }
]
},
{
"id": "context.time.symbolic.beginning",
"glyph": "🔰",
"category": "time",
"primary": "beginning",
"synomic": [
"start",
"initiation",
"first phase",
"opening moment"
],
"roles": ["context", "symbolic"],
"animation": "start_pulse",
"examples": [
{ "glyphs": "🔰A", "text": "The beginning of A." }
]
},
{
"id": "context.time.symbolic.middle",
"glyph": "➖",
"category": "time",
"primary": "middle",
"synomic": [
"midpoint",
"ongoing",
"in progress",
"steady state"
],
"roles": ["context", "symbolic"],
"animation": "steady_flow",
"examples": [
{ "glyphs": "A➖", "text": "A is in its middle phase." }
]
},
{
"id": "context.time.symbolic.end",
"glyph": "🏁",
"category": "time",
"primary": "end",
"synomic": [
"finish",
"closure",
"final phase",
"completion"
],
"roles": ["context", "symbolic"],
"animation": "finish_flag",
"examples": [
{ "glyphs": "A🏁", "text": "The end of A." }
]
},
{
"id": "context.time.cycle.daily",
"glyph": "🔄🌞🌙",
"category": "time",
"primary": "daily cycle",
"synomic": [
"day-night cycle",
"24-hour rhythm",
"circadian flow"
],
"roles": ["context", "cycle"],
"animation": "cycle_spin",
"examples": [
{ "glyphs": "🔄🌞🌙", "text": "A full daily cycle." }
]
},
{
"id": "context.time.duration.short",
"glyph": "⚡",
"category": "time",
"primary": "short duration",
"synomic": [
"brief",
"momentary",
"quick",
"fleeting"
],
"roles": ["context", "duration"],
"animation": "flash_quick",
"examples": [
{ "glyphs": "A⚡", "text": "A happens briefly." }
]
},
{
"id": "context.time.duration.medium",
"glyph": "⏱️",
"category": "time",
"primary": "moderate duration",
"synomic": [
"normal length",
"standard time",
"average duration"
],
"roles": ["context", "duration"],
"animation": "steady_tick",
"examples": [
{ "glyphs": "A⏱️", "text": "A lasts a moderate amount of time." }
]
},
{
"id": "context.time.duration.long",
"glyph": "🕰️",
"category": "time",
"primary": "long duration",
"synomic": [
"extended",
"prolonged",
"lasting",
"long-term"
],
"roles": ["context", "duration"],
"animation": "slow_tick",
"examples": [
{ "glyphs": "A🕰️", "text": "A lasts a long time." }
]
},
{
"id": "context.time.tempo.fast",
"glyph": "💨",
"category": "time",
"primary": "fast tempo",
"synomic": [
"rapid",
"accelerated",
"quick pace",
"high tempo"
],
"roles": ["context", "tempo"],
"animation": "tempo_fast",
"examples": [
{ "glyphs": "A💨", "text": "A happens quickly or at high speed." }
]
},
{
"id": "context.time.tempo.slow",
"glyph": "🐢",
"category": "time",
"primary": "slow tempo",
"synomic": [
"gradual",
"unhurried",
"gentle pace",
"slow movement"
],
"roles": ["context", "tempo"],
"animation": "tempo_slow",
"examples": [
{ "glyphs": "A🐢", "text": "A unfolds slowly." }
]
},
{
"id": "context.time.tempo.still",
"glyph": "⏸️",
"category": "time",
"primary": "paused / still",
"synomic": [
"halted",
"frozen",
"no movement",
"time stop"
],
"roles": ["context", "tempo"],
"animation": "pause_hold",
"examples": [
{ "glyphs": "A⏸️", "text": "A is paused or momentarily still." }
]
},
{
"id": "context.time.quality.urgent",
"glyph": "⏰⚡",
"category": "time",
"primary": "urgent",
"synomic": [
"time-sensitive",
"immediate need",
"pressing",
"high priority moment"
],
"roles": ["context", "quality"],
"animation": "alarm_flash",
"examples": [
{ "glyphs": "A⏰⚡", "text": "A requires urgent attention." }
]
},
{
"id": "context.time.quality.calm",
"glyph": "🌿⏳",
"category": "time",
"primary": "calm time",
"synomic": [
"peaceful",
"slow moment",
"relaxed",
"gentle timing"
],
"roles": ["context", "quality"],
"animation": "calm_drift",
"examples": [
{ "glyphs": "A🌿⏳", "text": "A occurs in a calm, relaxed moment." }
]
},
{
"id": "context.time.quality.transitional",
"glyph": "🔀⏳",
"category": "time",
"primary": "transitional moment",
"synomic": [
"in-between",
"shifting phase",
"changing state",
"temporal transition"
],
"roles": ["context", "quality"],
"animation": "transition_wave",
"examples": [
{ "glyphs": "A🔀⏳", "text": "A is happening during a transition." }
]
},
{
"id": "context.time.cycle.weekly",
"glyph": "🔄📅",
"category": "time",
"primary": "weekly cycle",
"synomic": [
"seven‑day rhythm",
"week pattern",
"recurring weekly flow"
],
"roles": ["context", "cycle"],
"animation": "week_spin",
"examples": [
{ "glyphs": "🔄📅", "text": "A repeating weekly cycle." }
]
},
{
"id": "context.time.cycle.monthly",
"glyph": "🔄🌙",
"category": "time",
"primary": "monthly cycle",
"synomic": [
"lunar rhythm",
"month pattern",
"periodic monthly flow"
],
"roles": ["context", "cycle"],
"animation": "moon_cycle",
"examples": [
{ "glyphs": "🔄🌙", "text": "A repeating monthly cycle." }
]
},
{
"id": "context.time.cycle.yearly",
"glyph": "🔄🌎",
"category": "time",
"primary": "yearly cycle",
"synomic": [
"annual rhythm",
"seasonal loop",
"year pattern"
],
"roles": ["context", "cycle"],
"animation": "orbit_spin",
"examples": [
{ "glyphs": "🔄🌎", "text": "A full yearly cycle." }
]
},
{
"id": "context.time.season.spring",
"glyph": "🌱",
"category": "time",
"primary": "spring",
"synomic": [
"renewal",
"growth",
"awakening",
"early cycle"
],
"roles": ["context", "season"],
"animation": "sprout_grow",
"examples": [
{ "glyphs": "🌱✨", "text": "A time of renewal or new beginnings." }
]
},
{
"id": "context.time.season.summer",
"glyph": "☀️",
"category": "time",
"primary": "summer",
"synomic": [
"heat",
"peak energy",
"full bloom",
"active cycle"
],
"roles": ["context", "season"],
"animation": "sun_glow",
"examples": [
{ "glyphs": "☀️⚡", "text": "A time of high activity or intensity." }
]
},
{
"id": "context.time.season.autumn",
"glyph": "🍂",
"category": "time",
"primary": "autumn",
"synomic": [
"transition",
"harvest",
"cooling",
"letting go"
],
"roles": ["context", "season"],
"animation": "leaf_fall",
"examples": [
{ "glyphs": "🍂🌬️", "text": "A time of change or release." }
]
},
{
"id": "context.time.season.winter",
"glyph": "❄️",
"category": "time",
"primary": "winter",
"synomic": [
"rest",
"stillness",
"cold",
"deep cycle"
],
"roles": ["context", "season"],
"animation": "snow_drift",
"examples": [
{ "glyphs": "❄️🌙", "text": "A time of rest or quiet." }
]
},
{
"id": "context.time.rhythm.heartbeat",
"glyph": "❤️🔥",
"category": "time",
"primary": "heartbeat rhythm",
"synomic": [
"pulse",
"life rhythm",
"biological timing",
"emotional tempo"
],
"roles": ["context", "rhythm"],
"animation": "heart_pulse",
"examples": [
{ "glyphs": "A❤️🔥", "text": "A follows a living, emotional rhythm." }
]
},
{
"id": "context.time.rhythm.wave",
"glyph": "🌊🔁",
"category": "time",
"primary": "wave rhythm",
"synomic": [
"rise and fall",
"oscillation",
"cyclical flow",
"natural rhythm"
],
"roles": ["context", "rhythm"],
"animation": "wave_cycle",
"examples": [
{ "glyphs": "A🌊🔁", "text": "A follows a natural wave-like cycle." }
]
},
{
"id": "context.time.state.stable",
"glyph": "⚖️⏳",
"category": "time",
"primary": "stable moment",
"synomic": [
"steady",
"unchanging",
"balanced",
"consistent time"
],
"roles": ["context", "state"],
"animation": "steady_balance",
"examples": [
{ "glyphs": "A⚖️⏳", "text": "A occurs during a stable moment." }
]
},
{
"id": "context.time.state.chaotic",
"glyph": "🌪️⏰",
"category": "time",
"primary": "chaotic moment",
"synomic": [
"disordered",
"unstable",
"turbulent",
"time in flux"
],
"roles": ["context", "state"],
"animation": "chaos_spin",
"examples": [
{ "glyphs": "A🌪️⏰", "text": "A happens during a chaotic moment." }
]
},
{
"id": "context.time.state.suspended",
"glyph": "🕊️⏸️",
"category": "time",
"primary": "suspended time",
"synomic": [
"frozen moment",
"timeless",
"pause in reality",
"stillness"
],
"roles": ["context", "state"],
"animation": "suspend_float",
"examples": [
{ "glyphs": "A🕊️⏸️", "text": "A exists in a suspended moment." }
]
},
{
"id": "context.time.emotional.tense",
"glyph": "⏰💢",
"category": "time",
"primary": "tense moment",
"synomic": [
"pressure",
"stressful time",
"high stakes",
"tight timing"
],
"roles": ["context", "emotional"],
"animation": "tense_pulse",
"examples": [
{ "glyphs": "A⏰💢", "text": "A occurs during a tense moment." }
]
},
{
"id": "context.time.emotional.peaceful",
"glyph": "🌙🌿",
"category": "time",
"primary": "peaceful moment",
"synomic": [
"calm",
"soothing",
"quiet",
"emotionally gentle time"
],
"roles": ["context", "emotional"],
"animation": "peace_drift",
"examples": [
{ "glyphs": "A🌙🌿", "text": "A happens during a peaceful moment." }
]
},
{
"id": "context.time.emotional.anticipation",
"glyph": "⏳👀",
"category": "time",
"primary": "anticipatory moment",
"synomic": [
"waiting",
"expectation",
"build-up",
"approaching event"
],
"roles": ["context", "emotional"],
"animation": "anticipation_shimmer",
"examples": [
{ "glyphs": "A⏳👀", "text": "A is happening in a moment of anticipation." }
]
},
{
"id": "context.time.symbolic.threshold",
"glyph": "🚪⏳",
"category": "time",
"primary": "threshold moment",
"synomic": [
"crossing point",
"liminal time",
"transition doorway",
"between states"
],
"roles": ["context", "symbolic"],
"animation": "threshold_glow",
"examples": [
{ "glyphs": "A🚪⏳", "text": "A occurs at a threshold moment." }
]
},
{
"id": "context.time.symbolic.cycle_shift",
"glyph": "🔄🌀",
"category": "time",
"primary": "cycle shift",
"synomic": [
"phase change",
"cycle turning",
"energetic shift",
"new arc beginning"
],
"roles": ["context", "symbolic"],
"animation": "cycle_shift",
"examples": [
{ "glyphs": "A🔄🌀", "text": "A is part of a cycle turning point." }
]
},
{
"id": "context.time.symbolic.timeless",
"glyph": "♾️🌌",
"category": "time",
"primary": "timeless moment",
"synomic": [
"eternal",
"outside time",
"infinite moment",
"beyond temporal flow"
],
"roles": ["context", "symbolic"],
"animation": "infinite_glow",
"examples": [
{ "glyphs": "A♾️🌌", "text": "A exists outside normal time." }
]
},
{
"id": "context.time.meta.eternal_return",
"glyph": "♾️🔄",
"category": "time",
"primary": "eternal return",
"synomic": [
"recurring destiny",
"infinite cycle",
"returning pattern",
"cosmic loop"
],
"roles": ["context", "meta", "cycle"],
"animation": "eternal_loop",
"examples": [
{ "glyphs": "A♾️🔄", "text": "A repeats across cycles of existence." }
]
},
{
"id": "context.time.meta.deep_past",
"glyph": "🏺⏳",
"category": "time",
"primary": "deep past",
"synomic": [
"ancient time",
"long before now",
"ancestral era",
"origin period"
],
"roles": ["context", "meta"],
"animation": "dust_fall",
"examples": [
{ "glyphs": "A🏺⏳", "text": "A belongs to the deep past." }
]
},
{
"id": "context.time.meta.deep_future",
"glyph": "🚀♾️",
"category": "time",
"primary": "deep future",
"synomic": [
"far ahead",
"beyond current era",
"future epochs",
"long arc of time"
],
"roles": ["context", "meta"],
"animation": "future_glow",
"examples": [
{ "glyphs": "A🚀♾️", "text": "A belongs to the deep future." }
]
},
{
"id": "context.time.meta.recursive",
"glyph": "☯️⏳",
"category": "time",
"primary": "recursive time",
"synomic": [
"self‑referential time",
"looped progression",
"balanced cycle",
"time folding into itself"
],
"roles": ["context", "meta", "symbolic"],
"animation": "recursive_pulse",
"examples": [
{ "glyphs": "A☯️⏳", "text": "A occurs within a recursive temporal loop." }
]
},
{
"id": "context.time.meta.threshold_epoch",
"glyph": "🌀🚪",
"category": "time",
"primary": "epoch threshold",
"synomic": [
"major turning point",
"era shift",
"epochal transition",
"system‑level change"
],
"roles": ["context", "meta"],
"animation": "epoch_shift",
"examples": [
{ "glyphs": "A🌀🚪", "text": "A marks the threshold of a new epoch." }
]
},
{
"id": "context.time.meta.null_time",
"glyph": "0️⃣⏳",
"category": "time",
"primary": "null time",
"synomic": [
"time void",
"non‑time",
"reset state",
"temporal zero"
],
"roles": ["context", "meta", "symbolic"],
"animation": "void_fade",
"examples": [
{ "glyphs": "A0️⃣⏳", "text": "A exists in a state outside normal time." }
]
},
{
"id": "context.time.meta.origin_point",
"glyph": "✨🔰",
"category": "time",
"primary": "origin point",
"synomic": [
"first cause",
"initial spark",
"birth moment",
"system genesis"
],
"roles": ["context", "meta"],
"animation": "spark_origin",
"examples": [
{ "glyphs": "✨🔰A", "text": "A begins at the origin point." }
]
},
{
"id": "context.time.meta.final_point",
"glyph": "🏁🌌",
"category": "time",
"primary": "final point",
"synomic": [
"ultimate end",
"terminal moment",
"completion of arc",
"cosmic closure"
],
"roles": ["context", "meta"],
"animation": "final_fade",
"examples": [
{ "glyphs": "A🏁🌌", "text": "A reaches its final point." }
]
},
{
"id": "context.time.meta.parallel_time",
"glyph": "🔀⏳⏳",
"category": "time",
"primary": "parallel time",
"synomic": [
"multiple timelines",
"branching time",
"simultaneous flows",
"alternate sequence"
],
"roles": ["context", "meta"],
"animation": "parallel_shift",
"examples": [
{ "glyphs": "A🔀⏳⏳", "text": "A occurs across parallel timelines." }
]
}
]
|