Skip to content

Commit 1023f56

Browse files
committed
format: apply prettier formatting to CLAUDE.md
1 parent 1af77e6 commit 1023f56

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

CLAUDE.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,33 +133,43 @@ Each component directory contains a `summary.md` file documenting:
133133

134134
## Claude Development Guidelines
135135

136-
This section contains specific instructions for Claude when working on this project.
136+
This section contains specific instructions for Claude when working on this
137+
project.
137138

138139
### Formatting Commands
139140

140141
After making any code modifications, run the appropriate formatting commands:
141142

142143
#### Markdown Files
144+
143145
- **Format**: Run `make format-md` after modifying any markdown files
144-
- **Check**: Run `make check-md` to verify markdown files are formatted correctly
146+
- **Check**: Run `make check-md` to verify markdown files are formatted
147+
correctly
145148

146149
#### Rust and TOML Files
147-
- **Format**: Run `make format` after modifying any Rust (.rs) or TOML (.toml) files
148-
- **Check**: Run `make check-format` to verify Rust and TOML files are formatted correctly
150+
151+
- **Format**: Run `make format` after modifying any Rust (.rs) or TOML (.toml)
152+
files
153+
- **Check**: Run `make check-format` to verify Rust and TOML files are formatted
154+
correctly
149155

150156
### Commit Guidelines
151157

152158
**NEVER** add Claude as a co-author in commit messages. Do not include:
159+
153160
- `Co-Authored-By: Claude <[email protected]>`
154161
- Any other co-author attribution for Claude
155162

156163
**NEVER** use emojis in commit messages.
157164

158-
**Always** wrap commit message titles at 80 characters and body text at 80 characters.
165+
**Always** wrap commit message titles at 80 characters and body text at 80
166+
characters.
159167

160-
Always verify commit messages before committing and remove any co-author lines referencing Claude.
168+
Always verify commit messages before committing and remove any co-author lines
169+
referencing Claude.
161170

162171
### Development Workflow
172+
163173
1. Make your code changes
164174
2. Run the appropriate formatting command based on file types modified
165175
3. Verify formatting with check commands if needed

0 commit comments

Comments
 (0)