Rehost first world issue reader seam

This commit is contained in:
Jan Petykiewicz 2026-04-17 20:50:35 -07:00
commit 8c4e7009c0
5 changed files with 94 additions and 5 deletions

View file

@ -58,7 +58,9 @@ runtime-side `0x2329` stat-family reader seam is now rehosted too for the curren
`0x0d` (`current_cash`) and `0x1d` (`book_value_per_share`), so later annual-finance logic can
extend one shared reader family instead of hard-coding more direct field accesses. Those saved
stat-band windows are now widened to 16 dwords per root in save-slice/runtime state so later
year-series finance closure has enough owned raw state to attach to. A checked-in
year-series finance closure has enough owned raw state to attach to. The matching world-side issue
reader seam is now also rehosted for the grounded `0x37` investor-confidence lane on top of the
save-native world-restore state. A checked-in
The working rule on the remaining frontier is explicit now too: when a lane is still ambiguous, we
should prefer rehosting the owning source state or the real reader/setter family rather than
guessing one more derived leaf field from nearby offsets. A checked-in