Skip to main content

max / audiofiles

Drop link into now-private cross-project style doc The Rhai style guide / brand / hardware-operation notes moved to the private _private/docs/meta tree (git=public / Syncthing=private reorg). Reword to reference the convention without a path into private storage; the public _meta/scripts/lint-rhai.sh link is kept where present. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-05 01:28 UTC
Commit: 9e7c56ca306a436cd37de50cfbf3d31780a64da7
Parent: 5851c36
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 style guide at `_meta/docs/rhai_style.md`. 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 `_meta/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