gallery preview: widget screenshot + pi.image (jsDelivr serves it with an image content-type)

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-08-12 08:45:10 +08:00
co-authored by Claudypoo
parent 6df9390d2f
commit 7d4fc32cc9
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -6,6 +6,8 @@ lives in one markdown file, `.pi/plan.md`, which the agent edits with its normal
doubles as the task list. A goal is signed off only after a fresh read-only judge checks its
evidence against the repo.
![the widget: live goals from .pi/plan.md, with the active goal's open subtasks](media/screenshot.png)
The file has a fold at `## Log`. Above it is the working set: title, the human's own words, goals,
discriminators. Below it is durable memory: the log, the learnings, and an unlimited unverified
appendix. The working set is re-sent when the plan goes stale for a couple of turns; the whole file
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

+2 -1
View File
@@ -50,6 +50,7 @@
"pi": {
"extensions": [
"./src/index.ts"
]
],
"image": "https://cdn.jsdelivr.net/gh/wassname/pi-goals@main/media/screenshot.png"
}
}