Commit Graph

3 Commits

Author SHA1 Message Date
039c4e0f42 fix(scripts): pin shellspec install to latest release tag
Use x-gh-get-latest-version to fetch the latest release tag from
GitHub and clone/checkout that specific version. Addresses supply
chain concern and normalizes --depth=1 style.
2026-03-02 02:41:33 +02:00
9584b2ccd1 fix(scripts): address PR review feedback for shellspec installer
Add companion install-shellspec.md documentation file to match
codebase convention. Add --depth=1 to git pull for consistent
shallow clone behavior.
2026-03-02 02:30:19 +02:00
963559cf75 feat(scripts): add shellspec installation to dfm
Add install-shellspec.sh script that clones shellspec to
~/.cache/shellspec and installs via make to ~/.local/bin.
Wire it into dfm install menu and the Tier 4 install-all pipeline.
2026-03-02 01:57:16 +02:00