Skip to main content

max / balanced_breakfast

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: d44a5d928dc9d07926ce5b037443f1324033bf1e
Parent: 3c5768f
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 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, contract functions before helpers.
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.
87 87
88 88 ### Host Functions
89 89