Read-only Git inspection for AI agents — log, show, diff, status, blame, grep. No writes.
🛠️ Key Features
- Read-only Git inspection: log, diff, status, blame, grep
- Lightweight, non-destructive tooling for AI agents
- Focused on code visibility without modification capabilities
🚀 Use Cases
- AI agents auditing repository history and changes
- Diffing and blame analysis for debugging agent behavior
- Quick grep-based searches over repository content
⚡ Developer Benefits
- Clear focus on read-only operations for safety and reproducibility
- Simple, low-maintenance toolset suitable for integration into pipelines
- Grounded in standard Git concepts (log, diff, blame, grep)
⚠️ Limitations
- No write or commit capabilities
- Limited to read-only Git inspection features as described
- May not cover all Git workflows beyond inspection needs