tdd-guard
Version:
Automated Test-Driven Development enforcement for Claude Code
2 lines • 649 B
TypeScript
export declare const TEST_OUTPUT = "### Test Output\n\nThis section shows the output from the most recent test run BEFORE this modification.\n\nIMPORTANT: This test output is from PREVIOUS work, not from the changes being reviewed. The modification has NOT been executed yet.\n\nUse this to understand:\n- Which tests are failing and why (from previous work)\n- What error messages indicate about missing implementation\n- Whether tests are passing (indicating refactor phase may be appropriate)\n\nNote: Test output may be from unrelated features. This does NOT prevent starting new test-driven work.\n\n";
//# sourceMappingURL=test-output.d.ts.map