Test Triage
Workflow
-
Run the requested test command (or metta pytest --changed if none is provided).
-
Read failure output and identify the first actionable frame.
-
Inspect relevant code paths and determine root cause.
-
Implement the smallest sensible fix; avoid unrelated refactors.
-
Re-run the same target only if requested and report results.