Commit Graph

4 Commits

Author SHA1 Message Date
josh 1af9408c87 Fix Finance page: remove Recharts Tooltips, defensive string coercion
CI / build-and-push (push) Successful in 37s
Remove chart Tooltip components and wrap fundingStatus.reason in
String() to eliminate possible object-as-React-child errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 19:04:44 -04:00
josh 6659941632 Fix Finance page crash from Tooltip formatter returning array
CI / build-and-push (push) Successful in 34s
Recharts Tooltip formatter should return a string, not a
single-element array which React can't render as a child.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 18:54:39 -04:00
josh 8a8b49d934 Add Week 3 polish and late-game features
VC funding system (seed through IPO with requirements gating), 15
achievements with engine checker, model tuning presets and unlockable
sliders, overload policy controls, open-source mechanic with reputation
boost, enhanced Recharts analytics (subscriber/reputation/revenue vs
expenses charts), M&A acquisition system, sidebar NEW badges on era
transitions, tutorial hints, and wired-up settings toggles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 17:56:40 -04:00
josh 9a48c188ad Add complete game loop: training, revenue, market, offline catch-up
- Model training system: training jobs produce TrainedModels with
  calculated capabilities based on compute, data, and research
- Market system: organic API demand and consumer subscriptions now
  generate real revenue from deployed models
- Talent system: salary costs calculated from department headcount
- Toast notification system for game events (training complete, etc.)
- Offline catch-up: progress bar + summary screen when returning
- Market page: pricing controls for API and subscription products
- Finance page: income statement, cash charts, funding history
- Tick processor now runs all 7 systems in correct dependency order

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 17:02:58 -04:00