Add save-side collection seam scanners
This commit is contained in:
parent
a4fd4f099d
commit
ec4919fdbf
4 changed files with 534 additions and 112 deletions
|
|
@ -21,8 +21,10 @@ Working rule:
|
|||
`0x36b1/0x36b2/0x36b3` header seam so the blocked city-connection / linked-transit branch can
|
||||
stop depending on atlas-only placed-structure and local-runtime refresh notes, especially the
|
||||
semantics of the now-grounded compact `0x55f3` footer dword/status lane and the newly exposed
|
||||
unclassified tagged-collection candidates that may correspond to the separate placed-structure
|
||||
dynamic side-buffer lane.
|
||||
separate tagged side-buffer seam candidates, especially the exact `0x38a5/0x38a6/0x38a7`
|
||||
family whose compact `6`-byte header pattern and embedded placed-structure-style `0x55f1`
|
||||
name rows now make it the strongest current candidate for the separate placed-structure dynamic
|
||||
side-buffer owner.
|
||||
- Extend shellless clock advancement so more periodic-company service branches consume owned
|
||||
runtime time state directly instead of only the explicit periodic service command.
|
||||
- Keep widening selected-year world-owner state only when a full owning reader/rebuild family is
|
||||
|
|
@ -78,8 +80,16 @@ Working rule:
|
|||
from “find the hidden tail inside this payload” to “find the separate owner seam that backs the
|
||||
runtime latches the city-connection branch still reads.”
|
||||
- Save inspection now also exports a generic low-tag unclassified collection scan over plausible
|
||||
indexed-collection headers, so the next city-connection pass can compare real save candidates
|
||||
against the atlas-owned placed-structure dynamic side-buffer lane instead of blind tag hunting.
|
||||
indexed-collection headers, now through a lightweight CLI path that does not require full bundle
|
||||
inspection and now filters out candidates nested inside already-grounded company/chairman/train/
|
||||
region/placed-structure spans.
|
||||
- That lightweight scan now also narrows the real save frontier to a much smaller stable candidate
|
||||
set across `p.gms`, `q.gms`, and `Autosave.gms`, with the exact `0x38a5/0x38a6/0x38a7` family
|
||||
standing out as the strongest current placed-structure dynamic side-buffer candidate.
|
||||
- The `0x38a5/0x38a6/0x38a7` family now also has a first dedicated parser scaffold in
|
||||
`rrt-runtime`: its synthetic regression is grounded, its header shape is checked in, and the
|
||||
parser now expects a compact 6-byte prefix plus separator byte before an embedded
|
||||
placed-structure-style dual-name row rather than treating the family as anonymous residue.
|
||||
- The placed-structure tagged save stream now also exposes repeated `0x55f1/0x55f2/0x55f3`
|
||||
triplets with dual name stems, a fixed five-`f32` policy row, and a compact `0x5dc1...0x5dc2`
|
||||
footer carrying one raw `u32` payload lane plus one live `i32` status lane, so the remaining
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue