gabriel / muse public
which-muse.sh bash
6 lines 355 B
Raw
sha256:133f9bcf57a62ec7ebf0cd71138b54a200b15989aea2fb2a6912497e2926aa8a feat(dev-safety): Phase 1 of #185 — audit tool for ambiguou… Sonnet 5 patch 2 days ago
1 #!/usr/bin/env bash
2 # which-muse.sh — classify the resolved `muse` binary as editable or installed.
3 # See #185 Phase 1 (musehub staging) for context. Logic lives in which_muse.py
4 # so it's directly unit-testable; this is a thin, PATH-friendly entrypoint.
5 set -euo pipefail
6 exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/which_muse.py" "$@"
File History 1 commit
sha256:133f9bcf57a62ec7ebf0cd71138b54a200b15989aea2fb2a6912497e2926aa8a feat(dev-safety): Phase 1 of #185 — audit tool for ambiguou… Sonnet 5 patch 2 days ago