cocogitto - conventional commits toolbox
Rust toolkit for enforcing conventional commits, generating changelogs, and bumping semver tags. Plugs into hooks and CI.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Rust CLI and TUI tools worth installing
Fast, single-binary command-line tools written in Rust - covering git, logs, sandboxes, code intelligence, and terminal workflows.
Git workflow tools beyond the basics
Better diffs, mob programming, parallel worktrees, multi-repo management, and TUI commit graphs - the git tools worth knowing past `git rebase`.
Related entries
koji - interactive conventional commits CLI
Rust CLI that walks you through composing a conventional commit, including type, scope, and breaking-change footers. Lightweight alternative to commitizen.
branch-watch - track branch and fork sync across repos
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.
beads_rust - local-first issue tracker in SQLite
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.
Destructive Command Guard
Rust CLI that blocks dangerous git and shell commands before an agent can run them. Pattern-matched safety net for autonomous coding agents.