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-19] Vuetify 3 typography: computed/CSS media-query responsive headings -> use Vuetify responsive classes (example:
text-h5 text-sm-h4) - [2026-02-22] functions: new or modified functions without JSDoc header -> always add JSDoc (description +
@param+@returns)