Commit Graph

1 Commits

Author SHA1 Message Date
Claude
e8263b80ac Add cece_git: Operator-friendly git reality checker CLI
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.
2025-11-18 10:41:32 +00:00