Commit Graph

3 Commits

Author SHA1 Message Date
e27a9b93f5 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:38 +00:00
e897a35e38 Check current project files
Some checks failed
CI / lint (push) Failing after 3s
CI / build (push) Has been skipped
CI / test (push) Has been skipped
2026-02-01 12:42:10 +00:00
f148315303 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