From 79d14959a907ae2628c452dae1896787ac8f1fab Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 7 Feb 2026 10:20:14 -0700 Subject: [PATCH] docs(readme): update git-format CLI reference --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90b0f3f493d61679d3ddaed169689f0d5de10f3d..848afb23ed8530500b54d2bd8be45393c94b901d 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,9 @@ Largest skills (by total tokens): Some other tools if these interested you - [wt](https://git.secluded.site/wt) - CLI for managing git worktrees -- [formatted-commit](https://git.secluded.site/formatted-commit) - CLI that turns LLM input into well-formatted Conventional Commits -- [garble](https://git.secluded.site/garble) - transform stdin with an LLM (fix typos, translate, reformat) -- [lune](https://git.secluded.site/lune) - CLI and MCP server for [Lunatask.app](https://lunatask.app) +- [git-format](https://git.secluded.site/git-format) - CLI that turns LLM input + into well-formatted conventional commits and tags +- [garble](https://git.secluded.site/garble) - transform stdin with an LLM (fix + typos, translate, reformat) +- [lune](https://git.secluded.site/lune) - CLI and MCP server for + [Lunatask.app](https://lunatask.app)