chore: harden the public release - #1
Conversation
ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (33)
📝 WalkthroughWalkthroughThe pull request updates conformance generation and execution checks. It adds Rust workspace metadata, dependency policies, CI supply-chain checks, cross-platform release automation, license reporting, issue forms, and project governance documentation. ChangesConformance execution
Release and project operations
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant GitHub
participant VerifyJob
participant BuildMatrix
participant PublishJob
participant Release
GitHub->>VerifyJob: push version tag
VerifyJob->>VerifyJob: validate tag and run gates
VerifyJob->>BuildMatrix: pass release metadata
BuildMatrix->>PublishJob: upload archives and checksums
PublishJob->>Release: attest artifacts and create release
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
Summary
Verification
scripts/gates.shcargo +1.95.0 check --workspace --all-targets --lockedcargo deny check advisories bans licenses sourcesgitleaks git --no-banner --redact --exit-code 2 .actionlintRollout
Merge this PR before enabling repository security settings or changing visibility. The public visibility switch remains a separate deliberate action.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation