19 lines
644 B
JSON
19 lines
644 B
JSON
|
|
{
|
||
|
|
"magic": "GXIC1",
|
||
|
|
"version": 1,
|
||
|
|
"model": "",
|
||
|
|
"entrypoint": "main",
|
||
|
|
"symbols": {
|
||
|
|
"main": 0
|
||
|
|
},
|
||
|
|
"instructions": [
|
||
|
|
{ "op": "SET_MODE", "args": ["symbolic"] },
|
||
|
|
{ "op": "SET_CONTEXT", "args": ["domain", "glyph_cognition"] },
|
||
|
|
{ "op": "SET_CONTEXT", "args": ["style", "analytic"] },
|
||
|
|
{ "op": "CHAIN", "args": ["glyph_analysis"] },
|
||
|
|
{ "op": "LOG", "args": ["Starting glyph-aware symbolic pipeline"] },
|
||
|
|
{ "op": "CALL_GLYPH", "args": ["glyph://compression", "Explain how compression acts as a cognitive glyph."] },
|
||
|
|
{ "op": "RUN_PROMPT", "args": ["Summarize the previous explanation in one sentence."] }
|
||
|
|
]
|
||
|
|
}
|