- ci.yaml: filter the push trigger to branches. An unfiltered `push` also
fired for every tag ref, including the vendor-release tags the bump script
creates via the API.
- bump-version.sh: remove the pkgcheck/emerge/--version validation before
push. The branch push triggers CI, which runs the same checks and, unlike
the script's local copy, fetches the real release asset. The PR body now
asks for green CI instead of claiming the build passed in the bump job.
- vendor-tags.yaml: new workflow on pushes to master touching dev-util/**.
The vendor release is created before the bump commit exists (and PRs are
squash-merged), so its tag pointed at an arbitrary master commit. This
force-updates each vendor tag whose ebuild is in the tree to the master
commit that added that ebuild. Tags are only ever updated, never deleted,
since deleting a release's tag deletes the release and its assets.
- CLAUDE.md: document both changes.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>