Add regex command implementation

This commit is contained in:
Rogee
2025-10-31 10:12:02 +08:00
parent a0d7084c28
commit d436970848
55 changed files with 2115 additions and 9 deletions

4
internal/regex/doc.go Normal file
View File

@@ -0,0 +1,4 @@
// Package regex provides the request, preview summary, and supporting types for the
// `renamer regex` command. The concrete planning and execution logic will be added as the
// feature progresses through later phases.
package regex