@@ -133,33 +133,43 @@ Each component directory contains a `summary.md` file documenting:
133
133
134
134
## Claude Development Guidelines
135
135
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.
137
138
138
139
### Formatting Commands
139
140
140
141
After making any code modifications, run the appropriate formatting commands:
141
142
142
143
#### Markdown Files
144
+
143
145
- ** 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
145
148
146
149
#### 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
149
155
150
156
### Commit Guidelines
151
157
152
158
** NEVER** add Claude as a co-author in commit messages. Do not include:
159
+
153
160
- ` Co-Authored-By: Claude <[email protected] > `
154
161
- Any other co-author attribution for Claude
155
162
156
163
** NEVER** use emojis in commit messages.
157
164
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.
159
167
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.
161
170
162
171
### Development Workflow
172
+
163
173
1 . Make your code changes
164
174
2 . Run the appropriate formatting command based on file types modified
165
175
3 . Verify formatting with check commands if needed
0 commit comments