fix(bench): delete bench repos by repo_id via direct DELETE API
_delete_repo previously used muse hub repo delete which resolved the target repo from CWD context, risking deletion of the wrong repo. Now uses a direct signed DELETE /repos/{repo_id} HTTP call — unambiguous, no CWD involved.
repos_to_delete now stores repo_id strings instead of (owner, slug) tuples.
sha256:5dee9c73129d80447563eb0e5962342af5b125df3ec8045f77e70c19de274ed0
sha
sha256:1a51d15176aeebe87d747a96a5f3cfb8d3ce8b419a86dd1edea2ca5f6512b098
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:5dee9c73129d80447563eb0e5962342af5b125df3ec8045f77e70c19de274ed0 --body "your comment"
No comments yet. Be the first to start the discussion.