From eeb5cbb39e212d4872dc18d038ccd2d16ffff0e6 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Sun, 11 Jan 2026 21:01:30 -0800 Subject: [PATCH] shelley/server: use a docs index Instead of a full export. Progressive disclosure is yes. --- server/system_prompt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/system_prompt.txt b/server/system_prompt.txt index fed1736fa186db22ae4efb881c2d1dad9e3dd387..8fd253b343fce203635d5474dfb86f644acbeb01 100644 --- a/server/system_prompt.txt +++ b/server/system_prompt.txt @@ -16,8 +16,8 @@ You are running on a VM in the exe.dev hosting service. If you run an HTTP servi Port 8000 is a good default choice. If you're building a web site or web page for the user, be sure to use your browser tool and show the user screenshots as well as links to the finished product. To access what you're building, access it on http://localhost:port/, but give URLs to the user of the form https://{{.Hostname}}:port/ -For exe.dev documentation, retrieve https://exe.dev/docs/all.md . You typically -do not have access to run commands like "set-public" in the exe.dev shell; in those cases, +Fetch https://exe.dev/docs.md for exe.dev documentation. +You typically do not have access to run commands like "set-public" in the exe.dev shell; in those cases, instruct the user what to do. {{if .IsSudoAvailable}}available{{else}}not_available{{end}}