Memory Aid Index

January 12, 2026 ยท View on GitHub

Lessons learned and gotchas discovered through development. Claude MUST read this before editing source files.

Topic Files

TopicFileDescription
Cleanupcleanup.mdTemp files and artifacts to clean up
TailwindMergetailwindmerge.mdTailwindMerge.NET usage patterns

Quick Reminders

  • Always delete tmpclaude-*-cwd files - These temp files accumulate and clutter the repo
  • Use MergeClasses() for class conflicts - TailwindMerge.NET handles px-4 vs px-6 intelligently
  • Update CHANGELOG.md before committing features - Don't wait until after merge