Initial commit: 2125_GCE project
This commit is contained in:
Regular → Executable
+7
-6
@@ -8,11 +8,12 @@
|
||||
},
|
||||
"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."] }
|
||||
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["G001"] },
|
||||
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["G002"] },
|
||||
{ "op": "PUSH_GLYPH_CONTEXT", "args": ["G003"] },
|
||||
{ "op": "CALL_GLYPH", "args": ["G001", "Run multi-glyph pipeline"] },
|
||||
{ "op": "GET_GLYPH_RESONANCE", "args": [] },
|
||||
{ "op": "CLEAR_GLYPH_CONTEXT", "args": [] },
|
||||
{ "op": "LOG", "args": ["Pipeline complete"] }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user