Skip to content

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.

optional dismissed?: boolean

Defined in: src/star-prompt.ts:34

Operator chose “no thanks” — never ask again.


firstSeenAt: number

Defined in: src/star-prompt.ts:32


optional snoozeUntil?: number

Defined in: src/star-prompt.ts:38

Operator chose “remind me later” — suppress until this timestamp.


optional starred?: boolean

Defined in: src/star-prompt.ts:36

The repo was starred — never ask again.