which-muse.sh
bash
sha256:08c083095bcaffb4c43ce947668fac93bf5d261e13d321776170c4019dd1d77d
fix: migration must never update identity.toml on a failed …
Sonnet 5
minor
⚠ breaking
9 hours 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:08c083095bcaffb4c43ce947668fac93bf5d261e13d321776170c4019dd1d77d
fix: migration must never update identity.toml on a failed …
Sonnet 5
minor
⚠
9 hours ago