Rehost annual stock repurchase service branch

This commit is contained in:
Jan Petykiewicz 2026-04-18 01:27:13 -07:00
commit bb3c968cec
5 changed files with 359 additions and 30 deletions

View file

@ -105,8 +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 and stock-issue branches by mutating owned dividend, cash,
outstanding-share, and issue-calendar state instead of stopping at reader-only diagnostics.
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 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.