ci: correct runtime production baseline dependency pin - #3
Merged
jearonwong merged 1 commit intoJun 2, 2026
Merged
Conversation
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
Root Cause
mainand SoloCrew PR chore: prepare final Codex ops foundation PR #2 both fail the current workflow-pinned CI-like baseline at typecheck.e725897b29f000be949f9371a2cb3549d298c222.PRE_EXISTING_CI_BASELINE_DEPENDENCY_PIN_BLOCKER.Ref Changes
e725897b29f000be949f9371a2cb3549d298c222.1295e7790784ca8e5d631c2553abbaa6ccae1fbe.214939ab6ba522036d376868d1fe8d04d960420f.214939ab6ba522036d376868d1fe8d04d960420f.Missing DTO Subpaths Fixed
cognitive_os/runtime/public/human-confirmed-action-preparation-dtocognitive_os/runtime/public/personal-mvp-runtime-backbone-dtocognitive_os/runtime/public/operator-work-packet-handoff-dtocognitive_os/runtime/public/operator-work-packet-handoff-bundlecognitive_os/runtime/public/memory-continuity-review-dtoCandidate Ref Evidence
1295e7790784ca8e5d631c2553abbaa6ccae1fbepassednpm run test:runtimelocally: 341/341 passing.Proof That Old Pin Was Stale
npm run typecheck -- --pretty false.mainplus the old pinned sibling refs failed with the same missing DTO errors.Verification
git diff --check HEAD~1 HEAD: PASS.git diff --check origin/main...HEAD: PASS.npm run typecheck -- --pretty false: PASS.npm run test: PASS, 2074/2074.1295e7790784ca8e5d631c2553abbaa6ccae1fbe.214939ab6ba522036d376868d1fe8d04d960420f.npm --prefix Cognitive_OS ci: PASS.npm --prefix SoloCrew ci: PASS.npm --prefix SoloCrew run typecheck -- --pretty false: PASS.npm --prefix SoloCrew run test: PASS, 2074/2074.Scope Boundaries
Forbidden Actions Confirmation
No npm publish, npm deprecate, npm dist-tag mutation, PyPI upload, PyPI yank/delete, package version bump, schema intake, git tag, release seal, product/runtime behavior change, PR merge, or external registry mutation was performed.
Final Verdict
SOLOCREW_RUNTIME_BASELINE_PIN_CORRECTION_READY_FOR_REVIEW