From dfb2c4b0b71e56775c674672d3cc34436f324ad9 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 26 Sep 2025 16:49:49 -0600 Subject: [PATCH] docs(readme): update collaboration guidelines Update repository project name from 'lunatask-mcp-server' to 'llm-projects' in the `pr.pico.sh` examples and links. Removed alternative contribution methods (SourceHut, Radicle) to simplify the collaboration guidelines, focusing solely on using `pr.pico.sh` for patch requests. --- README.md | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2cab009d22645cb2db59432f64a4349af4940938..4c5d25c61515c3ea3f83c83e0df81bc1c5e659d8 100644 --- a/README.md +++ b/README.md @@ -121,10 +121,10 @@ Tracks an activity for a habit in Lunatask. ## Collaboration -Patch requests are in [amolith/lunatask-mcp-server] on [pr.pico.sh]. You don't -need a new account to contribute, you don't need to fork this repo, you don't -need to fiddle with `git send-email`, you don't need to faff with your email -client to get `git request-pull` working... +Patch requests are in [amolith/llm-projects] on [pr.pico.sh]. You don't need a +new account to contribute, you don't need to fork this repo, you don't need to +fiddle with `git send-email`, you don't need to faff with your email client to +get `git request-pull` working... You just need: @@ -135,29 +135,19 @@ You just need: ```sh # Clone this repo, make your changes, and commit them # Create a new patch request with -git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/lunatask-mcp-server +git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/llm-projects # 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/lunatask-mcp-server +ssh pr.pico.sh pr list amolith/llm-projects ``` See "How do Patch Requests work?" on [pr.pico.sh]'s home page for a more complete example workflow. -[amolith/lunatask-mcp-server]: https://pr.pico.sh/r/amolith/lunatask-mcp-server +[amolith/llm-projects]: https://pr.pico.sh/r/amolith/llm-projects [pr.pico.sh]: https://pr.pico.sh -I also accept patches to my public SourceHut inbox -([~amolith/public-inbox@lists.sr.ht][list], [web][listweb]) via `git send-email` -or `git request-pull` and over the Radicle network -(`rad:z2xbgGQHaDTVYjWKZLSXw1G4xBfUi`, [web][radrepo], [what is Radicle?][rad]). - -[list]: mailto:~amolith/public-inbox@lists.sr.ht -[listweb]: https://lists.sr.ht/~amolith/public-inbox -[radrepo]: https://radicle.secluded.site/nodes/seed.secluded.site/rad:z2xbgGQHaDTVYjWKZLSXw1G4xBfUi -[rad]: https://radicle.xyz - ## Models and prompts I'm currently using `google/gemini-2.5-flash` through [OpenRouter] with the