bugbundle
v0.3.0
Published
Capture privacy-safe, executable bug reproduction bundles
Maintainers
Readme
BugBundle CLI
Capture a failing command as a deterministic, privacy-aware ZIP that maintainers can inspect and verify.
npx bugbundle init
npx bugbundle preview
npx bugbundle capture --output issue.zip -- npm test
npx bugbundle verify issue.zipAdd a .bugbundle.yml policy and GitHub Issue Form without overwriting existing files:
npx bugbundle init --githubVerification does not execute code. Replaying a bundle requires the explicit --run option. Review files with bugbundle preview before sharing an archive.
Use --json with init, preview, capture, inspect, or verify for machine-readable stdout and structured errors on stderr.
