Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 578 Bytes

File metadata and controls

26 lines (18 loc) · 578 Bytes

CLAUDE.md

Build & Verify

cargo clippy --features generator -- -D warnings
cargo fmt -- --check
cargo test --features generator

Verification (after palette/color changes)

cargo run --features generator -- generate --tool all
git diff --exit-code

Feature Flags

generator — template rendering, CLI, integration tests

Rules Index

  • .claude/rules/palette.md — palette evaluation pipeline, ColorExpr, staged resolution
  • .claude/rules/color.md — Rgb color manipulation
  • .claude/rules/templates.md — Tera template conventions