Claude is writing memories

This commit is contained in:
2026-04-20 20:52:50 -04:00
parent 848506c881
commit bac8eda5a4
3 changed files with 33 additions and 1 deletions

View File

@@ -55,4 +55,6 @@
## Feedback
- [UE Wingman testing mindset](feedback_wingman_testing.md) — flag tool friction during game work sessions
- [Use mv for file renames](feedback_rename_with_mv.md) — mv + targeted edits, don't rewrite from memory
- [Use mv for file renames](feedback_rename_with_mv.md) — mv + targeted edits, don't rewrite from memory
- [LLDB formatter style — let lldb do the math](feedback_lldb_formatter_style.md) — typed SBValues, no raw pointer/byte math in Python
- [LLDB formatter style — no defensive IsValid checks](feedback_lldb_formatter_no_defensive_checks.md) — let invalid SBValues fail loudly; silent returns conceal bugs