tdd-guard
Version:
Automated Test-Driven Development enforcement for Claude Code
19 lines (13 loc) • 746 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.LINT_RESULTS = void 0;
exports.LINT_RESULTS = `### Code Quality Status
This section shows the current code quality status from static analysis.
IMPORTANT: This lint output reflects the CURRENT state of the codebase BEFORE the proposed modification.
Use this to understand:
- Current code quality issues that need attention
- Whether code quality should be addressed before new features
- Patterns of issues that may indicate architectural concerns
Note: During TDD red phase (failing tests), focus on making tests pass before addressing lint issues.
During green phase (passing tests), lint issues should be addressed before proceeding to new features.
`;
;