fix: restore _symbols_from_delta and _touched_symbols_for_branch after structured_delta column landed
Both were gutted when commit_meta was dropped (migration 0020) before the structured_delta column existed. Now that migration 0021 adds the column, restore them to read from structured_delta directly.
- _symbols_from_delta: new module-level helper; extracts child_op addresses containing '::' from a structured_delta dict - _touched_symbols_for_branch: queries structured_delta column, unions symbols across all branch commits - test _make_commit helper: write structured_delta= column instead of commit_meta=
sha256:a6618a4d802ae7047d228a08a873420f92f37b799484eca54d116ce8096b1cf5
sha
sha256:3150c0a8dc85bb3cd45b2392b65d5ca1071f1dae87e6747cf50bc6130e4e7d66
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:a6618a4d802ae7047d228a08a873420f92f37b799484eca54d116ce8096b1cf5 --body "your comment"
No comments yet. Be the first to start the discussion.