Commit Graph

1 Commits

Author SHA1 Message Date
juanatsap 8b6620f93b docs: add PROJECT-MEMORY.md - critical developer knowledge
Comprehensive memory document capturing:
-  Non-negotiable rules (icon naming, hyperscript limits, toggle sync)
-  Historical bugs and fixes (icon toggle, parser crash, desync)
-  Architecture decisions (HTMX+Hyperscript, Bun, file organization)
-  Standard patterns (toggles, keyboard shortcuts, hyperscript usage)
-  Development workflow (test-first, regression tests)
-  Common operations (adding toggles, debugging)
-  Lessons learned (naming, testing, framework limits)

This document is the second most important after tests/README.md
Read before making ANY changes to the project
2025-11-17 13:51:17 +00:00