On-demand strategy snapshot via the typed computeStrategy core function (#1243 step 4).
runStrategy():Promise<StrategyCommandOutput>
Compute the on-demand strategy snapshot. Returns { strategy: null, message } when state is below the merged-PR floor, and { strategy }
with the full typed result otherwise.
On-demand strategy snapshot via the typed
computeStrategycore function (#1243 step 4).