scsh 1.29.1

Scoped Skills Helper — preflight a git repo and run its scoped skills in ephemeral containers.
1
2
3
4
5
6
7
# Contributing

Keep the command small and dependency-free.
Put reusable behavior in functions, keep the command-line entry point thin, and cover behavior changes with `unittest` tests.

Run `python3 -m unittest -v` before committing.
Update `README.md` whenever command-line behavior changes.