Skip to content

chore: drop the vendored bin/create-pr - #892

Merged
Chemaclass merged 1 commit into
mainfrom
chore/867-drop-create-pr
Jul 27, 2026
Merged

chore: drop the vendored bin/create-pr#892
Chemaclass merged 1 commit into
mainfrom
chore/867-drop-create-pr

Conversation

@Chemaclass

Copy link
Copy Markdown
Member

🤔 Background

Related #867

bin/create-pr was a 476-line vendored copy of Chemaclass/create-pr v0.10. Nothing referenced it — not the Makefile targets, the workflows, the pr skill, or the docs, which link the upstream project rather than this copy. PRs here are opened with the pr skill, so the vendored copy has no remaining role.

💡 Changes

  • Deletes bin/create-pr.
  • Drops it from the sa target's explicit file list, the one live reference. Having no .sh extension it had been invisible to make sa until docs: stop instructing shfmt -w, and scope make sa correctly #863 added it, which is what exposed that it is written in a Bash 4 style ([[ ]] throughout) the project's own compatibility rules prohibit.

A 476-line copy of Chemaclass/create-pr v0.10 that nothing referenced:
not the Makefile targets, the workflows, the pr skill, or the docs,
which link the upstream project rather than this copy. Having no .sh
extension it was invisible to `make sa` until #863 added it explicitly,
so it sat in the tree written in a Bash 4 style (`[[ ]]` throughout)
that the project's own compatibility rules prohibit.

Also drops it from the `sa` target's file list, the one live reference.

Closes #867
@Chemaclass Chemaclass added the refactoring Refactoring or cleaning related label Jul 27, 2026
@Chemaclass Chemaclass self-assigned this Jul 27, 2026
@Chemaclass
Chemaclass merged commit b2bcdec into main Jul 27, 2026
37 checks passed
@Chemaclass
Chemaclass deleted the chore/867-drop-create-pr branch July 27, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Refactoring or cleaning related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant