Lumbridge Compute: telemetry and four-lane operations
ci / rust (push) Successful in 4m41s

This commit is contained in:
Karti Tripathi
2026-08-31 16:09:08 -07:00
commit ef9ec1dcd8
59 changed files with 11279 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Contributing to Lumbridge Compute
Contributions are welcome. Changes land as small, reviewable commits.
## Development
```bash
cargo test
cargo fmt --check
cargo clippy --all-targets
cargo build --release
```
Changes to the `lumbridge/v1` scene or eval contracts require fixtures, backward-
compatibility notes, and documentation. Never add secrets, private model tokens,
personal voice samples, internal hostnames, or arbitrary commands to shareable
scene/eval manifests.
Performance changes should include before/after JSON artifacts and the complete
hardware/model/runtime configuration needed to reproduce them.