tdd-guard
Version:
Automated Test-Driven Development enforcement for Claude Code
2 lines • 707 B
TypeScript
export declare const LINT_RESULTS = "### Code Quality Status\n\nThis section shows the current code quality status from static analysis.\n\nIMPORTANT: This lint output reflects the CURRENT state of the codebase BEFORE the proposed modification.\n\nUse this to understand:\n- Current code quality issues that need attention\n- Whether code quality should be addressed before new features\n- Patterns of issues that may indicate architectural concerns\n\nNote: During TDD red phase (failing tests), focus on making tests pass before addressing lint issues.\nDuring green phase (passing tests), lint issues should be addressed before proceeding to new features.\n\n";
//# sourceMappingURL=lint-results.d.ts.map