Implements a standalone Python CLI tool that provides instant git repo status
from any terminal without dependencies on Warp or QLM.
Features:
- Two modes: 'status' (detailed) and 'summary' (compact one-liner)
- Shows local vs remote HEAD comparison (origin/main)
- Reports ahead/behind counts for branch drift
- Indicates dirty/clean working tree state
- Works from any directory with --path/-C flag
- No external dependencies (stdlib only)
Usage examples:
python -m cece_git status
python -m cece_git summary
python -m cece_git status --path /path/to/repo
This is the foundation for Operator awareness of repo reality. Future
enhancements can add optional QLM event logging and integration with
the GitConnector.