- 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>
10 lines
180 B
TOML
10 lines
180 B
TOML
# Cargo configuration for StemeDB
|
|
|
|
# Deny warnings in release builds
|
|
[target.'cfg(all())']
|
|
rustflags = ["-D", "warnings"]
|
|
|
|
# Speed up builds with parallel linking
|
|
[build]
|
|
jobs = 8
|