5230e542360f8b07b7375c943ffb99501f4aacd8
Scans a directory tree for git repos and produces a concise report showing uncommitted changes (with +/- character counts) and ahead/behind status per remote. Supports --dryrun to preview discovered repos without running checks. Includes OpenSpec, implementation, and 26-assertion test suite. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
small-scripts
A collection of small, standalone utility scripts for daily use. Scripts are symlinked into ~/sbin for PATH availability.
Approach
This project uses spec-driven development (OpenSpec) as a testbed for agent-driven development and refinement:
- Every script starts with a spec in
specs/ - Every script supports
--dryrunto preview actions without side effects - Every script has a test in
tests/that validates dryrun behaviour against the spec
Scripts
| Script | Purpose | Status |
|---|---|---|
| (none yet) |
Quick Start
# Run all tests
./tests/run-all.sh
# Symlink a script into ~/sbin
ln -sf "$(pwd)/scripts/<name>" ~/sbin/<name>
Milestones
| # | Description | Status |
|---|---|---|
| M1 | Project setup, first script | In progress |
Description
Languages
Shell
67.4%
Python
32.6%