gabriel / muse public
patch dev #79 / 100
AI Agent gabriel · 20 days ago · May 21, 2026 · Diff

audit(issue-12): fix remaining stale msgpack refs and false-positive tests

- store.py read_snapshot docstring: 'msgpack structure' → 'JSON structure' - test_integrity_I10_bit_flip.py: update module docstring, section comments, and dummy path args (fake.msgpack → fake.json, snap.msgpack → snap.json) - test_integrity_I8_object_store_scale.py: rewrite TestPlanFileChecklistRegression to use read_commit/read_snapshot store API instead of old msgpack commits_dir paths (were vacuously skipping at first commit since new commits live in the object store, not .muse/commits/<id>.msgpack) - test_commit_record_committed_at_corruption.py: remove TestWriteCommitRepairsCorrpuption and TestStressRepair (dead — they wrote corrupt files to legacy commits_dir path which write_commit/read_commit never touch); remove _write_corrupt_msgpack and _corrupt_commit_file helpers; rename TestFromMsgpackCommittedAt → TestFromDictCommittedAt; drop unused _read_msgpack_dict import; fix /fake/path.msgpack → /fake/path.json

sha256:51aacf6b8943429f9256543e6a14cdab46b47956cb8e031f6c916273c4eff049 sha
sha256:b3bf892fa2388e81d8ca03286e29b2f53babb2916681de422f0ea75b7247aee3 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:51aacf6b8943429f9256543e6a14cdab46b47956cb8e031f6c916273c4eff049 --body "your comment"