Files

44 lines
2.5 KiB
JSON
Raw Permalink Normal View History

{
"magic": "GXIC1",
"version": 1,
"model": "",
"entrypoint": "main",
"symbols": {
"main": 0
},
"instructions": [
{ "op": "LOG", "args": ["=== XIC v1.5 Multi-Glyph Resonance Demo ==="] },
{ "op": "SET_MODE", "args": ["symbolic"] },
{ "op": "LOG", "args": ["Mode set to: symbolic"] },
{ "op": "SET_CONTEXT", "args": ["domain", "cognitive_theory"] },
{ "op": "SET_CONTEXT", "args": ["style", "integrated"] },
{ "op": "LOG", "args": ["Context configured"] },
{ "op": "CHAIN", "args": ["multi_glyph_analysis_1"] },
{ "op": "LOG", "args": ["=== Accumulating glyph context ==="] },
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["glyph://compression"] },
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["glyph://entropy"] },
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["glyph://information"] },
{ "op": "LOG", "args": ["Three glyphs in context: compression, entropy, information"] },
{ "op": "LOG", "args": ["=== Executing with multi-glyph resonance ==="] },
{ "op": "CALL_GLYPH", "args": ["glyph://unified_theory", "How do compression, entropy, and information theory relate as fundamental cognitive glyphs?"] },
{ "op": "LOG", "args": ["Multi-glyph resonance computation complete"] },
{ "op": "LOG", "args": ["=== Querying multi-glyph results ==="] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://unified_theory", "report"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://unified_theory", "global"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://unified_theory", "dominant"] },
{ "op": "CHAIN", "args": ["multi_glyph_analysis_2"] },
{ "op": "LOG", "args": ["=== Second multi-glyph chain ==="] },
{ "op": "CLEAR_GLYPH_CONTEXT", "args": [] },
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["glyph://cognition"] },
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["glyph://language"] },
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["glyph://symbol"] },
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["glyph://meaning"] },
{ "op": "LOG", "args": ["Four glyphs accumulated: cognition, language, symbol, meaning"] },
{ "op": "CALL_GLYPH", "args": ["glyph://semiotic_resonance", "Describe the resonance between cognition, language, symbols, and meaning."] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://semiotic_resonance", "report"] },
{ "op": "LOG", "args": ["=== Multi-Glyph Demo Complete ==="] },
{ "op": "CLEAR_GLYPH_CONTEXT", "args": [] },
{ "op": "LOG", "args": ["Context cleared. Program exit: success"] }
]
}