feat/ add "think hard" to starter prompt for improved results.

This commit is contained in:
Leon van Zyl
2025-08-18 14:28:53 +02:00
parent 4e9973301a
commit 0f26a394de

View File

@@ -107,7 +107,9 @@ After completing the implementation, you MUST document any new features or signi
3. **Document Design Decisions**: Include any important architectural or design decisions made during implementation. 3. **Document Design Decisions**: Include any important architectural or design decisions made during implementation.
This documentation helps maintain the project and assists future developers working with the codebase.`; This documentation helps maintain the project and assists future developers working with the codebase.
Think hard about the solution and implementing the user's requirements.`;
export function StarterPromptModal() { export function StarterPromptModal() {
const [isOpen, setIsOpen] = useState(false); const [isOpen, setIsOpen] = useState(false);