fix: persist domain_id on every repo creation path
- musehub_repository.create_repo: stores domain or 'code' in domain_id column (was always NULL) - musehub_repository.fork_repo: inherits source domain_id, falling back to 'code' for legacy NULLs - CreateRepoRequest: adds domain field so API callers can specify domain at creation time - musehub_models.MusehubRepo: column default='code' so ORM-level inserts without domain also get the right value - 7 new TDD tests covering service, fork, and API creation paths
sha256:818b6a6562e0b27cc9880802e9708fb950ce0621ec1d1d058be38b9581360af8
sha
sha256:78961c9be7a41cfafd56dad9d945844905233ddf4c7d9caac3bad850577f99f1
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:818b6a6562e0b27cc9880802e9708fb950ce0621ec1d1d058be38b9581360af8 --body "your comment"
No comments yet. Be the first to start the discussion.