refactor
BREAKING
task/coord-server-cleanup
#1 / 1
refactor: remove fake_id from production path in coord_server
- Replace fake_id(record_id) fallbacks with record_id directly — the record ID is already a valid sha256: content-addressed string; no re-hashing needed - Fix agent_id fallback: was incorrectly using record_id as an agent identifier; now correctly falls back to empty string when run_id is absent from payload - Drop fake_id import from musehub_coord_server (it is test-only by definition) - Update test_musehub_coord.py: rename all record_uuid field references to record_id, update validation tests to match the new _SAFE_RECORD_ID_RE pattern (accepts alphanum/hyphens/underscores/colons up to 128 chars)
sha256:c7ebc9c66df79cd822ea2a38a4f085480a0409373a387e346aaa9297c756efd8
sha
sha256:8fff499719c5fb7ee027dce2906c88fad79593e145363aacdff17fbb1a5da415
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:c7ebc9c66df79cd822ea2a38a4f085480a0409373a387e346aaa9297c756efd8 --body "your comment"
No comments yet. Be the first to start the discussion.