Commit Graph

3 Commits

Author SHA1 Message Date
a3c96fc9df fix: resolve module structure issues by separating CLI and git modules
Some checks failed
CI / build (push) Has been cancelled
- Removed duplicated git module code from cli.rs
- Created dedicated git.rs module with GitRepo, StagedChanges, ChangedFile, FileStatus definitions
- Updated all modules (analyzer, generator, prompt) to import from super::git
- Fixed module organization to resolve compilation errors
2026-02-01 12:48:37 +00:00
f810e470c4 Check current project files
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-02-01 12:42:10 +00:00
4cd2749a20 Initial upload: Auto Commit Message Generator with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-02-01 12:20:52 +00:00