Skip to main content

max / balanced_breakfast

Update rhai style + lint script paths after _meta retirement Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-18 18:00 UTC
Commit: 287b892ab89d8188175f540d94bcd36c8fe87842
Parent: 8633723
1 file changed, +1 insertion, -1 deletion
M CONTRIBUTING.md +1 -1
@@ -83,7 +83,7 @@ Each plugin runs in an isolated Rhai engine with strict limits (operations, recu
83 83
84 84 ### Plugin Style
85 85
86 - All `.rhai` plugins follow the cross-project Rhai style guide. Run `_meta/scripts/lint-rhai.sh` to check formatting. Key points: 4-space indent, `snake_case` functions, `UPPER_CASE` constants, header comment block, contract functions before helpers.
86 + All `.rhai` plugins follow the cross-project Rhai style guide. Run `_private/scripts/lint-rhai.sh` to check formatting. Key points: 4-space indent, `snake_case` functions, `UPPER_CASE` constants, header comment block, contract functions before helpers.
87 87
88 88 ### Host Functions
89 89