test(linux): harden source-startup dependencies - #49
Merged
Orkas-AI merged 1 commit intoAug 28, 2026
Merged
Conversation
Cover both pinned Linux OfficeCLI targets and the Whisper degradation boundary. Add an Ubuntu x64 native OfficeCLI smoke and document the glibc-only source-build contract.
Orkas-AI
force-pushed
the
codex/linux-source-startup-hardening-20260828
branch
from
August 28, 2026 14:12
99aff36 to
45549c6
Compare
Orkas-AI
approved these changes
Aug 28, 2026
Orkas-AI
left a comment
Owner
There was a problem hiding this comment.
The stacked diff now contains only the regression, native Linux smoke, and documentation hardening. Focused tests, typecheck, and the OfficeCLI policy gate pass.
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.
Follow-up to #40. PR #40 remains the owning implementation for the Linux startup fix; this PR adds regression coverage, native verification, and precise platform documentation.
Summary
--version, andview --helpcontract;Merge order
Merge #40 first using a merge commit, then merge this PR. This branch is based on #40 and the current
main; after #40 lands, this PR retains only the hardening changes.Non-goals
Verification
node scripts/run-tests.mjs run test/main/util/officecli-fetch.test.ts test/main/util/ensure-dev-dependencies.test.ts test/main/paths.test.ts— 32 tests passed;npm run typecheck;node bin/officecli-policy-gate.cjs;git diff --check.