From 3ffdf03b003a911d4a97cfd5175be29586909c82 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 7 Feb 2026 10:28:10 -0700 Subject: [PATCH] docs: update git-format reference and fix pr Rename from formatted-commit to git-format and update URL from https://git.secluded.site/formatted-commit to https://git.secluded.site/git-format. Also correct the patch request list command from 'pr list' to 'pr ls'. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6374a29f542310d3609faa6960e6d7182a4c4e2..4fef58843273ebd8cdbd075ad0186c2c03779639 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ different implementation of this idea. I don't intend to maintain this server going forward, though it should continue to function until/unless the MCP protocol changes. -I wrote [formatted-commit](https://git.secluded.site/formatted-commit), a CLI +I wrote [git-format](https://git.secluded.site/git-format), a CLI tool, to encourage (and force) LLMs towards well-formatted Conventional Commits and that's the kind of style I want to try for the next version of this "LLM-oriented planning system" idea. It's called, for now, [nasin @@ -179,7 +179,7 @@ git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/llm-pro # After potential feedback, submit a revision to an existing patch request with git format-patch origin/main --stdout | ssh pr.pico.sh pr add {prID} # List patch requests -ssh pr.pico.sh pr list amolith/llm-projects +ssh pr.pico.sh pr ls amolith/llm-projects ``` See "How do Patch Requests work?" on [pr.pico.sh]'s home page for a more