From 469f0b93c0be0ccc16ac661ec679e7788fb6b1f2 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 12:48:38 +0000 Subject: [PATCH] fix: resolve module structure issues by separating CLI and git modules - 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