diff --git a/CLAUDE.md b/CLAUDE.md index b2d126823..5ddfc3343 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -84,7 +84,8 @@ Scripts follow a registration pattern: - **acore_characters** - Character data, inventories, progress (`data/sql/base/db_characters/`) - **acore_world** - Game content: creatures, items, quests, spells, loot (`data/sql/base/db_world/`) -SQL updates go in `data/sql/updates/` with separate subdirectories per database. +SQL updates go in `data/sql/updates/pending_*` with separate subdirectories per database until pull request is merged. +SQL updates go in `data/sql/updates/` with separate subdirectories per database after their pull request is merged. ### Module system @@ -111,6 +112,8 @@ Type(Scope/Subscope): Short description (max 50 chars) - 2-space indentation for JSON, YAML, shell scripts - UTF-8 encoding, LF line endings - Max 80 character line length +- No braces around single-line statements +- Use {} to parse variables into output instead of %u etc. - CI enforces code style checks and compiles with `-Werror` ## PR Requirements