#!/usr/bin/env bash # scrum — find gaps in current work-in-progress, push to KB. # # Usage: # ./scrum auto-bundle current diff vs origin/main, auto-label # ./scrum my_label same, with explicit label # ./scrum --staged bundle staged-only diff (pre-commit check) # ./scrum --since=COMMIT bundle from a specific commit # # Output: # findings → data/_kb/scrum_findings.jsonl (one row per scrum run, KB-queryable) # verdicts → reports/scrum/_evidence/$(date +%Y-%m-%d)/verdicts/