We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf43022 commit c1d4753Copy full SHA for c1d4753
README.md
@@ -198,5 +198,14 @@ Reset filter:
198
logger.setfilter(null);
199
```
200
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
210
## License
211
[MIT](LICENSE)
0 commit comments