Skip to content

ci: adopt the golden CI floor — nothing was running verify - #1

Merged
catomean merged 1 commit into
mainfrom
ci/golden-floor
Aug 16, 2026
Merged

ci: adopt the golden CI floor — nothing was running verify#1
catomean merged 1 commit into
mainfrom
ci/golden-floor

Conversation

@catomean

Copy link
Copy Markdown
Collaborator

The repo shipped with a verify script and no workflow, so nothing ran it on push or PR.

The fleet's new conformance checker caught it on its first sweep — a fair result for a package published an hour earlier, and a reminder that the gap is never "no gate", it is a gate nobody wired up.

npm test here also exercises the package's exports map, because the tests import it by name rather than reaching into dist/. A broken exports or files list therefore fails here rather than at the first consumer's install.

Found by dotfiles/scripts/ci/check-verify-contract.sh (bitbaum/dotfiles#16).

🤖 Generated with Claude Code

The repo shipped with a `verify` script and no workflow, so nothing ran it on
push or PR. The fleet's conformance checker caught it on its first sweep, which
is a fair result for a package published an hour earlier and a reminder that the
gap is never 'no gate' — it is a gate nobody wired up.

`npm test` here also exercises the package's `exports` map, because the tests
import it BY NAME rather than reaching into dist/. A broken exports or files list
therefore fails here rather than at the first consumer's install.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@catomean
catomean merged commit a60cee8 into main Aug 16, 2026
1 check passed
@catomean
catomean deleted the ci/golden-floor branch August 16, 2026 11:54
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