Import locomotive availability descriptors with overlay context
This commit is contained in:
parent
8c7ff335cb
commit
87108f357b
21 changed files with 1154 additions and 27 deletions
|
|
@ -5,10 +5,10 @@
|
|||
"description": "Tracked save-slice document representing a parity-heavy captured packed-event collection.",
|
||||
"original_save_filename": "captured-parity.gms",
|
||||
"original_save_sha256": "parity-sample-sha256",
|
||||
"notes": [
|
||||
"tracked as JSON save-slice document rather than raw .smp",
|
||||
"preserves one recovered-but-unmapped locomotive policy row and one semantically decoded-but-parity-only row"
|
||||
]
|
||||
"notes": [
|
||||
"tracked as JSON save-slice document rather than raw .smp",
|
||||
"preserves one recovered-but-unmapped locomotive availability row and one semantically decoded-but-parity-only row"
|
||||
]
|
||||
},
|
||||
"save_slice": {
|
||||
"file_extension_hint": "gms",
|
||||
|
|
@ -80,9 +80,10 @@
|
|||
"row_shape": "scalar_assignment",
|
||||
"semantic_family": "scalar_assignment",
|
||||
"semantic_preview": "Set Unknown Loco Available to 42",
|
||||
"recovered_locomotive_id": 10,
|
||||
"locomotive_name": null,
|
||||
"notes": [
|
||||
"recovered locomotive availability descriptor family remains parity-only until per-locomotive identity is grounded"
|
||||
"recovered locomotive availability descriptor family remains parity-only until the scalar payload is in the grounded boolean subset"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
@ -90,7 +91,7 @@
|
|||
"executable_import_ready": false,
|
||||
"notes": [
|
||||
"decoded from grounded real 0x4e9a row framing",
|
||||
"recovered locomotives-page descriptor band is now checked in, but this scalar family still has no executable runtime landing surface"
|
||||
"recovered locomotives-page descriptor band is now checked in, but this scalar family still needs overlay-backed locomotive catalog context and a grounded boolean scalar payload"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue