mind: regenerate the dashboard for the paged Recent feed - #272
Merged
Conversation
The feed now holds 50 and shows 10, revealing the rest on tap (the renderer change is the paired PyAutoBrain commit). No visible change on these pages yet: the Mind currently has exactly 10 dated live tasks (1 in flight, 3 parked, 6 planned), so there is nothing past the first page to reveal. The paging appears on its own as the registries grow. Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01L4HPWjv5rdzBAkKpfW1SbR
Jammy2211
pushed a commit
that referenced
this pull request
Aug 23, 2026
The merge commit regenerated dashboard.md/.html from a PyAutoBrain checkout that was 5 commits behind origin/main, three of which changed the dashboard generator (#249/#250/#251 — the Recent-feed work that PyAutoMind #270/#271/#272 landed). That reverted the paged Recent feed: dashboard.html lost 119 lines. PyAutoBrain updated to ad927eb and both files regenerated. The diff against main is now +24/-6 — the two new prompts entering the backlog, and nothing else. `intake dashboard --check` reports current. Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_015Mw2KC1M1HKrvTqe5zcEZn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerated pages for the paired PyAutoBrain change: the Recent feed now holds 50 and shows 10, revealing the rest on tap (a
…button on the Pages twin, nested<details>on this page).No visible change on these pages yet. The Mind currently has exactly 10 dated live tasks — 1 in flight, 3 parked, 6 planned — so there is nothing past the first page to reveal. The paging appears on its own as the registries grow.
The renderer PR must merge first: this repo's
refreshcheck renders the dashboard using PyAutoBrain'smain.Generated by Claude Code