Skip to content

build(coding-agent): commit the rebuilt dist/cli.js for the help fast path - #1760

Merged
code-yeongyu merged 1 commit into
mainfrom
build/8371-dist-cli-regen
Sep 16, 2026
Merged

code-yeongyu merged 1 commit into
mainfrom
build/8371-dist-cli-regen

Conversation

@code-yeongyu

@code-yeongyu code-yeongyu commented Sep 16, 2026

Copy link
Copy Markdown
Owner

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 under dist/ (a bun global install needs it to exist before any build); the release job rebuilds all workspaces first, and #1758 changed src/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.js so release prepare no longer fails with uncommitted changes detected. This is the only tracked file under dist/, required to exist before a bun global install build; it’s generated from the src/cli.ts help 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.

Review in cubic

… 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog No changelog required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant