563 B
563 B
name, description
| name | description |
|---|---|
| postplan-read | Use when the user provides a plan.gitcoffee.dev URL to read. |
Postplan Read
Fetch the uploaded HTML with the shell. Do not use web search or a browser.
- Remove a trailing slash, then append
/rawunless the URL already ends in/raw. - Run curl --fail --silent --show-error --location --max-time 30 --output /tmp/postplan. html
<raw-url>. - Read
/tmp/postplan.htmland continue the user's request from its contents. Ifcurlfails, report its actual status or network error. Do not substitute search results.