Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 400 Bytes

File metadata and controls

14 lines (9 loc) · 400 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-22] functions: added functions without JSDoc header -> always add JSDoc (description + @param + @returns)