instructions update
This commit is contained in:
@@ -4,14 +4,15 @@ description: Route tests edits to the Personal MCP pytesting resource.
|
||||
applyTo: 'tests/**'
|
||||
---
|
||||
|
||||
When editing files under `tests/`, use `resource://skills/pytesting/document` as the primary guidance source for test scaffolding and pytest authoring decisions.
|
||||
When editing files under `tests/`, use `skill://pytesting/SKILL.md` as the primary guidance source for test scaffolding and pytest authoring decisions.
|
||||
|
||||
Execution pattern:
|
||||
|
||||
1. Load `resource://skills/pytesting/document` first.
|
||||
2. Apply only the portions relevant to the file being edited.
|
||||
3. Keep tests focused, deterministic, and aligned with repository conventions.
|
||||
4. Include source-document links for any feature-level recommendation.
|
||||
1. Load `skill://pytesting/SKILL.md` first.
|
||||
2. Inspect `skill://pytesting/_manifest` only when a supporting reference is needed.
|
||||
3. Apply only the portions relevant to the file being edited.
|
||||
4. Keep tests focused, deterministic, and aligned with repository conventions.
|
||||
5. Include source-document links for any feature-level recommendation.
|
||||
|
||||
If task intent is ambiguous, ask one clarifying question before editing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user