chore: adopt vigOS convention + mat-rs PR gate#7
Merged
Conversation
7 tasks
- .vig-os: bump DEVCONTAINER_VERSION 0.3.0 → 0.3.3 (latest) - ci.yml: add Rust (mat-rs) job running cargo fmt --check + clippy -D warnings + cargo test on every pull_request. Previously the crate only ran in release-rs-materials.yml on tag push, so broken Rust changes could land undetected. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5efb0c8 to
bc8213c
Compare
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
First PR under the new dev/main rulesets. Bundles four housekeeping items and the new Rust PR gate.
Commits:
chore: housekeeping— syncmat-rs/Cargo.lockto v0.2.0 release, bump.vig-osdevcontainer 0.3.0 → 0.3.3, gitignore.cursor/ci(rust): add PR gate for mat-rs crate— cargo fmt/clippy/test on pull_requestContext
mainanddev(see #522 on vig-os/devcontainer for the gap in the scaffold docs).mat-rscrate previously had no PR-time CI gate —release-rs-materials.ymlonly runs on tag push, so a broken Rust change could land undetected. This PR closes that gap.Rust (mat-rs)check will be added to the required-status-checks list in both rulesets after this PR confirms the context name.Test plan
cargo fmt --check,cargo clippy -D warnings,cargo testall pass🤖 Generated with Claude Code