From ab5a24d5cc9db8e09da1e60ab92402344b2107ea Mon Sep 17 00:00:00 2001 From: zooav Date: Thu, 24 Jul 2025 21:04:54 -0400 Subject: [PATCH] Update folder-structure-blueprint-generator.prompt.md Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines. --- prompts/folder-structure-blueprint-generator.prompt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prompts/folder-structure-blueprint-generator.prompt.md b/prompts/folder-structure-blueprint-generator.prompt.md index e014e5b..cd6b3e9 100644 --- a/prompts/folder-structure-blueprint-generator.prompt.md +++ b/prompts/folder-structure-blueprint-generator.prompt.md @@ -1,5 +1,5 @@ --- -description: "Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks." +description: 'Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks.' --- # Project Folder Structure Blueprint Generator @@ -401,4 +401,4 @@ Document how the project structure is maintained and enforced: - Structure evolution history Include a section at the end about maintaining this blueprint and when it was last updated. -" \ No newline at end of file +"