feat: replace infer_sem_ver_bump with structured semver classifier
- Add muse/core/semver_classifier.py: VisibilityTier, StabilityTier, ChangeKind, ChangeClassification, SemVerClassification, StabilityManifest, classify_delta — evidence-driven classification with confidence scores - Delete infer_sem_ver_bump from domain.py (removed from __all__ earlier) - Update cli/commands/commit.py to call classify_delta instead - Rewrite tests/test_sem_ver.py: 121 tests covering the new classifier - Fix _glob_star_match: regex-based ** expansion (was matching everything) - Fix _classify_move: use old_address as canonical address
sha256:05d74f1339933f271493f80d9ea71d8719e762af3c3e15c96e52d306c7d14c64
sha
sha256:d85770312ebfc61b883770573f61a025148f9c8dd5240900bdae008f44e22ea9
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:05d74f1339933f271493f80d9ea71d8719e762af3c3e15c96e52d306c7d14c64 --body "your comment"
No comments yet. Be the first to start the discussion.