Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## General notes

- When creating commit messages, prefix them with "Authored by Claude", if possible include your model name and version.
- Commit messages: put the one-line summary on the first line, then a blank line, then an
"Authored by Claude" attribution line which if possible includes your model name and version,
then a blank line, then the body. Do not put the attribution in the summary line. For example:

```
publish d3d11 context hook table via atomic ptr

Authored by Claude (claude-opus-5)

get_hook_context took a DEVICE_STATE read lock and returned
HookDirect3D11Context by value, so every hooked context fn paid an RwLock
acquire plus a memcpy of the whole fn-pointer table.
```

## Rust Build

Expand Down
Loading