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.