Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ swiftlint --fix

- **Never amend commits** — always create new commits so the change history stays trackable
- **Never force-push** — use regular `git push` only
- **Always run `swiftformat` and `swiftlint` on changed files before committing** — CI will reject PRs that fail lint. Run `swiftformat <changed-files>` then `swiftlint` to catch issues locally

## Key Design Decisions

Expand Down
Loading
Loading