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.
This commit is contained in:
parent
7ae7b39ddb
commit
ab5a24d5cc
@ -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.
|
||||
"
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user