Skip to content

Commit 58e42c9

Browse files
mind: self-heal stale dashboard pages
1 parent cb0ab69 commit 58e42c9

2 files changed

Lines changed: 4 additions & 13 deletions

File tree

dashboard.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<body>
3939
<h1>📋 PyAutoMind Dashboard</h1>
4040
<p>Every task the Mind is holding. Tap a task's 📋 and its <code>/start_dev</code> command is on your clipboard — paste it into a Claude Code chat to route Claude straight to that task.</p>
41-
<p class="muted">In flight 1 · Parked 4 · Planned 6 · Backlog 149 · <a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/dashboard.md">markdown version</a></p>
41+
<p class="muted">In flight 1 · Parked 3 · Planned 6 · Backlog 149 · <a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/dashboard.md">markdown version</a></p>
4242
<h2>Start here</h2>
4343
<h3>Highest priority <span class="facets">(filed as high) — showing 12 of 17</span></h3>
4444
<div class="task"><button class="copy" data-cmd="/start_dev draft/triage/jax_zero_contour.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/triage/jax_zero_contour.md">TRIAGE: needs manual review before routing</a><span class="facets">medium · safe · high</span></p></div>
@@ -60,11 +60,10 @@ <h2>In flight <a class="mdsrc" href="https://github.com/PyAutoLabs/PyAutoMind/bl
6060
<div class="task"><button class="copy" data-cmd="/start_dev active/16_transformed_message_factor_gradient_unpack.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/active/16_transformed_message_factor_gradient_unpack.md"><code>@PyAutoFit</code> <code>TransformedMessage.factor_gradient</code> crashes on first call</a><a href="https://github.com/PyAutoLabs/PyAutoFit/issues/1501">issue #1501</a><span class="facets">HOLD — do not start dev. Fix-or-delete hangs off the PyAutoFit#1498 logpdf-contract</span></p></div>
6161
<h2>Parked <a class="mdsrc" href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/parked.md">markdown version</a></h2>
6262
<details>
63-
<summary>4 task(s)</summary>
63+
<summary>3 task(s)</summary>
6464
<div class="task"><button class="copy" data-cmd="/start_dev active/12_single_source_density_refactor.md" aria-label="Copy the Claude command">📋</button><p><b>single-source-density-design</b><a href="https://github.com/PyAutoLabs/PyAutoFit/issues/1500">issue #1500</a></p></div>
6565
<div class="task"><button class="copy" data-cmd="/start_dev active/13_collapse_prior_and_message.md" aria-label="Copy the Claude command">📋</button><p><b>prior-message-collapse-design</b><a href="https://github.com/PyAutoLabs/PyAutoFit/issues/1500">issue #1500</a></p></div>
6666
<div class="task"><button class="copy" data-cmd="/start_dev active/pyautoreduce_slacs1430_acs_comparison.md" aria-label="Copy the Claude command">📋</button><p><b>pyautoreduce-slacs1430-acs-comparison</b></p></div>
67-
<div class="task"><button class="copy" data-cmd="/route resume the parked PyAutoMind task pyautonerves-release-for-regime-stamp — its record is in parked.md" aria-label="Copy the Claude command">📋</button><p><b>pyautonerves-release-for-regime-stamp</b><span class="facets">PARKED — ready to release, but NOT runnable from a cloud/web session</span></p></div>
6867
</details>
6968
<h2>Planned <a class="mdsrc" href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/planned.md">markdown version</a></h2>
7069
<details>

dashboard.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Every task the Mind is holding, on one page: what is in flight, what is parked,
99
| Where | Count |
1010
|-------|------:|
1111
| [In flight](#in-flight) (`active/`) | 1 |
12-
| [Parked](#parked) (`parked.md`) | 4 |
12+
| [Parked](#parked) (`parked.md`) | 3 |
1313
| [Planned](#planned) (`planned.md`) | 6 |
1414
| [Backlog](#backlog) (`draft/`) | 149 |
1515

@@ -140,7 +140,7 @@ Issued — each has an open GitHub issue and usually a branch. The full record f
140140
Started or scoped, not currently in flight — resume by moving the row back to `active.md`. Full detail in [`parked.md`](parked.md).
141141

142142
<details>
143-
<summary><b>4</b> task(s)</summary>
143+
<summary><b>3</b> task(s)</summary>
144144

145145
<details><summary>📋 <b>single-source-density-design</b> — <a href="https://github.com/PyAutoLabs/PyAutoFit/issues/1500">issue #1500</a></summary>
146146

@@ -166,14 +166,6 @@ Started or scoped, not currently in flight — resume by moving the row back to
166166

167167
</details>
168168

169-
<details><summary>📋 <b>pyautonerves-release-for-regime-stamp</b> — PARKED — ready to release, but NOT runnable from a cloud/web session</summary>
170-
171-
```
172-
/route resume the parked PyAutoMind task pyautonerves-release-for-regime-stamp — its record is in parked.md
173-
```
174-
175-
</details>
176-
177169
</details>
178170

179171
## Planned

0 commit comments

Comments
 (0)