21 lines
623 B
Markdown
21 lines
623 B
Markdown
# 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.
|