Initial commit: 2125_GCE project

This commit is contained in:
GlyphRunner System
2026-07-09 12:54:44 -04:00
parent c3a826b65c
commit ae13f78c22
299 changed files with 124289 additions and 1031 deletions
+49
View File
@@ -0,0 +1,49 @@
{
"magic": "GXIC1",
"version": 1,
"model": "",
"entrypoint": "main",
"symbols": {
"main": 0,
"end": 5
},
"instructions": [
{
"op": "SET_MODE",
"args": [
"symbolic"
]
},
{
"op": "SET_CONTEXT",
"args": [
"variant",
"bench_28"
]
},
{
"op": "PUSH_GLYPH_CONTEXT",
"args": [
"glyph://benchmark"
]
},
{
"op": "RUN_PROMPT",
"args": [
"Execute symbolic workload"
]
},
{
"op": "CHAIN",
"args": [
"end"
]
},
{
"op": "LOG",
"args": [
"Done"
]
}
]
}