From 0c879239736ab26767fcd315d08b30916c28c0dc Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Thu, 20 Aug 2026 10:56:58 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20dashboard=20naming=20unification=20?= =?UTF-8?q?=E2=80=94=20html=20primary,=20'PyAutoMind=20Dashboard'=20(PyAut?= =?UTF-8?q?oLabs/PyAutoScientist#13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- README.md | 2 +- dashboard.html | 4 ++-- dashboard.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c08a42d7..451f0b4d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ files ("add this feature", "fix this bug", "write this tutorial"); AI agents then carry each one from idea to GitHub issue to merged pull request, with you approving every step. -See the **[PyAutoMind Dashboard](dashboard.md)** ([mobile phone dashboard](https://pyautolabs.github.io/PyAutoMind/)) +See the **[PyAutoMind Dashboard](https://pyautolabs.github.io/PyAutoMind/)** for how this is used in practice: every task the Mind is holding, on one page, ready for AI implementation โ€” a human picks a task, copies its `/start_dev` command into a Claude Code chat, and the agent takes it from there. diff --git a/dashboard.html b/dashboard.html index 65df80e7..b88c7ae8 100644 --- a/dashboard.html +++ b/dashboard.html @@ -3,7 +3,7 @@ -PyAutoMind task dashboard +PyAutoMind Dashboard -

๐Ÿ“‹ PyAutoMind task dashboard

+

๐Ÿ“‹ PyAutoMind Dashboard

Every task the Mind is holding. Tap a task's ๐Ÿ“‹ and its /start_dev command is on your clipboard โ€” paste it into a Claude Code chat to route Claude straight to that task.

In flight 3 ยท Parked 3 ยท Planned 6 ยท Backlog 149 ยท markdown version

Start here

diff --git a/dashboard.md b/dashboard.md index ee7bb178..672fa29b 100644 --- a/dashboard.md +++ b/dashboard.md @@ -1,8 +1,8 @@ -# PyAutoMind task dashboard +# PyAutoMind Dashboard -Reading on a phone? The [one-tap copy version](https://pyautolabs.github.io/PyAutoMind/) puts the command on your clipboard with a single tap of ๐Ÿ“‹. +This is the markdown version of the [PyAutoMind Dashboard](https://pyautolabs.github.io/PyAutoMind/), which puts a task's command on your clipboard with a single tap of ๐Ÿ“‹. Every task the Mind is holding, on one page: what is in flight, what is parked, and the whole backlog to pick from. Pick a task and run its `/start_dev` command in a Claude Code chat to start it.