From e7b69bde63a4c961c252361f7f4fd929b184bb29 Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Fri, 18 Jul 2025 03:01:19 +0500 Subject: [PATCH] fix: :art: add markdown lint compliance --- chatmodes/software-engineer-agent-v1.chatmode.md | 3 +-- instructions/spec-driven-workflow-v1.instructions.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/chatmodes/software-engineer-agent-v1.chatmode.md b/chatmodes/software-engineer-agent-v1.chatmode.md index ae950d0..374250c 100644 --- a/chatmodes/software-engineer-agent-v1.chatmode.md +++ b/chatmodes/software-engineer-agent-v1.chatmode.md @@ -1,6 +1,5 @@ --- -description: | - Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively. +description: 'Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.' tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github'] --- # Software Engineer Agent v1 diff --git a/instructions/spec-driven-workflow-v1.instructions.md b/instructions/spec-driven-workflow-v1.instructions.md index da91fab..2a4cc88 100644 --- a/instructions/spec-driven-workflow-v1.instructions.md +++ b/instructions/spec-driven-workflow-v1.instructions.md @@ -1,6 +1,5 @@ --- -description: | - Specification-Driven Workflow v1 provides a structured approach to software development, ensuring that requirements are clearly defined, designs are meticulously planned, and implementations are thoroughly documented and validated. +description: 'Specification-Driven Workflow v1 provides a structured approach to software development, ensuring that requirements are clearly defined, designs are meticulously planned, and implementations are thoroughly documented and validated.' applyTo: '**' --- # Spec Driven Workflow v1