Prevent runner startup from loading project configuration - #26
Open
cedrecode wants to merge 1 commit into
Open
Conversation
cedrecode
marked this pull request as ready for review
August 26, 2026 19:39
|
Tick the box to add this pull request to the merge queue (same as
|
|
@Mergifyio queue |
☑️ Command disallowed due to command restrictions in the Mergify configuration.Details
|
|
@ericlitman CI is still awaiting maintainer approval: https://github.com/ericlitman/open-pstack/actions/runs/33003113377 Mergify has accepted the queue command, so approving that workflow run is the remaining blocker. |
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.
Closes #25
What changed
.envloading, ignore the working directory'sbunfig.toml, and remove inheritedBUN_OPTIONSandNODE_OPTIONSbefore trusted TypeScript starts..env, Bun preload execution, inherited startup options, ordinary inherited environment variables, and the shipped executable.Verification
Live evidence:
fe2537fff55dbc3ef8e276678cc9d682cd44b93e, Open Pstack1.2.0, Bun1.4.0.sh -n, andgit diff --checkpass.bunfig.toml,BUN_OPTIONS, andNODE_OPTIONSbypasses in the initial fix. After the shell-boundary revision, the reviewer reported no findings, residual risks, or test gaps.pstack@open-pstackinstalled and enabled from the exact checkout. From a fixture containing hostile.env,bunfig.tomlpreload,BUN_OPTIONS, andNODE_OPTIONS, the real subscription-backed Codex lane completed withPSTACK_LIVE_OK; the preload marker remained absent.pstack@open-pstackinstalled and enabled from the same checkout. The real Claude preflight authenticated, reached the subscription-backed API, and the hostile preload marker remained absent, proving the changed startup boundary. The subsequent model completion stopped on an unrelated account-level HTTP 429 (out of usage credits); the successful Codex lane above verifies end-to-end completion through the same shared runner.