refactor
BREAKING
task/issue-9-phase3-commit-creation-sites
#1 / 1
refactor: phase 3 — remove repo_id from all CommitRecord constructor calls
Strip repo_id= from every CommitRecord(...) instantiation across source (bridge.py, rebase.py) and all test files (~190 files). CommitRecord.repo_id is a deprecated field — commits are globally content-addressed and don't belong to a specific repo. TagRecord, ReleaseRecord, RemoteInfo, CommitDict, _init_repo helpers, compute_release_id calls, and TypedDict instantiations that reference repo_id are left intact — they are distinct types with their own repo scoping semantics.
sha256:e22cb1b258498f698ea60c882c916ca92b9dba489ddf9f1a3262aaa015ccdea6
sha
sha256:2ad954d42710145f42224879dca59c2c9aa9dd20077dacecd8af08ef1a4d4185
snapshot
← Older
Oldest on task/issue-9-phase3-commit-creation-sites
All commits
Newer →
Latest on task/issue-9-phase3-commit-creation-sites
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:e22cb1b258498f698ea60c882c916ca92b9dba489ddf9f1a3262aaa015ccdea6 --body "your comment"
No comments yet. Be the first to start the discussion.