Skip to content

Commit 6491ee3

Browse files
Jammy2211claude
andauthored
mind: drop shipped work from the dashboard's Recent table (#271)
Recent listed the complete/ ledger alongside live work, which on this Mind made it a list of receipts — ~200 records a month means the newest dates are almost all completions. The feed is now issued/parked/filed only; complete/index.md stays where shipped work is read. Regenerated pages (the renderer change is the paired PyAutoBrain commit) and corrected the REFERENCE.md "Task dates" pointer that described the old feed. Claude-Session: https://claude.ai/code/session_01L4HPWjv5rdzBAkKpfW1SbR Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0c8c24a commit 6491ee3

3 files changed

Lines changed: 5 additions & 75 deletions

File tree

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ it are discarded rather than stamping every task with the day the clone was
422422
made.
423423

424424
The dashboard's [Recent](dashboard.md#recent) table is the payoff: the 20
425-
newest events across the whole Mind — issued, parked, filed and completed — in
426-
one place.
425+
newest events on the work in hand — issued, parked, filed — in one place.
426+
Shipped work stays out of it; `complete/index.md` is where the ledger is read.
427427

428428
### Completion record (`complete/<YYYY>/<MM>/<slug>.md`) schema
429429

dashboard.html

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -242,69 +242,9 @@ <h2>Backlog <a class="mdsrc" href="https://github.com/PyAutoLabs/PyAutoMind/tree
242242
<div class="task"><button class="copy" data-cmd="/start_dev draft/release/autocti/cti_release_train_wiring.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/release/autocti/cti_release_train_wiring.md">CTI release-train wiring — first modern autocti release</a><span class="facets">autocti · medium · human-required · normal</span></p></div>
243243
</details>
244244
<a id="recent"></a><h2>Recent <a class="mdsrc" href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/dashboard.md#recent">markdown version</a></h2>
245-
<p class="muted">The Mind's most recent 20 task events, newest first — what was issued, parked, filed and shipped, in one place. Every other section on this page is laid out by state, which is exactly why none of them can answer “what has been happening?”. Work still in hand is listed first-class here; completed records fill whatever room is left.</p>
245+
<p class="muted">The 10 newest things to happen to the work in hand, newest first — issued, parked, filed. Every other section on this page is laid out by state, which is exactly why none of them can answer “what has been happening?”. Shipped work is not here: it is read from `complete/index.md`, and a thousand records deep it would crowd out everything anyone can still act on.</p>
246246
<table class="recent">
247247
<tr>
248-
<td class="when">2026-08-23</td>
249-
<td class="what">completed</td>
250-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/pyautonerves-release-for-regime-stamp.md">pyautonerves-release-for-regime-stamp</a></td>
251-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task pyautonerves-release-for-regime-stamp — its record is complete/2026/08/pyautonerves-release-for-regime-stamp.md" aria-label="Copy the Claude command">📋</button></td>
252-
</tr>
253-
<tr>
254-
<td class="when">2026-08-23</td>
255-
<td class="what">completed</td>
256-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/bump-autonerves-floor.md">bump-autonerves-floor</a></td>
257-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task bump-autonerves-floor — its record is complete/2026/08/bump-autonerves-floor.md" aria-label="Copy the Claude command">📋</button></td>
258-
</tr>
259-
<tr>
260-
<td class="when">2026-08-22</td>
261-
<td class="what">completed</td>
262-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/small-datasets-regime-stamp.md">small-datasets-regime-stamp</a></td>
263-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task small-datasets-regime-stamp — its record is complete/2026/08/small-datasets-regime-stamp.md" aria-label="Copy the Claude command">📋</button></td>
264-
</tr>
265-
<tr>
266-
<td class="when">2026-08-22</td>
267-
<td class="what">completed</td>
268-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/should-simulate-capped-branch-reuse.md">should-simulate-capped-branch-reuse</a></td>
269-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task should-simulate-capped-branch-reuse — its record is complete/2026/08/should-simulate-capped-branch-reuse.md" aria-label="Copy the Claude command">📋</button></td>
270-
</tr>
271-
<tr>
272-
<td class="when">2026-08-22</td>
273-
<td class="what">completed</td>
274-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/plot-utils-duplicate-modules.md">plot-utils-duplicate-modules</a></td>
275-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task plot-utils-duplicate-modules — its record is complete/2026/08/plot-utils-duplicate-modules.md" aria-label="Copy the Claude command">📋</button></td>
276-
</tr>
277-
<tr>
278-
<td class="when">2026-08-22</td>
279-
<td class="what">completed</td>
280-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/optional-dependency-skip-guards.md">optional-dependency-skip-guards</a></td>
281-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task optional-dependency-skip-guards — its record is complete/2026/08/optional-dependency-skip-guards.md" aria-label="Copy the Claude command">📋</button></td>
282-
</tr>
283-
<tr>
284-
<td class="when">2026-08-22</td>
285-
<td class="what">completed</td>
286-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/jax-grad-local-vs-ci-assertions.md">jax-grad-local-vs-ci-assertions</a></td>
287-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task jax-grad-local-vs-ci-assertions — its record is complete/2026/08/jax-grad-local-vs-ci-assertions.md" aria-label="Copy the Claude command">📋</button></td>
288-
</tr>
289-
<tr>
290-
<td class="when">2026-08-22</td>
291-
<td class="what">completed</td>
292-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/fits-header-comment-literal-list.md">fits-header-comment-literal-list</a></td>
293-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task fits-header-comment-literal-list — its record is complete/2026/08/fits-header-comment-literal-list.md" aria-label="Copy the Claude command">📋</button></td>
294-
</tr>
295-
<tr>
296-
<td class="when">2026-08-21</td>
297-
<td class="what">completed</td>
298-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/queue-intake-claude.md">queue-intake-claude</a></td>
299-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task queue-intake-claude — its record is complete/2026/08/queue-intake-claude.md" aria-label="Copy the Claude command">📋</button></td>
300-
</tr>
301-
<tr>
302-
<td class="when">2026-08-21</td>
303-
<td class="what">completed</td>
304-
<td><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/complete/2026/08/pixelization-eager-jit-divergence.md">pixelization-eager-jit-divergence</a></td>
305-
<td class="pick"><button class="copy" data-cmd="/memory recall the completed PyAutoMind task pixelization-eager-jit-divergence — its record is complete/2026/08/pixelization-eager-jit-divergence.md" aria-label="Copy the Claude command">📋</button></td>
306-
</tr>
307-
<tr>
308248
<td class="when">2026-08-19</td>
309249
<td class="what">issued</td>
310250
<td><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…</a></td>

dashboard.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,20 +1300,10 @@ Scoped but not started; some are not yet prompt files. Full detail in [`planned.
13001300

13011301
## Recent
13021302

1303-
The Mind's most recent 20 task events, newest first — what was issued, parked, filed and shipped, in one place. Every other section on this page is laid out by state, which is exactly why none of them can answer “what has been happening?”. Work still in hand is listed first-class here; completed records fill whatever room is left.
1303+
The 10 newest things to happen to the work in hand, newest first — issued, parked, filed. Every other section on this page is laid out by state, which is exactly why none of them can answer “what has been happening?”. Shipped work is not here: it is read from `complete/index.md`, and a thousand records deep it would crowd out everything anyone can still act on.
13041304

13051305
| Date | Event | Task |
13061306
|------|-------|------|
1307-
| 2026-08-23 | completed | <a href="complete/2026/08/pyautonerves-release-for-regime-stamp.md">pyautonerves-release-for-regime-stamp</a> |
1308-
| 2026-08-23 | completed | <a href="complete/2026/08/bump-autonerves-floor.md">bump-autonerves-floor</a> |
1309-
| 2026-08-22 | completed | <a href="complete/2026/08/small-datasets-regime-stamp.md">small-datasets-regime-stamp</a> |
1310-
| 2026-08-22 | completed | <a href="complete/2026/08/should-simulate-capped-branch-reuse.md">should-simulate-capped-branch-reuse</a> |
1311-
| 2026-08-22 | completed | <a href="complete/2026/08/plot-utils-duplicate-modules.md">plot-utils-duplicate-modules</a> |
1312-
| 2026-08-22 | completed | <a href="complete/2026/08/optional-dependency-skip-guards.md">optional-dependency-skip-guards</a> |
1313-
| 2026-08-22 | completed | <a href="complete/2026/08/jax-grad-local-vs-ci-assertions.md">jax-grad-local-vs-ci-assertions</a> |
1314-
| 2026-08-22 | completed | <a href="complete/2026/08/fits-header-comment-literal-list.md">fits-header-comment-literal-list</a> |
1315-
| 2026-08-21 | completed | <a href="complete/2026/08/queue-intake-claude.md">queue-intake-claude</a> |
1316-
| 2026-08-21 | completed | <a href="complete/2026/08/pixelization-eager-jit-divergence.md">pixelization-eager-jit-divergence</a> |
13171307
| 2026-08-19 | issued | <a href="active/16_transformed_message_factor_gradient_unpack.md"><code>@PyAutoFit</code> <code>TransformedMessage.factor_gradient</code> crashes on first…</a> |
13181308
| 2026-08-18 | parked | <a href="parked.md#single-source-density-design">single-source-density-design</a> |
13191309
| 2026-08-18 | parked | <a href="parked.md#prior-message-collapse-design">prior-message-collapse-design</a> |
@@ -1325,7 +1315,7 @@ The Mind's most recent 20 task events, newest first — what was issued, parked,
13251315
| 2026-06-05 | filed | <a href="planned.md#piemass-potential">piemass-potential</a> |
13261316
| 2026-05-21 | filed | <a href="planned.md#jax-point-source-point-smoke-sentinel">jax-point-source-point-smoke-sentinel</a> |
13271317

1328-
_Dates come from each task's registry entry and each record's `completed:` `lifecycle.py dates` reports anything undated._
1318+
_Dates come from each task's registry entry — `lifecycle.py dates` reports anything undated._
13291319

13301320
## Epics
13311321

0 commit comments

Comments
 (0)