Irish for "where is" - Git repository analysis tool for open source maintainers
Cá Bhfuil (pronounced "caw will") helps open source maintainers track patches, fixes, and features across their stable branches.
- "Did CVE-2024-1234 get backported to all supported stable branches?"
- "Where is the fix for this memory leak across our release branches?"
- "What fixes are in main but missing from stable/v2.1?"
ca-bhfuil "CVE-2024-1234" # Find security fixes across branches
ca-bhfuil abc123def --distribution # See where this commit landed
ca-bhfuil --missing-from stable/v2.1 # What needs backporting- 🚀 Performance First: 10x+ faster than GitPython using pygit2
- 🔒 Local-First: SQLite storage, no external databases
- 🧠 AI-Enhanced: Local LLM integration with privacy controls
- 🎯 Maintainer-Focused: Built for real stable branch workflows
# Install from PyPI (when available)
pip install ca-bhfuil
# Or run with container
docker run --rm -v $(pwd):/workspace ghcr.io/seanmooney/ca-bhfuil:latest --help- Container Usage Guide - Complete container usage and security
- CLI Reference - Command-line interface documentation
- Development Setup - Local development environment
- Code Style Guide - Coding standards and practices
- Design Documents - Technical architecture and decisions
- CLAUDE.md - AI development setup and project context
- AI Memory System - Persistent context across development sessions
Current Phase: Core development (CLI, configuration, git operations)
License: MIT
Development Model: Human + AI collaborative development
"Because tracking changes across stable branches shouldn't require a computer science degree."
Built by a maintainer, for maintainers who just want to know where their fixes landed.