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 release β€” autocti Β· 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…