feat: compile GLS protocols into native runtime guards

This commit is contained in:
冰朔 2026-08-17 16:22:56 +08:00
commit d6b1290e1c
13 changed files with 1909 additions and 6 deletions

View file

@ -0,0 +1,30 @@
{
"schema": "hololake.gls-executable-projections/v1",
"source_commit": "2598fbfba8caf64c7ab9740a3036c5aab977502e",
"projections": {
"GLS-0250": {
"projection_kind": "TYPED_FACT_AND_DOMAIN_BOUNDARY",
"adapter": "origin-domain-topology",
"event_kinds": ["BOOTSTRAP", "DOMAIN_ROUTE"],
"dependencies": []
},
"GLS-0253": {
"projection_kind": "DETERMINISTIC_IDENTITY_AND_NUMBERING_GUARD",
"adapter": "zero-core-numbering",
"event_kinds": ["IDENTITY_ROUTE", "IDENTITY_ADMISSION", "NUMBERING_RESOLVE"],
"dependencies": ["GLS-0250", "GLS-0262", "GLS-0263"]
},
"GLS-0262": {
"projection_kind": "REALITY_ENGINEERING_STAGE_GATE",
"adapter": "reality-engineering-stage",
"event_kinds": ["RUNTIME_STAGE"],
"dependencies": []
},
"GLS-0263": {
"projection_kind": "LANGUAGE_PRODUCT_DUAL_UPDATE_BOUNDARY",
"adapter": "dual-update-channel",
"event_kinds": ["PROTOCOL_UPDATE", "PRODUCT_UPDATE"],
"dependencies": ["GLS-0250", "GLS-0262"]
}
}
}