diff --git a/CLAUDE.md b/CLAUDE.md index 8a75feb..7760345 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -39,7 +39,7 @@ Try to stick to these commands for consistency. ### Linters -- **scalafmt** — enforces formatting; run `./gradlew scalafmtAll` to auto-format before committing. +- **scalafmt** — enforces formatting; run `./gradlew spotlessScalaCheck` to check and `./gradlew spotlessScalaApply` to refactor. - **scalafix** — enforces style and detects unused imports/code; run `./gradlew scalafix` to apply rules. ## Architecture Decisions