diff --git a/README.md b/README.md index 4a3bcc8..6fb51db 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/media/screenshot.png b/media/screenshot.png new file mode 100644 index 0000000..3a7c0aa Binary files /dev/null and b/media/screenshot.png differ diff --git a/package.json b/package.json index ac9a5bd..26d1d69 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "pi": { "extensions": [ "./src/index.ts" - ] + ], + "image": "https://cdn.jsdelivr.net/gh/wassname/pi-goals@main/media/screenshot.png" } }