Skip to content

build: declare browser helper dependencies - #24

Merged
steipete merged 1 commit into
mainfrom
build/browser-tools-dependencies
Jul 1, 2026
Merged

build: declare browser helper dependencies#24
steipete merged 1 commit into
mainfrom
build/browser-tools-dependencies

Conversation

@steipete

@steipete steipete commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • declare the browser helper's commander and puppeteer-core dependencies in a root Bun lockfile
  • compile and smoke-test the helper in CI with Bun 1.3.14
  • ignore generated dependency and Bun compile scratch artifacts

This makes the README's clean-clone bun build ... --compile path reproducible.

Dependency health

  • commander 15.0.0: current stable; published May 2026
  • puppeteer-core 25.3.0: current stable; published July 2026
  • oven-sh/setup-bun@v2: current supported major; latest tag line includes 2.2.0
  • bun audit: no vulnerabilities

Proof

  • bun install --frozen-lockfile
  • bun audit
  • bun build scripts/browser-tools.ts --compile --target bun --outfile /tmp/browser-tools-manifest-proof-2
  • compiled /tmp/browser-tools-manifest-proof-2 --help
  • shell helper syntax pass
  • skills/clawsweeper-status/scripts/clawsweeper-status.test.sh
  • video transcript dependency install + import smoke + CLI help
  • scripts/validate-skills — 49 skills validated
  • autoreview (--mode local) — clean, no accepted/actionable findings

Risk: medium-low. CI gains one action and 24 locked packages; runtime behavior is unchanged, and the exact compiled artifact is exercised.

@steipete
steipete merged commit e1898ee into main Jul 1, 2026
2 checks passed
@steipete
steipete deleted the build/browser-tools-dependencies branch July 1, 2026 13:34
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