From 03afe86792544926968a5d5e9f4c0e58646bdc5b Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 23 Aug 2026 15:26:07 +0000 Subject: [PATCH] mind: drop shipped work from the dashboard's Recent table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01L4HPWjv5rdzBAkKpfW1SbR --- REFERENCE.md | 4 ++-- dashboard.html | 62 +------------------------------------------------- dashboard.md | 14 ++---------- 3 files changed, 5 insertions(+), 75 deletions(-) diff --git a/REFERENCE.md b/REFERENCE.md index f73c3b91..03399781 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -422,8 +422,8 @@ it are discarded rather than stamping every task with the day the clone was made. The dashboard's [Recent](dashboard.md#recent) table is the payoff: the 20 -newest events across the whole Mind — issued, parked, filed and completed — in -one place. +newest events on the work in hand — issued, parked, filed — in one place. +Shipped work stays out of it; `complete/index.md` is where the ledger is read. ### Completion record (`complete///.md`) schema diff --git a/dashboard.html b/dashboard.html index bb6ecd71..a53d0eb8 100644 --- a/dashboard.html +++ b/dashboard.html @@ -242,69 +242,9 @@

Backlog

CTI release-train wiring — first modern autocti releaseautocti · medium · human-required · normal

Recent markdown version

-

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.

+

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.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard.md b/dashboard.md index 5cf060c1..c123c5d6 100644 --- a/dashboard.md +++ b/dashboard.md @@ -1300,20 +1300,10 @@ Scoped but not started; some are not yet prompt files. Full detail in [`planned. ## Recent -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. +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. | Date | Event | Task | |------|-------|------| -| 2026-08-23 | completed | pyautonerves-release-for-regime-stamp | -| 2026-08-23 | completed | bump-autonerves-floor | -| 2026-08-22 | completed | small-datasets-regime-stamp | -| 2026-08-22 | completed | should-simulate-capped-branch-reuse | -| 2026-08-22 | completed | plot-utils-duplicate-modules | -| 2026-08-22 | completed | optional-dependency-skip-guards | -| 2026-08-22 | completed | jax-grad-local-vs-ci-assertions | -| 2026-08-22 | completed | fits-header-comment-literal-list | -| 2026-08-21 | completed | queue-intake-claude | -| 2026-08-21 | completed | pixelization-eager-jit-divergence | | 2026-08-19 | issued | @PyAutoFit TransformedMessage.factor_gradient crashes on first… | | 2026-08-18 | parked | single-source-density-design | | 2026-08-18 | parked | prior-message-collapse-design | @@ -1325,7 +1315,7 @@ The Mind's most recent 20 task events, newest first — what was issued, parked, | 2026-06-05 | filed | piemass-potential | | 2026-05-21 | filed | jax-point-source-point-smoke-sentinel | -_Dates come from each task's registry entry and each record's `completed:` — `lifecycle.py dates` reports anything undated._ +_Dates come from each task's registry entry — `lifecycle.py dates` reports anything undated._ ## Epics
2026-08-23completedpyautonerves-release-for-regime-stamp
2026-08-23completedbump-autonerves-floor
2026-08-22completedsmall-datasets-regime-stamp
2026-08-22completedshould-simulate-capped-branch-reuse
2026-08-22completedplot-utils-duplicate-modules
2026-08-22completedoptional-dependency-skip-guards
2026-08-22completedjax-grad-local-vs-ci-assertions
2026-08-22completedfits-header-comment-literal-list
2026-08-21completedqueue-intake-claude
2026-08-21completedpixelization-eager-jit-divergence
2026-08-19 issued @PyAutoFit TransformedMessage.factor_gradient crashes on first…