Skip to main content

max / audiofiles

Update lint-rhai.sh path 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:01 UTC
Commit: fc80209196a9ee56a97f592267ef5aafbf56883d
Parent: 9f6d75e
1 file changed, +1 insertion, -1 deletion
M CONTRIBUTING.md +1 -1
@@ -223,7 +223,7 @@ TOML manifests in `plugins/devices/` define hardware constraints. Optional Rhai
223 223
224 224 ### Hook Style
225 225
226 - Optional Rhai hooks 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.
226 + Optional Rhai hooks 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.
227 227
228 228 ### Manifest Contract
229 229