initial commit

This commit is contained in:
2026-03-08 14:37:55 +00:00
commit 4da672cbc7
62 changed files with 3460 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
description: Test execution workflow using tester subagent
agent: tester
subtask: true
---
Run the relevant test scope and report results.
Requested scope:
$ARGUMENTS
Requirements:
- Query megamemory first for testing context.
- If scope is ambiguous, ask one focused clarification question using the question tool.
- Prefer `uv run pytest` command patterns for Python projects.
- Report commands run, pass/fail results, and likely root causes for failures.