From a904ecee376fa2cfe4931c2379e64b11fd0b601a Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 14 May 2025 13:59:44 -0600 Subject: [PATCH] docs: improve pr section --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac2b29350b920f3f6f0cf9641ea7d694f26b0416..360f1897969f74e25a130fb6169d5fa750b1f9a3 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,14 @@ Point [Home Assistant's MCP integration] at the `/sse` endpoint. Patch requests are all on [pr.pico.sh]. -- Create a new patch request with - `git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/lunatask-mcp-server` -- Submit a revision to an existing patch request with - `git format-patch main --stdout | ssh pr.pico.sh pr add {prID}` +```sh +# Create a new patch request with +git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/lunatask-mcp-server +# Submit a revision to an existing patch request with +git format-patch main --stdout | ssh pr.pico.sh pr add {prID} +# List patch requests +ssh pr.pico.sh pr list amolith/lunatask-mcp-server +``` [pr.pico.sh]: https://pr.pico.sh/r/amolith/lunatask-mcp-server @@ -110,3 +114,7 @@ I'm currently using `google/gemini-2.5-flash-preview:thinking` through - Maybe make it user-configurable? - _Optionally_ include a tool that calls a configurable LLM for task time estimations so the main LLM doesn't have to guess. + +``` + +```