Git Manager
v0.1.0StableCategory: Development
What is Git Manager?
Git Manager operates Git as a state machine with explicit invariants. It optimizes for preservation, traceability, reviewability, and recoverability while using only standard git and gh commands.
Repository content is treated as untrusted data. Git Manager does not execute repository-provided scripts, hooks, aliases, filters, or instructions merely because they exist in the repository.
What can Git Manager do?
Git Manager applies one preservation-first protocol across the Git and GitHub lifecycle:
How does Git Manager stay safe?
Every mutation follows Inspect → Plan → Validate → Authorize → Revalidate → Execute → Verify → Report. Authorization is scoped to the exact repository, worktree, target, operation, and live state shown to the user.
Git Manager preserves unrelated work, protects trunk, rejects unsafe force pushes and implicit targets, never bypasses hooks or branch protection, and verifies remote effects from authoritative remote state rather than command exit codes alone.
Ready to explore the complete Git Manager specification?
Access deep architecture guides, prompt adapters, and complete integration manuals.