refactor(tests): fake_id audit — remove aliases, dead code, home-grown wrappers
- test_cmd_coord_lifecycle, test_cmd_heartbeat_coord, test_cmd_intent, test_cmd_verify, test_cmd_dag: 'fake_id as _fake_id' → direct import; _fake_id → fake_id - test_update_ref_supercharge: dead _fake_id() helper (never called) deleted - test_phase5_stage_preserved_on_failure, test_phase7_bundle_atomicity: home-grown 'long_id(tag.encode().hex().ljust(64,"0")[:64])' wrapper removed; canonical fake_id(tag) imported and used at call site - test_cmd_code_query: _fake_id(*parts) thin wrapper removed; single-arg sites → fake_id(arg); multi-arg site → fake_id(f'{a}|{b}|{c}')
sha256:261cf1be41922d2d559a81a24cb694bba7254c23dbb068434e53c17e5e7cf7a9
sha
sha256:25c619820fd237175d6631fe63ef692a717553128d05c15e0ca2ac155ec6034c
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:261cf1be41922d2d559a81a24cb694bba7254c23dbb068434e53c17e5e7cf7a9 --body "your comment"
No comments yet. Be the first to start the discussion.