fix typos

This commit is contained in:
2026-08-21 20:55:27 -04:00 Verified
parent 42210f0d1f
commit 22e72fae2e
5 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -7,5 +7,5 @@ description: Use when the user provides a plan.gitcoffee.dev URL to read.
Fetch the uploaded HTML with the shell. Do not use web search or a browser.
1. Remove a trailing slash, then append `/raw` unless the URL already ends in `/raw`.
2. Run curl --fail --silent --show-error --location --max-time 30 --output /tmp/postplan. html `<raw-url>`.
3. Read `/tmp/postplan.html` and continue the user's request from its contents. If `curl` fails, report its actual status or network error. Do not substitute search results.
2. Run curl --fail --silent --show-error --location --max-time 30 --output /tmp/postplan.html `<raw-url>`.
3. Read `/tmp/postplan.html` and continue the user's request from its contents. If `curl` fails, report its actual status or network error. Do not substitute search results.