- 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>
6 lines
109 B
TOML
6 lines
109 B
TOML
# Rustfmt configuration
|
|
edition = "2021"
|
|
max_width = 100
|
|
use_small_heuristics = "Max"
|
|
newline_style = "Unix"
|