Stabilize Unit CI#1050
Merged
Merged
Conversation
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Greptile SummaryStabilizes asynchronous cleanup and preview-order tests while adding a fail-closed packed-consumer vulnerability audit to the release workflow.
Confidence Score: 5/5The PR appears safe to merge, with the changed tests and release audit consistently enforcing their documented ordering, cleanup, and fail-closed contracts. The controlled preview streams exercise the production enumeration seam, deferred cleanup paths release their holds before lifecycle barriers, and the release audit rejects malformed reports, nonzero audit exits, and every nonzero vulnerability count. Important Files Changed
Sequence DiagramsequenceDiagram
participant Release as Release workflow
participant Build as Bobbit build
participant Audit as Packed-consumer audit
participant Consumer as Temporary consumer
participant Registry as npm registry
Release->>Build: npm run build
Release->>Audit: npm run audit:packed-consumer
Audit->>Audit: npm pack built repository
Audit->>Consumer: Install tarball with restricted npm environment
Consumer->>Registry: "npm audit --omit=dev --json"
Registry-->>Consumer: Advisory report
Consumer-->>Audit: Exact vulnerability counts and exit status
Audit-->>Release: Pass only for a valid zero-vulnerability report
Reviews (1): Last reviewed commit: "Document CI stabilization contracts" | Re-trigger Greptile |
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
opendirorderVerification
🤖 Generated with Bobbit