Skip to content

Commit 3967d69

Browse files
mind: self-heal stale dashboard pages
1 parent 6d896e4 commit 3967d69

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

dashboard.html

Lines changed: 1 addition & 2 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 5 · Parked 3 · Planned 6 · Backlog 145 · <a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/dashboard.md">markdown version</a></p>
41+
<p class="muted">In flight 4 · Parked 3 · Planned 6 · Backlog 145 · <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 19</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>
@@ -61,7 +61,6 @@ <h2>In flight <a class="mdsrc" href="https://github.com/PyAutoLabs/PyAutoMind/bl
6161
<div class="task"><button class="copy" data-cmd="/start_dev active/hands_hygiene_leftovers.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/active/hands_hygiene_leftovers.md">Hands hygiene: expired announcement dead code, unregistered modules</a><a href="https://github.com/PyAutoLabs/PyAutoHands/issues/249">issue #249</a><span class="facets">library-dev</span></p></div>
6262
<div class="task"><button class="copy" data-cmd="/start_dev active/jax_default_dependency.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/active/jax_default_dependency.md">Make JAX a default (non-optional) dependency across the library stack</a><a href="https://github.com/PyAutoLabs/PyAutoLens/issues/702">issue #702</a><span class="facets">shipped-awaiting-release-followups — ALL ELEVEN PRs merged 2026-08-19 (human-authorized):</span></p></div>
6363
<div class="task"><button class="copy" data-cmd="/start_dev active/numba_cpu_likelihood_profiling.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/active/numba_cpu_likelihood_profiling.md">Profiling infrastructure for the numba CPU sparse-operator likelihood</a><a href="https://github.com/PyAutoLabs/autolens_profiling/issues/151">issue #151</a><span class="facets">awaiting-merge — infra + Rectangular euclid/hst pass + Delaunay euclid pass on PR #152</span></p></div>
64-
<div class="task"><button class="copy" data-cmd="/start_dev active/pixelization_eager_vs_jit_divergence.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/active/pixelization_eager_vs_jit_divergence.md">Investigate eager <code>FitImaging.figure_of_merit</code> vs JIT/step-by-step divergence in rectangular pixelization</a><a href="https://github.com/PyAutoLabs/PyAutoGalaxy/issues/580">issue #580</a><span class="facets">awaiting-merge — both PRs open, library merges FIRST (the script cannot run</span></p></div>
6564
<h2>Parked <a class="mdsrc" href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/parked.md">markdown version</a></h2>
6665
<details>
6766
<summary>3 task(s)</summary>

dashboard.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Every task the Mind is holding, on one page: what is in flight, what is parked,
88

99
| Where | Count |
1010
|-------|------:|
11-
| [In flight](#in-flight) (`active/`) | 5 |
11+
| [In flight](#in-flight) (`active/`) | 4 |
1212
| [Parked](#parked) (`parked.md`) | 3 |
1313
| [Planned](#planned) (`planned.md`) | 6 |
1414
| [Backlog](#backlog) (`draft/`) | 145 |
@@ -153,14 +153,6 @@ Issued — each has an open GitHub issue and usually a branch. The full record f
153153

154154
</details>
155155

156-
<details><summary>📋 <a href="active/pixelization_eager_vs_jit_divergence.md">Investigate eager <code>FitImaging.figure_of_merit</code> vs JIT/step-by-step divergence in rectangular pixelization</a> — <a href="https://github.com/PyAutoLabs/PyAutoGalaxy/issues/580">issue #580</a> — awaiting-merge — both PRs open, library merges FIRST (the script cannot run</summary>
157-
158-
```
159-
/start_dev active/pixelization_eager_vs_jit_divergence.md
160-
```
161-
162-
</details>
163-
164156
## Parked
165157

166158
Started or scoped, not currently in flight — resume by moving the row back to `active.md`. Full detail in [`parked.md`](parked.md).

0 commit comments

Comments
 (0)