fix: init commit ID, walk delta repo_id, L-tier gates, ensure_hub_seed branch check
- create_repo(initialize=True) now produces sha256:<hex> not init-sha256:<hex> - _walk_commit_delta: removed unused repo_id parameter (two call sites updated) - _is_init check in wire_push_stream uses deterministic blob_id comparison - Removed init-% filter dead code from activity query - bench_cli L-tier gates: 60s → 15s localhost, 30s staging - ensure_hub_seed: checks branch_heads after wire_hash match (never-pushed seed fix) - test_init_commit_id.py: IC-1..4 TDD tests for valid init commit ID - test_walk_commit_delta_scale.py: WD-1..4 scale tests proving walk is correct - test_ltier_fetch_regression.py: LF-1..2 regression tests for L-tier fetch path - test_wire_step4_e2e.py: removed init- filter from have list
sha256:1f14f134fcf51886ac48a35510f480bff446c032ae8cb1379197978cb63056e9
sha
+42
~10
symbols
sha256:a10ceb7321093a9a233e61f0bac5e86a3f559b4887ef0e72f353fa4e05d8261a
snapshot
+42
symbols added
~10
symbols modified
0
dead code introduced
Semantic Changes
52 symbols
+
test_ic1_init_commit_id_is_sha256
function
async_function test_ic1_init_commit_id_is_sha256 L24–45
+
test_ic2_init_commit_exists_in_musehub_commits
function
async_function test_ic2_init_commit_exists_in_musehub_commits L51–71
+
test_ic3_wire_refs_head_is_valid_sha256
function
async_function test_ic3_wire_refs_head_is_valid_sha256 L77–99
+
test_ic4_ensure_hub_seed_checks_branch_head
function
function test_ic4_ensure_hub_seed_checks_branch_head L104–119
+
test_lf1_wire_refs_returns_correct_tip
function
async_function test_lf1_wire_refs_returns_correct_tip L109–132
+
test_lf2_wire_fetch_bundle_1000_commits
function
async_function test_lf2_wire_fetch_bundle_1000_commits L138–164
~
GATES
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:1f14f134fcf51886ac48a35510f480bff446c032ae8cb1379197978cb63056e9 --body "your comment"
No comments yet. Be the first to start the discussion.