Skip to content

chore: remove stale cli-bundle/ directory#9

Merged
mldangelo merged 1 commit into
mainfrom
chore/remove-stale-cli-bundle
May 22, 2026
Merged

chore: remove stale cli-bundle/ directory#9
mldangelo merged 1 commit into
mainfrom
chore/remove-stale-cli-bundle

Conversation

@mldangelo
Copy link
Copy Markdown
Member

Summary

cli-bundle/ is a stale ~40-file directory from the pre-esbuild bundle layout (last touched in the v0.0.4 / v0.1.0 releases, Oct 2025). The action runs from dist/index.js (action.yml) and nothing in the repo references cli-bundle/ — it is dead weight.

It also actively breaks releases: the monorepo mirror sync deletes any path outside the release-artifact set, so every generated release PR carries a cli-bundle/ deletion that fails validate-release-pr. Removing it from main resolves that.

This drops cli-bundle/ and the two stale AGENTS.md references to it.

Note on CI

validate-release-pr is expected to fail here — its maintenance-scope step only permits .github/* changes, and this is a one-time content cleanup. It is an advisory (non-required) check.

cli-bundle/ is a leftover from the pre-esbuild bundle layout (last
updated in the v0.0.4/v0.1.0 releases, Oct 2025). The action runs from
dist/index.js (see action.yml) and nothing references cli-bundle/, so
it is dead weight. Drop it and the AGENTS.md references to it.
@mldangelo mldangelo merged commit e024edc into main May 22, 2026
2 of 3 checks passed
@mldangelo mldangelo deleted the chore/remove-stale-cli-bundle branch May 22, 2026 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant