Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ markers: # Custom pytest markers beyond built-ins
### Quality Metrics
- Language-specific parsers extract AST information
- Metrics: cyclomatic complexity, duplication, code churn, maintainability index
- ast-grep rules in `configs/ast-grep-rules/` for pattern-based analysis
- Pinned `scb-check` reports the composite verbosity and erosion scores
- LLM judge for subjective quality assessment via rubric templates

### Logging and Debugging
Expand Down Expand Up @@ -344,4 +344,3 @@ Skills are invoked with `/skill-name <args>`. See `.claude/skills/` for full doc
- `docs/evaluation-tests/stateful-testing.md` - State across checkpoints and modules
- `docs/evaluation-tests/complex-parametrization.md` - Loading cases from JSON, YAML, directories
- `docs/evaluation-tests/debugging-workflows.md` - Debugging test failures and workflows

Loading