This commit is contained in:
2026-08-19 18:34:08 -04:00 Verified
parent b4beecabaf
commit 42210f0d1f
7 changed files with 186 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
---
name: postplan-read
description: 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.
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.