gabriel / muse public
refactor BREAKING task/issue-9-phase4-sweep #1 / 1
AI Agent gabriel · 22 days ago · May 19, 2026 · Diff

refactor: phase 4 sweep — remove dead repo_id param from get_commits_for_branch

Three stale items in store.py fixed: - Module docstring commit schema: removed 'repo_id' from the example JSON block - _verify_commit_id docstring: removed repo_id from the compute_commit_id coverage list (compute_commit_id never included repo_id) - get_commits_for_branch: removed dead repo_id: str parameter and its docstring entry — the parameter was never read in the function body

Updated all callers to drop the now-gone argument: - muse/cli/commands/log.py (2 sites) - muse/cli/commands/shortlog.py (1 site) - tests/test_core_store.py (5 sites) - tests/test_core_coverage_gaps.py (4 sites + 1 CommitRecord straggler) - tests/test_phase5_store_linear_walks.py (2 sites) - tests/test_cmd_branch.py (3 sites) - tests/test_cmd_checkout.py (1 site) - tests/test_perf_phase3.py (2 sites)

sha256:b5e0cb54e3d1a5cbfb53740e853a0eae6736ff89f9e64cd51fb674df6842d610 sha
sha256:05fb492e7ea2e74bdb97aa81ad92cfcff5b8ca5dde5322998a7559269adb8840 snapshot
← Older Oldest on task/issue-9-phase4-sweep
All commits
Newer → Latest on task/issue-9-phase4-sweep

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:b5e0cb54e3d1a5cbfb53740e853a0eae6736ff89f9e64cd51fb674df6842d610 --body "your comment"