chore: update coverage requirements and testing protocols across agent instructions and guidelines
This commit is contained in:
@@ -24,6 +24,7 @@ This section outlines the absolute order of operations. These rules have the hig
|
||||
- **Standard First**: Heavily favor standard library functions and widely accepted, common programming patterns. Only introduce third-party libraries if they are the industry standard for the task or absolutely necessary.
|
||||
- **Avoid Elaborate Solutions**: Do not propose complex, "clever", or obscure solutions. Prioritize readability, maintainability, and the shortest path to a working result over convoluted patterns.
|
||||
- **Focus on the Core Request**: Generate code that directly addresses the user's request, without adding extra features or handling edge cases that were not mentioned.
|
||||
- **Spec Hygiene**: When asked to update a plan/spec file, do not append unrelated/archived plans; keep it strictly scoped to the current task.
|
||||
|
||||
## Surgical Code Modification
|
||||
|
||||
|
||||
Reference in New Issue
Block a user