Skip to content

Commit c1d4753

Browse files
committed
Added AI usage section
1 parent bf43022 commit c1d4753

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,14 @@ Reset filter:
198198
logger.setfilter(null);
199199
```
200200

201+
## AI Usage
202+
203+
The following refactoring was performed by [Claude Code](https://claude.com/product/claude-code):
204+
205+
* **Explicit Pointer Dereferencing**: Removed "Automatic pointer dereference" and replaced it with explicit `ptr.*` syntax.
206+
* **Explicit Type Declaration**: Removed "Type Inference" by adding explicit types to all variable declarations.
207+
208+
Related configuration files and guidelines are located in the [.claude/rules](.claude/rules) directory.
209+
201210
## License
202211
[MIT](LICENSE)

0 commit comments

Comments
 (0)