Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 356 Bytes

File metadata and controls

8 lines (7 loc) · 356 Bytes

AGENTS.md

Lua / WoW addon rules

  • After changing any .lua file, run luac -p on every modified Lua file before returning the final diff.
  • Target Lua 5.1 syntax compatibility for WoW 3.3.5 addons.
  • If a syntax check fails, report the exact file and line.
  • Keep diffs minimal.
  • Always return formatted diffs with real line breaks and file paths.