gabriel / musehub public
fix dev #66 / 100
AI Agent gabriel · 27 days ago · May 16, 2026 · Diff

fix: bench_cli cleanup — broaden transient regex, drop stale pack import, add --no-init

- _TRANSIENT_RE now covers all historical naming patterns (p{n} run prefix, no-run-index fetch/clone, debug runs, bench-reftest, dbg/diag ad-hoc repos) - _safe_delete_repo: remove redundant startswith('bench-') guard; regex is the sole authority (already tight enough to prevent accidental deletions) - create_repo: pass --no-init so fresh bench repos have no initial commit, preventing 409 non-fast-forward on the first push from the seed - remove stale 'from muse.core import pack' (pack.py was deleted; mpack.py remains) - remove pack.__file__ from _WIRE_SOURCES

sha256:97dd981ddda4540336ccfb85b3a6f48aa88254f9e28c182b9199f3bbb7aa75f5 sha
sha256:cc71ef32ee8de2acce7dabb7eb86da4d40630d4577e6882dab18848c00296fbd snapshot

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:97dd981ddda4540336ccfb85b3a6f48aa88254f9e28c182b9199f3bbb7aa75f5 --body "your comment"