sandbox-run.sh
bash
sha256:08c083095bcaffb4c43ce947668fac93bf5d261e13d321776170c4019dd1d77d
fix: migration must never update identity.toml on a failed …
Sonnet 5
minor
⚠ breaking
21 hours ago
| 1 | #!/usr/bin/env bash |
| 2 | # sandbox-run.sh — run a muse-dev command against the current sandbox for a |
| 3 | # repo, refreshed via sandbox-refresh.sh. See #185 Phase 4. |
| 4 | # |
| 5 | # Usage: sandbox-run.sh <repo> -- <muse-dev args...> |
| 6 | set -euo pipefail |
| 7 | exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/sandbox.py" run "$@" |
File History
1 commit
sha256:08c083095bcaffb4c43ce947668fac93bf5d261e13d321776170c4019dd1d77d
fix: migration must never update identity.toml on a failed …
Sonnet 5
minor
⚠
21 hours ago