- Rust workspace with stemedb-core crate - Full .claude/ configuration (agents, skills, commands, guides) - ai-lookup/ for token-efficient fact storage - Quality gates: clippy, fmt, jscpd duplication detection - Pre-commit hook with 5-phase quality checks - CLAUDE.md router and CODING_GUIDELINES.md standards Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
271 B
JSON
17 lines
271 B
JSON
{
|
|
"threshold": 0,
|
|
"reporters": ["console"],
|
|
"ignore": [
|
|
"**/target/**",
|
|
"**/*.lock",
|
|
"**/tests/**"
|
|
],
|
|
"format": ["rust"],
|
|
"minLines": 5,
|
|
"minTokens": 50,
|
|
"skipLocal": false,
|
|
"blame": false,
|
|
"gitignore": true,
|
|
"output": ".jscpd-report"
|
|
}
|