Files
compute/CONTRIBUTING.md
T
2026-08-31 16:09:08 -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.