Skip to content

Commit a8442b8

Browse files
committed
docs: remove co-authored-by from commit guidelines
1 parent b192a4a commit a8442b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ All code must be written using TDD:
7272

7373
Commit in logical chunks as you work. Don't wait until a feature is complete - commit after each meaningful step (e.g., tests passing, component implemented, wiring complete).
7474

75+
Do not add a `Co-Authored-By` line to commit messages.
76+
7577
### Branded Types
7678

7779
Use branded types from `src/types/branded.ts` when working with primitive values that have semantic meaning:

0 commit comments

Comments
 (0)