refactor
BREAKING
task/paths-audit-bridge-init-domain
#1 / 1
refactor: replace inline .muse/ path constructions with muse.core.paths helpers
bridge.py: delete _BRIDGE_STATE_FILENAME constant and _bridge_state_path() wrapper; import git_bridge_sidecar_path, git_bridge_state_path, head_path, muse_dir, ref_path at module level; rename local variables head_path→_head_file and ref_path→_branch_ref to avoid shadowing imported functions.
init.py: add user_identity_toml_path to paths import; replace Path.home() / '.muse' / 'identity.toml' with user_identity_toml_path().
domain_cmd.py, path_cmd.py: add user_domain_registry_path to paths import; replace Path.home() / '.muse' / 'domain-registry.json' with user_domain_registry_path().
sha256:28ba229472ad1b58af532ca6c5be9633f4f922ac62e19e576014e4f30894944b
sha
sha256:0587449b354ff6c87d0e2b1a9ff5048ed1f64ecc1756ab35e19f5c55a21219b3
snapshot
← Older
Oldest on task/paths-audit-bridge-init-domain
All commits
Newer →
Latest on task/paths-audit-bridge-init-domain
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:28ba229472ad1b58af532ca6c5be9633f4f922ac62e19e576014e4f30894944b --body "your comment"
No comments yet. Be the first to start the discussion.