fix: 🐛 add missing description for instruction

This commit is contained in:
Muhammad Ubaid Raza 2025-07-18 02:34:24 +05:00
parent 1927e02f3d
commit d1cd5e0ac8
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
---
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

View File

@ -1,4 +1,6 @@
---
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