@@ -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
140141After 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+
1631731 . Make your code changes
1641742 . Run the appropriate formatting command based on file types modified
1651753 . Verify formatting with check commands if needed
0 commit comments