Skip to content

RFC-022: AIGP-VGL — Visual Glyph Governance Profile — 11. VGL-to-SGL Mapping

AIGP SpecificationRFC-022: AIGP-VGL — Visual Glyph Governance Profile › 11. VGL-to-SGL Mapping

← 10. Frame Types · Section index · 12. VGL Frame Validation →

11. VGL-to-SGL Mapping

Every VGL frame SHOULD map back to an SGL statement or SGL-derived runtime state.

Example VGL:

[◎D42][@SAR17][⌘✓][⛶IN][AUTO↓][≈GPS.62][↩BASE][#8F3A]

Equivalent SGL:

◎drone.042 → return ◇base @mission.SAR17
✓ if ⌘authority.valid ∧ ⛶inside:mission_envelope
⇣ if gps.confidence == 0.62
↩ if autonomy.degraded == true
#D-DNA{event:action.returning, hash:sha256:8f3a...}

Canonical machine form:

vgl_frame:
frame_type: STATUS
actor: drone.042
context: mission.SAR17
authority_state: valid
envelope_state: inside
autonomy_mode: reduced
confidence:
gps: 0.62
action: return_to_base
evidence:
ddna_ref: 8F3A


← 10. Frame Types · Section index · 12. VGL Frame Validation →