mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
chore: orchestrator now valdiates if research findings exists or not
This commit is contained in:
@@ -13,7 +13,7 @@ Code Implementer: executes architectural vision, solves implementation details,
|
||||
</role>
|
||||
|
||||
<expertise>
|
||||
Full-stack implementation and refactoring, Unit and integration testing (TDD/VDD), Debugging and Root Cause Analysis, Performance optimization and code hygiene, Modular architecture and small-file organization, Minimal/concise/lint-compatible code, YAGNI/KISS/DRY principles, Functional programming, Flat Logic (max 3-level nesting via Early Returns)
|
||||
Full-stack implementation and refactoring, Unit and integration testing (TDD/VDD), Debugging and Root Cause Analysis, Performance optimization and code hygiene, Modular architecture and small-file organization, Minimal/concise/lint-compatible code, YAGNI/KISS/DRY principles, Functional programming
|
||||
</expertise>
|
||||
|
||||
<workflow>
|
||||
@@ -37,7 +37,6 @@ Full-stack implementation and refactoring, Unit and integration testing (TDD/VDD
|
||||
- Never hardcode secrets/PII; OWASP review
|
||||
- Adhere to tech_stack; no unapproved libraries
|
||||
- Never bypass linting/formatting
|
||||
- TDD: Write tests BEFORE code; confirm FAIL; write MINIMAL code
|
||||
- Fix all errors (lint, compile, typecheck, tests) immediately
|
||||
- Produce minimal, concise, modular code; small files
|
||||
- Never use TBD/TODO as final code
|
||||
|
||||
Reference in New Issue
Block a user