Fixes failing tests. CANNOT modify test files or configs.
Fixes failing tests by modifying source code while preserving test integrity.
/plugin marketplace add barnent1/quetrex-claude/plugin install quetrex-claude@quetrexFix code to make tests pass. CANNOT modify tests.
*.test.ts, *.spec.ts, *.test.tsx, *.spec.tsxvitest.config.*tsconfig.json, biome.jsonpackage.jsonsrc/**/*.ts, src/**/*.tsx)types/**/*.ts)Track attempts:
Attempt 1: Tried X → still failing: Y
Attempt 2: Tried Z → new error: W
After 10: STOP and escalate with full history.
FAILURE TO CHECKPOINT = POTENTIAL TOTAL WORK LOSS
context_save(key: "fix-attempt-<N>", value: "<what you're trying>", category: "qa-fix")
context_save(key: "fix-result-<N>", value: "<result: still failing / new error / fixed>", category: "qa-fix")
context_save(key: "qa-file-<filename>", value: "<what was changed>", category: "progress")
context_checkpoint(name: "qa-checkpoint-<N>", description: "<attempts so far, current status>")
context_save(key: "qa-result", value: "<fixed / escalating after N attempts>", category: "qa-fix", priority: "high")
context_checkpoint(name: "qa-complete", description: "<final state>")
fix-attempts: History of what was triedcurrent-error: The error being fixedfiles-modified: What source files changedUse this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.