Use this file as a compact memory of recurring AI mistakes.
- One error per line
- Keep each line actionable and specific
- Use format:
[YYYY-MM-DD] <scope>: <wrong> -> <right> - Add only confirmed/recurrent mistakes and avoid duplicates
- [2026-02-22] functions: added functions without JSDoc header -> always add JSDoc (description +
@param+@returns)