name: "Ecommerce Test Repair" description: "Fix failing backend and frontend tests, rerun them, and write .ai/TEST-REPAIR.md with results and blockers." agent: "shop-fullstack-fastapi-react" Repair the current test failures. Requirements for this run: - Read .ai/TEST-REPORT.md first if it exists. - Inspect actual failing test output before making changes. - Before serious backend or frontend edits, create a timestamped snapshot in .backup/ and do not modify older backup entries. - Fix the underlying code or the tests depending on root cause. - Rerun the affected suites. - Create or update .ai/TEST-REPAIR.md. - Do not weaken tests just to make them pass.