Commit Graph

5 Commits

Author SHA1 Message Date
64342f7258 fix: add system dependencies for git2 crate in CI
Some checks failed
CI / build (push) Failing after 2m23s
2026-02-01 12:56:06 +00:00
c4e819bd2d 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
4f5ecffabc fix: Separate modules properly - cli.rs and git.rs now independent
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
2026-02-01 12:44:48 +00:00
614ea3ea35 fix: Add missing GitRepo, StagedChanges, ChangedFile structs to git.rs
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:28:35 +00:00
361465a570 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