build(coding-agent): commit the rebuilt dist/cli.js for the help fast path - #1760
Merged
Merged
Conversation
… path dist/cli.js is the one tracked file under dist/ (a bun global install needs it before any build runs). #1758 changed src/cli.ts, so the release job's build rewrote it and scripts/release.mjs refused to run on a dirty tree (run 35072616238). Same convention as f37f589: the rebuilt file ships with the source change. Refs code-yeongyu/oh-my-openagent#8371
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.
The release prepare run 35072616238 for #1758 failed at
scripts/release.mjs:uncommitted changes detected: M packages/coding-agent/dist/cli.js. That file is the only tracked entry underdist/(a bun global install needs it to exist before any build); the release job rebuilds all workspaces first, and #1758 changedsrc/cli.ts, so the rebuild rewrote it. This commits the rebuilt file, the same way f37f589 did for the bun re-exec change. Build artifact only, no behavior change beyond #1758.Refs code-yeongyu/oh-my-openagent#8371
Summary by cubic
Commits the rebuilt
packages/coding-agent/dist/cli.jsso release prepare no longer fails withuncommitted changes detected. This is the only tracked file underdist/, required to exist before a bun global install build; it’s generated from thesrc/cli.tshelp fast path change and is a build artifact only, with no behavior change beyond that source change.Written for commit 8b33942. Summary will update on new commits.