CI tooling modernized around Buildkite CLI (
6ecf467)
Bun replaced the 1,078-line scripts/buildkite-failures.ts scraper with a new scripts/find-build.ts that shells out to the Buildkite CLI. The new helpers cover finding builds, status, errors, logs, and watch mode, making CI debugging less brittle and easier to maintain.
Other misc changes
- Added
.bk.yamlsobkdefaults to thebunorg/pipeline. - Updated CONTRIBUTING docs and CLAUDE guidance for the new CI workflow.
- Rewired
package.jsonscripts fromcitoci:find,ci:status,ci:errors,ci:logs, andci:watch.