StarPromptState
Defined in: src/star-prompt.ts:31
Durable per-install state. firstSeenAt is stamped on first ever boot and is
the anchor for the grace window; the rest are terminal/temporary flags set by
the operator’s choice in the nudge.
Properties
Section titled “Properties”dismissed?
Section titled “dismissed?”
optionaldismissed?:boolean
Defined in: src/star-prompt.ts:34
Operator chose “no thanks” — never ask again.
firstSeenAt
Section titled “firstSeenAt”firstSeenAt:
number
Defined in: src/star-prompt.ts:32
snoozeUntil?
Section titled “snoozeUntil?”
optionalsnoozeUntil?:number
Defined in: src/star-prompt.ts:38
Operator chose “remind me later” — suppress until this timestamp.
starred?
Section titled “starred?”
optionalstarred?:boolean
Defined in: src/star-prompt.ts:36
The repo was starred — never ask again.