Conversation
…storage safety - Introduced `test_diagnostics_privacy.py` to validate redaction rules and archive path security for diagnostics bundles. - Created `test_release_routes.py` to ensure proper handling of desktop release metadata and user preferences, including validation of settings and local UI header requirements. - Developed `test_storage_safety.py` to enforce safety measures during storage cleanup, preventing unauthorized access and ensuring proper handling of symlinks and other unsafe paths.
…etter clarity and functionality
Upgrade checkout, setup-python, and upload-artifact actions after successful CI and Windows model-lifecycle validation.
Quazmoz
marked this pull request as ready for review
September 17, 2026 11:16
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
Promote the current InferBridge development candidate to the beta channel as
0.10.0-beta.1.This promotion carries the Benchmark Lab and hardware-advisor evidence work, recovery/storage resilience hardening, API/integration improvements, release/publisher hardening, and associated regression/browser coverage accumulated on
devsince the currentbetahead.Promotion audit
devis a direct descendant ofbeta; there is no branch divergence to reconcile.0.10.0-beta.1; persistent data schema remains version 1.beta, stable only frommain, nightly only fromdev.devrather than silently redefining the release baseline.Promotion-gate hardening included in this PR
The initial audit found that CI ran on pushes to
betabut not on pull requests targetingbeta. This candidate addsbetato the pull-request triggers for both:.github/workflows/ci.yml.github/workflows/model-lifecycle-windows.ymlRegression coverage in
tests/test_release_promotion_gate.pyandtests/test_ci_dependency_contract.pypreserves that promotion contract.Adversarial second pass
A second release-candidate review found and fixed two additional Benchmark Lab reliability/resource-safety gaps:
StreamHandle.wait_closed(), but previously did not enforce the returned timeout state with the cancellation-resilient ownership semantics used by normal serving. A native worker that exceeded the stop deadline could therefore reach temporary-engine close/storage-lease release too early. The benchmark path now preserves cancellation, defers temporary-engine close after a native stop timeout, and retains engine/storage ownership until the worker actually exits. Regression coverage proves that caller-side close remains a no-op during deferred cleanup and that ownership is released only after worker completion.Fresh CI also caught two defects in the first implementation of these guards before promotion: a formatting failure and a broken monkeypatch/privacy test seam plus an incorrectly propagated validation exception. Those were corrected rather than bypassed. The final implementation preserves the existing core runner seam and the API's validation semantics.
Validation completed on final head
Final candidate head:
77f343a72839de6ec4b3db2a1dd3badd4f742b9c.The
dev -> betapull-request gate is green on that exact head:The latest-compatible dependency canary is intentionally skipped on a PR whose base is
beta, so the same final head was also qualified by thedevpush workflow. On77f343a72839de6ec4b3db2a1dd3badd4f742b9c, the Latest-Compatible Canary — Windows / Python 3.11 also passed, including its full pytest suite.Explicit non-blockers / follow-up
betais currently not branch-protected and the repository has no ruleset enforcing the promotion path. Avoid direct pushes and use this PR for promotion.After merge
Build beta artifacts from a clean
betacheckout using the documented Windows release process, run packaged mock smoke/provenance/checksum gates, and publishv0.10.0-beta.1as a GitHub pre-release only after those artifact-level checks pass.