diff --git a/scrum b/scrum new file mode 100755 index 0000000..6d14983 --- /dev/null +++ b/scrum @@ -0,0 +1,149 @@ +#!/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/