QVAC-23467 chore: drop @qvac/bare-sdk from the lockstep pipeline - #4019
Open
opaninakuffo wants to merge 3 commits into
Open
QVAC-23467 chore: drop @qvac/bare-sdk from the lockstep pipeline#4019opaninakuffo wants to merge 3 commits into
opaninakuffo wants to merge 3 commits into
Conversation
Contributor
License compliance — cleanNo new dependency license findings in this PR. Warn-only (shadow) mode — this check does not block merges yet. Updated automatically by the canonical license compliance workflow. NOTICE presence (advisory)Missing NOTICE (advisory, does not block):
|
Contributor
Workflow security (shadow mode)zizmor found 1069 finding(s) in Findings are annotated inline on the changed files and listed in the job summary. Reproduce locally: pipx run zizmor==1.27.0 --offline .github/ |
opaninakuffo
force-pushed
the
chore/QVAC-23467-drop-bare-sdk
branch
from
August 24, 2026 12:22
d8a5496 to
b4fff10
Compare
opaninakuffo
force-pushed
the
doc/QVAC-23467-deprecate-bare-sdk
branch
from
August 25, 2026 10:57
64c9ad6 to
7ae47be
Compare
0.19 ships inference, sdk, and python only. Stop building and publishing the discontinued package, and delete it from the repo so lockstep cannot require a 0.19 of @qvac/bare-sdk.
opaninakuffo
force-pushed
the
chore/QVAC-23467-drop-bare-sdk
branch
from
August 27, 2026 10:03
077f4c6 to
9ce968a
Compare
Contributor
Review StatusCurrent Status: ❌ PENDING Pending reviews: Needs 1 Management or Team Lead, and 1 more from Management, Team Lead, or Member. |
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.
Stacked on #4018. Merge that first; GitHub will retarget this PR to
main.🎯 What problem does this PR solve?
@qvac/bare-sdk:publish-sdk.ymlbuilds it, version-checks it against@qvac/inference, and blocks npm/PyPI/GitHub release on its publish jobs.packages/bare-sdkas a client of the inference anchor, including an import of files removed in QVAC-21751 chore[bc]: use @qvac/inference for SDK #3595.📝 How does it solve it?
@qvac/bare-sdkfrompublish-sdk.yml(path filters, version lockstep, build, GPR, npm, PyPIneeds, GitHub releaseneeds).packages/bare-sdkandon-pr-bare-sdk-e2e.yml; remove thesdk-pod-checks.jsonentry.qv-sdk-lockstep-syncto@qvac/sdk+tetherto-qvac-sdkonly. Update C4 diagrams and agent skills/rules to match.Do not unpublish 0.12.1–0.18.1.
npm deprecateruns when 0.19 ships (message must not imply a 0.19 of this package exists). Historical changelogs and release-notes MDX are left unchanged.🧪 How was it tested?
node .cursor/skills/qv-sdk-lockstep-sync/scripts/sync-sdk-pod.mjs --check— sdk at the@qvac/inferenceanchor.node --test .github/scripts/test/ci-trust-policy.test.mjs— 71 passed, including the sdk e2e gate list after removingon-pr-bare-sdk-e2e.yml.