@@ -7,7 +7,7 @@ clarity, and the fixed-dimension stack-allocation model.
77## Getting Started
88
99Install Rust 1.97.1 through [ rustup] ( https://rustup.rs/ ) , Git, Python 3.14,
10- [ ` uv ` 0.12.1 ] ( https://docs.astral.sh/uv/ ) , and ` jq ` . Install the repository's
10+ [ ` uv ` 0.12.3 ] ( https://docs.astral.sh/uv/ ) , and ` jq ` . Install the repository's
1111pinned ` just ` version from its locked dependency graph:
1212
1313``` bash
@@ -109,10 +109,12 @@ For final validation of a non-core change, compose each affected surface once:
109109- Examples: ` just examples `
110110
111111Run ` just ci ` for core Rust, public behavior, or GitHub-equivalent validation.
112- It composes leaf validators directly, runs unit and integration tests together
113- once through the release-profile ` test-rust-ci ` bucket, and keeps doctests
114- separate because nextest does not execute them. ` just clippy ` remains an
115- optional all-target sweep outside this CI path.
112+ It composes leaf validators directly and runs ` clippy-all-targets ` to match the
113+ GitHub Clippy SARIF workflow. Unit and integration tests still run together once
114+ through the release-profile ` test-rust-ci ` bucket, and doctests remain separate
115+ because nextest does not execute them. The test, example, and benchmark buckets
116+ retain their execution or compile-contract roles because ordinary compilation
117+ does not execute Clippy lints.
116118
117119` la-stack ` intentionally has no notebook validation bucket: the repository has
118120no notebooks or supported Python binding surface. Add notebook tooling only
0 commit comments