release prep: rc.1 baseline and gating updates

This commit is contained in:
2026-03-02 15:54:55 -05:00
parent 97a42c8802
commit f43b2b24b6
168 changed files with 14708 additions and 982 deletions

12
.gitignore vendored
View File

@@ -1,9 +1,21 @@
# Rust
sdk/target/
sdk/dist/
target/
dist/
# Reports
harness/reports/*.json
# Release/build artifacts
*.tar.gz
*.sha256
*.pkg
release-assets/
packaging/tmp/
packaging/**/tmp/
packaging/**/.cache/
# OS/editor
.DS_Store
Thumbs.db