wuphf - Karpathy-style LLM wiki for agents
Local wiki layer where agents read and write Markdown under git, indexed with bleve (BM25) and SQLite. Designed so context compounds across sessions instead of being re-pasted.
Tag
33 entries tagged with #git.
Better diffs, mob programming, multi-repo helpers, and commit graph TUIs.
Local wiki layer where agents read and write Markdown under git, indexed with bleve (BM25) and SQLite. Designed so context compounds across sessions instead of being re-pasted.
Claude Code plugin that scores 5 dimensions of a decision (Kind vs. Wicked), runs consider-the-opposite debiasing, and outputs a paste-ready memo for PRs or proposals.
Desktop workstation that adds a task scheduler, git worktree management, remote control, and skills management on top of Codex CLI and Claude Code.
Free Go CLI that runs unlimited AI code reviews on each commit, with no per-review cap or external service in the loop.
CLI that fans coding agents out across git worktrees and coordinates their progress, so multiple agents can work on the same repo without stepping on each other.
Rust merge driver that resolves false conflicts when independent agents edit the same file, claiming roughly 95% reduction versus line-based merge by working at entity granularity.
Open standard and git hooks that mark which lines of a repo came from an AI tool, with detectors for 19 coding agents like Claude Code, Cursor, and Copilot. CC0 spec.
Hunk-by-hunk and line-by-line staging tool for git, designed to shape a clean commit history from messy development work. Lets you incrementally split experimental changes into logical commits.
Rust CLI that monitors branch and fork sync status across your GitHub repositories. Surfaces diverged forks, stale branches, and unmerged PRs from one terminal view.
Lightweight powerline-style statusline for Claude Code with git status, session info, and color themes. TypeScript, no heavyweight dependencies.
Git-native API client where requests, tests, and docs are composed from reusable Markdown blocks. Bruno-style workflow with no lock-in, versioned alongside your code.
Go CLI to run a script across hundreds of repositories and open PRs from the diffs. The classic tool for org-wide refactors and dependency bumps.
Go-based secret scanner aimed at speed and configurability over gitleaks defaults. Designed for CI pipelines that need to tune false-positive rates.
GitHub CLI extension that detects which local branches were merged or closed via PR and prunes them safely, including squash-merged branches gh-branch can't see.
Python CLI that finds and deletes git branches already merged into a target. Handles squash-merge detection across multiple remotes.
Cross-platform desktop git client built on GPUI (the framework behind Zed). Aims to be the fastest open-source UI for git workflows.
Sits on top of delta to add a GitHub-style file tree to git diffs. Navigate large diffs with arrows instead of scrolling one giant patch.
Maintains a tree of branches and automates the rebase/merge sequence across stacked PRs. Useful when your team works on chains of dependent branches.
Go CLI that automates git worktree setup, branch tracking, and switching between worktrees. Handy for AI-agent workflows that fan out across many branches.
Rust CLI that walks you through composing a conventional commit, including type, scope, and breaking-change footers. Lightweight alternative to commitizen.
Rust toolkit for enforcing conventional commits, generating changelogs, and bumping semver tags. Plugs into hooks and CI.
CLI that renders any repo's commit history as a Victorian-era newspaper page. A clever take on git log visualization that prints headlines and columns instead of graphs.
Rust port of Steve Yegge's beads: a non-invasive issue tracker that stores tasks in SQLite with JSONL export for git collaboration. Designed to live alongside the codebase, not in a SaaS.
Go CLI for working with stacked PRs: tracks dependent branches, restacks after rebases, and submits a stack to GitHub as linked pull requests. Alternative to git-branchless and Graphite CLI.
Python git wrapper that turns a single push into multiple relative pull requests with patch revision tracking and rebase detection. Used in production at Skydio.
Go TUI on top of the Beads issue tracker with PageRank-based ranking, critical path, kanban, and dependency DAG views, plus a robot-mode JSON API for agents.
Local web UI for the Beads issue tracker designed for collaborating with coding agents on issues. Pairs well with beads_viewer's TUI.
Rust TUI for reviewing diffs locally before pushing. Browse hunks, leave inline comments, and produce a review without opening a browser.
Entity-level diff, blame, graph, and impact analysis for code. 23 languages parsed via tree-sitter so reviews work on functions instead of line ranges.
Rust CLI that blocks dangerous git and shell commands before an agent can run them. Pattern-matched safety net for autonomous coding agents.
Tiny Go CLI that wraps the choreography of switching drivers in mob/pair sessions. `mob start`, `mob next`, `mob done` - no merge dance.
Ratatui-based TUI that draws a clean, magic-feeling commit graph from any repo. Faster to read than `git log --graph`, easier to navigate than tig.
Python CLI for running git commands across N repos at once. Groups, parallel fetch, and side-by-side status - perfect for monorepo-of-repos setups.