Files
compute/CONTRIBUTING.md
T
Karti Tripathi 79cac02d59
ci / rust (push) Failing after 18s
Lumbridge Compute — same-port Scene swaps
2026-08-03 23:00:14 -07:00

623 B

Contributing to Lumbridge Compute

Contributions are welcome. Changes land as small, reviewable commits.

Development

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.