Skip to main content

max / goingson

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: 4a12df4bfbc2541627ddf68e636f2d092dd67f5f
Parent: 1f67d32
1 file changed, +1 insertion, -1 deletion
M CONTRIBUTING.md +1 -1
@@ -86,7 +86,7 @@ When adding new features, always ask: can this be computed once in Rust instead
86 86
87 87 ## Plugin Style
88 88
89 - Import plugins in `plugins/` follow the cross-project Rhai 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, host functions via `goingson::` namespace.
89 + Import plugins in `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, host functions via `goingson::` namespace.
90 90
91 91 ## Tauri Commands
92 92