Lua Development Guidelines
Objective: Define standards for clean, performant, and maintainable Lua scripting across embedding environments (OpenResty/nginx, Redis, game engines), covering scoping, idioms, OOP, error handling, performance, and testing.
Source File
View the full rule: .agent/rules/lua.md
Sections
- Scope, Variables & Module Pattern
- Idiomatic Lua
- Tables & Object-Oriented Programming
- Error Handling
- Performance, Testing & Tooling
