poiley/BD CI Auto-Remediation

CI orchestration layer using bd (beads) for automatic failure tracking, fix bead creation, and agent-driven remediation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 16, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: poiley/bdgha@33ec6211fdc30beb5c5eaf035a486f338ee01d41 # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
modeAction mode: sync (sync beads state), create (create/reopen fix bead), cleanup (close fix beads for passed gate)nocreate
failure-typeType of failure: test_failure | coverage_gap | lint_error | build_errorno
failure-summaryBrief summary of failuresno
failure-details-filePath to file with detailed failure outputno
parent-bead-idParent bead ID (auto-detected if not provided)no
pr-numberPull request numberno${{ github.event.pull_request.number }}
assign-to-pr-authorAssign fix bead to PR author (true/false)notrue
fix-bead-priorityPriority for fix bead (0-4, 0=highest)no1
block-parentMark parent bead as blocked via blocking dependency (true/false)notrue
skip-if-no-parentSkip gracefully if no parent bead found (true/false)notrue
sync-branchGit branch for beads syncnobeads-sync
bd-versionBD CLI version (latest or specific tag like v0.49.6)nolatest
github-tokenGitHub token for API accessyes
namedescription
fix-bead-idID of the created/reopened fix bead (mode=create only)
parent-bead-idID of the parent bead
skippedtrue if remediation was skipped