+ {/* Error Message */}
+ {error && (
+
+
+
{error}
+
+
+ )}
+
+
+ Reset {projectName} to start fresh.
+
+
+ {/* Reset Type Toggle */}
+
+
+
+
+
+
+ {/* What will be deleted */}
+
+
This will delete:
+
+ - All features and their progress
+ - Assistant chat history
+ - Agent settings
+ {fullReset && (
+ - Prompts directory (app_spec.txt, templates)
+ )}
+
+
+
+ {/* What will be preserved */}
+
+
This will preserve:
+
+ {!fullReset && (
+ <>
+ - App spec (prompts/app_spec.txt)
+ - Prompt templates
+ >
+ )}
+ - Project registration
+ {fullReset && (
+ -
+ (You'll see the setup wizard to create a new spec)
+
+ )}
+
+
+
+ {/* Actions */}
+
+
+
+
+