Skip to content

Commit 52f58b4

Browse files
committed
(CAT-2609) Fix line break in CLAUDE.md project rules
Separates two rules that were accidentally joined on the same line to ensure they are rendered as distinct list items.
1 parent 2e75b74 commit 52f58b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ If you change template behavior, update:
9797
## Project Rules
9898

9999
- At the start of a coding session, review the repository structure and any relevant README or documentation files to understand the area you are working in.
100-
- Always read the files relevant to the task before suggesting or making a change.- Never merge a pull request.
100+
- Always read the files relevant to the task before suggesting or making a change.
101+
- Never merge a pull request.
101102
- Never work directly on the `main` or `master` branch.
102103
- Never push a branch without explicit instruction.
103104
- Never delete a file without permission — this applies even after a blanket "yes to all".

0 commit comments

Comments
 (0)