feat(cli): improve startup warnings UX with dismissal and suppression

This commit is contained in:
Spencer
2026-02-20 02:39:56 +00:00
parent 5fd557347e
commit 5f44d3c3e6
11 changed files with 364 additions and 87 deletions
@@ -15,6 +15,7 @@ interface PersistentStateData {
tipsShown?: number;
hasSeenScreenReaderNudge?: boolean;
focusUiEnabled?: boolean;
startupWarningCounts?: Record<string, number>;
// Add other persistent state keys here as needed
}