auto-claude: subtask-1-2 - Add onboardingCompleted to DEFAULT_APP_SETTINGS

- Added onboardingCompleted: false to DEFAULT_APP_SETTINGS constant
- This provides the default value for the new onboarding tracking field

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
AndyMik90
2025-12-15 17:06:21 +01:00
parent 7c24b48ed8
commit c5a0331d3f
+1
View File
@@ -90,6 +90,7 @@ export const DEFAULT_APP_SETTINGS = {
autoBuildPath: undefined as string | undefined,
autoUpdateAutoBuild: true,
autoNameTerminals: true,
onboardingCompleted: false,
notifications: {
onTaskComplete: true,
onTaskFailed: true,