Beads Recovery Audit
Use this skill when the repo already works well enough on the happy path, but you do not yet trust failure handling.
Outcome rule:
- prefer rehearsal on disposable clones or test repos
- make pass or fail explicit
- leave a short runbook, not hand-wavy reassurance
Quick start
- Run:
${PAI_EXTENSIONS_DIR}/skills/Beads/RecoveryAudit/scripts/recovery_probe.sh
- Read references/recovery-drill.md.
- Turn the findings into a pass/fail report plus next actions.
Audit areas
- current repo state capture
- Dolt remote visibility
- backup and restore path
- pull/push behavior
- lock or lingering-process symptoms
- hook posture where relevant
- embedded-versus-server assumptions
Rule
Do not claim recovery is good because bd ready works once. Recovery readiness means the drill is understood and repeatable.