Spec-driven utility script collection with dryrun support and automated testing. Includes project docs, test runner, and directory structure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
660 B
660 B
Future Ideas
Script runner / installer
- Problem: Manually symlinking each script to
~/sbinis tedious - Idea: A
scripts/install.shthat symlinks all scripts inscripts/to~/sbin, with--dryrunsupport naturally - Open questions: Should it handle removal of stale symlinks? Version checking?
- Depends on: Having at least 2-3 scripts to justify the automation
CI test runner
- Problem: Tests are only run manually
- Idea: Gitea CI action that runs
tests/run-all.shon push - Open questions: What runner is available on Gitea? Docker-based?
- Depends on: Gitea CI being available (cluster-bootstrap M10)