loadSteers
loadSteers(
store,standardCommand?):Steer[]
Defined in: src/steers.ts:108
Read saved steers, seeding (and persisting) the defaults on first use.
standardCommand is the config fallback for the legacy quick-launch prompt: on a
fresh DB it seeds the default issue action; on an existing DB the stored
“standardCommand” setting (the operator’s own prompt) wins, folded in exactly once.
The same one-time pass also backfills a distinct default emoji onto every legacy
steer that predates the emoji field, persisted so the operator need not set them.
Parameters
Section titled “Parameters”Pick<SessionStore, "getSetting" | "setSetting">
standardCommand?
Section titled “standardCommand?”string = ""
Returns
Section titled “Returns”Steer[]