Probe raw save investor-confidence issue state
This commit is contained in:
parent
a1ace18a0d
commit
934b0049eb
5 changed files with 174 additions and 15 deletions
|
|
@ -98,8 +98,8 @@ The highest-value next passes are now:
|
|||
can execute from standalone save-slice fixtures without overlay snapshots when that context is
|
||||
present; raw `.gms` inspection/export now reconstructs those company/chairman collections
|
||||
directly from save-side tagged record families, while the fixed save-side `0x32c8` world block
|
||||
still provides selected company/chairman ids plus the grounded campaign-override and
|
||||
chairman-slot / role-gate analysis bytes; the current raw-save frontier is narrower now:
|
||||
still provides selected company/chairman ids plus the grounded campaign-override, issue-`0x37`
|
||||
value/multiplier, and chairman-slot / role-gate analysis bytes; the current raw-save frontier is narrower now:
|
||||
company/chairman identity, active flags, links, chairman cash, chairman holdings, chairman
|
||||
purchasing power, company debt, company track-laying capacity, and collection counts are
|
||||
grounded, while broader company
|
||||
|
|
@ -107,9 +107,12 @@ The highest-value next passes are now:
|
|||
defaults until their raw offsets are pinned more strongly; the offline analysis command
|
||||
`runtime inspect-save-company-chairman <save.gms>` now dumps those remaining raw record
|
||||
candidates directly from the rehosted parser, including fixed-world chairman slot / role-gate
|
||||
context, the fixed-world six-float economic tuning band, derived holdings-at-share-price and
|
||||
cached purchasing-power totals,
|
||||
context, the grounded fixed-world issue-`0x37` pair, the separate six-float economic tuning
|
||||
band, derived holdings-at-share-price and cached purchasing-power totals,
|
||||
context, company dword candidate windows, and richer chairman qword cache views
|
||||
- the project rule on the remaining closure work is now explicit too: when one runtime-facing field
|
||||
is still ambiguous, prefer rehosting the owning source state or real reader/setter family first
|
||||
instead of guessing another derived leaf field from neighboring raw offsets
|
||||
- a checked-in `EventEffects` export now exists at
|
||||
`artifacts/exports/rt3-1.06/event-effects-table.json`, and a checked-in semantic closure layer
|
||||
now exists at `artifacts/exports/rt3-1.06/event-effects-semantic-catalog.json`
|
||||
|
|
|
|||
|
|
@ -60,15 +60,16 @@ Implemented today:
|
|||
chairman-targeted descriptor/condition batches execute from standalone save-slice fixtures
|
||||
without overlay snapshots when the checked-in documents include that context, and raw `.gms`
|
||||
inspection/export now reconstructs company/chairman direct-record entries too; the fixed
|
||||
`0x32c8` world block still contributes selected ids plus the grounded campaign-override and
|
||||
chairman slot / role-gate analysis bytes, while the tagged company and chairman/profile
|
||||
`0x32c8` world block still contributes selected ids plus the grounded campaign-override,
|
||||
issue-`0x37` value/multiplier, and chairman slot / role-gate analysis bytes, while the tagged company and chairman/profile
|
||||
collections now provide save-native roster entries and `observed_entry_count`; raw company debt
|
||||
from the bond table and raw company track-laying capacity from the record tail are grounded too,
|
||||
and chairman purchasing power now reuses the strongest nonnegative cached qword total from the
|
||||
`[profile+0x1e9..]` band plus current cash instead of collapsing to plain net worth;
|
||||
the same fixed world payload now exposes the six-float economic tuning band
|
||||
`[world+0x0be2..+0x0bf6]` through save inspection too, but current atlas evidence still keeps
|
||||
that editor-tuning family separate from the company-governance issue lanes;
|
||||
the same fixed world payload now exposes the grounded issue-`0x37` pair at `[world+0x29/+0x2d]`
|
||||
and the separate six-float economic tuning band `[world+0x0be2..+0x0bf6]` through save
|
||||
inspection too, but current atlas evidence still keeps that editor-tuning family separate from
|
||||
the company-governance issue lanes;
|
||||
and `runtime inspect-save-company-chairman <save.gms>` now exposes the remaining raw
|
||||
company/chairman scalar candidates directly from the rehosted parser, including fixed-world
|
||||
chairman slot / role-gate context, company dword candidate windows, richer chairman qword
|
||||
|
|
@ -521,6 +522,8 @@ The currently implemented normalized runtime surface is:
|
|||
normalized runtime-effect vocabulary with staged event-record mutation
|
||||
- save-side inspection and partial state projection for `.smp` inputs, including per-record packed
|
||||
event summaries and selective executable import
|
||||
- closure policy on the remaining frontier: prefer rehosting the owning source state and the real
|
||||
reader/setter family over guessing one more derived leaf metric from nearby save offsets
|
||||
- tracked save-slice documents plus save-slice-backed fixture loading for captured-runtime coverage
|
||||
|
||||
Checked-in fixture families already include:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue