From 7e561c48d21a3fd4b2486c286230e82450f9b4ca Mon Sep 17 00:00:00 2001 From: zooav Date: Thu, 24 Jul 2025 21:05:49 -0400 Subject: [PATCH] Update readme-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/readme-blueprint-generator.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/readme-blueprint-generator.prompt.md b/prompts/readme-blueprint-generator.prompt.md index e90a55f..a702108 100644 --- a/prompts/readme-blueprint-generator.prompt.md +++ b/prompts/readme-blueprint-generator.prompt.md @@ -1,5 +1,5 @@ --- -description: "Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content." +description: 'Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content.' ---