Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 559 Bytes

File metadata and controls

15 lines (10 loc) · 559 Bytes

AI Error Log

Use this file as a compact memory of recurring AI mistakes.

Rules

  • 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

Entries

  • [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)