Commit Graph

6 Commits

Author SHA1 Message Date
f474328f45 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:43 +00:00
228fd5f921 fix: Update analyzer.rs, generator.rs, and prompt.rs with proper imports
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:40:24 +00:00
b0b9dfab9f fix: Update analyzer.rs with proper pub modifiers and super::git imports
Some checks failed
CI / lint (push) Failing after 4s
CI / build (push) Has been skipped
CI / test (push) Has been skipped
2026-02-01 12:33:34 +00:00
dec64839ce fix: Add missing analyze_changes, get_all_commit_types functions to analyzer.rs
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:29:11 +00:00
5637b2e5ed fix: add Gitea Actions CI workflow and fix logic bugs
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
- Created .gitea/workflows/ci.yml with lint, build, and test jobs
- Fixed scope extraction bug in analyzer.rs (src/main.rs now returns "src")
- Fixed renamed file path assignment in git.rs (correct old_path/new_path)
2026-02-01 12:24:36 +00:00
72af0e23a8 Initial upload: Auto Commit Message Generator with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
2026-02-01 12:20:55 +00:00