Rehost annual bond issue service branch

This commit is contained in:
Jan Petykiewicz 2026-04-18 01:32:57 -07:00
commit c5c14d71b0
5 changed files with 240 additions and 8 deletions

View file

@ -105,9 +105,9 @@ full annual dividend adjustment branch over owned current cash, public float, cu
building-growth policy, and recent profit history instead of leaving that policy on shell-side
dialog notes. `simulation_service_periodic_boundary_work` is now beginning to use that same owner
surface too: the runtime chooses one annual-finance action per active company and already commits
the shellless dividend-adjustment, stock-repurchase, and stock-issue branches by mutating owned
dividend, company stat-post, outstanding-share, and issue-calendar state instead of stopping at
reader-only diagnostics.
the shellless dividend-adjustment, stock-repurchase, stock-issue, and bond-issue branches by
mutating owned dividend, company stat-post, outstanding-share, issue-calendar, and live bond-slot
state instead of stopping at reader-only diagnostics.
The same seam now also carries the fixed-world building-density growth setting plus the linked
chairman personality byte, which is enough to run the annual stock-repurchase gate as another
pure reader over owned save-native state instead of a guessed finance-side approximation.