feat(Scope): implement Scope and tests

This commit is contained in:
2026-02-05 22:34:22 +01:00
parent d60486a0be
commit aec5e87b49
5 changed files with 480 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ assert_fs = "1.1.3"
clap = { version = "4.5.57", features = ["derive"] }
git-conventional = "0.12.9"
inquire = "0.9.2"
lazy-regex = { version = "3.5.1", features = ["lite"] }
predicates = "3.1.3"
thiserror = "2.0.18"