## Description Retrieve staged files and staged diffs from Git. CommitGate should analyze only staged changes instead of scanning the entire repository. --- ## Acceptance Criteria - [x] Retrieve staged file list - [x] Retrieve staged diff - [x] Handle no staged files - [x] Return structured data - [x] Unit tests added --- ## Priority High --- ## Related Files - commitgate/git_utils.py - tests/
Description
Retrieve staged files and staged diffs from Git.
CommitGate should analyze only staged changes instead of scanning the entire repository.
Acceptance Criteria
Priority
High
Related Files