feat: dashboard per-paper browsing + one-tap read/cite/intake actions - #43
Merged
Merged
Conversation
Reading-queue sections on the dashboard now expand to the individual papers. Each title links out — arXiv abstract page when the queue line carries a ` — <arXiv id or URL>` ref, arXiv title search otherwise — and carries three prefilled-GitHub-issue actions (nothing changes state until the human submits the issue on GitHub): - 📥 intake into memory (queue-intake): really interesting — the issue stays open as the full wiki-filing work item, carrying the human's free-text notes. - 📑 make citeable (queue-cite): worth citing, not pivotal — bib entry plus a minimal sources section with the notes. - ✅ read, don't file (queue-read): the new queue_actions.yml processes it via scripts/queue_mark_done.py — the line gets a `DONE <date> — ` prefix (the reading history; never deleted), the commit stages reading-queue.md only, the dashboard re-render is redispatched, and the issue closes. Gated on owner/member/collaborator authorship — a stranger's issue never mutates the queue. Badge and README strip are byte-identical (the cross-board contract). The snapshot's queue entries gain a "papers" list; DONE papers render as a collapsed per-section reading history. Closes #42. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01K21CJX9TAgULDo1fFJtonc
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.
Summary
The Dashboard's reading-queue sections now expand to the individual papers (231 today). Each paper links out to read it — its arXiv abstract page when the queue line carries a
— <arXiv id or URL>ref, an arXiv title search otherwise — and carries three one-tap actions as prefilled GitHub issue links, so nothing changes state until the human submits the issue:queue-intake) — really interesting: the issue stays open as the full wiki-filing work item, carrying the human's free-textnotes:.queue-cite) — worth citing, not pivotal: bib entry + a minimal sources section with the notes.queue-read) — processed automatically by the newqueue_actions.ymlviascripts/queue_mark_done.py: the queue line gets aDONE <date> —prefix (the reading history — never deleted), the commit stagesreading-queue.mdonly, a dashboard re-render is dispatched (token pushes don't retriggeron: push), and the issue closes. Gated on issue author ∈ OWNER/MEMBER/COLLABORATOR — a stranger's issue on this public repo never mutates the queue; unmatched lines get a comment and the issue stays open.DONE papers render as a collapsed per-section reading history. The markdown render mirrors everything;
--jsonexposes the per-paper list (titles/counts — the pinned privacy level). Badge and README strip are byte-identical (the cross-board contract).board.pystays stdlib-only, fully local-parse, and derives all identity from the git remote (spawn-template portability; without a remote the action buttons are simply absent).Follow-up to #32/#35 — the per-paper growth path named there. The Mind spawn template DROPs the new workflow (PyAutoMind a5da38cd), mirroring
knowledge_board.yml.API Changes
None — internal changes only. (Repo tooling: the
board.pysnapshot's queue entries gain apaperslist, consumed by the renderers and tests; badge and README-strip surfaces unchanged.)Test Plan
pytest tests/— 25 passed (per-paper parse pins, both link forms, the three issue-link labels, no-remote fallback,queue_mark_donesection-scoped idempotent transform, privacy pin)make validate— structure + citation lint green--html/--md/--badge/--md-briefrendered on the live checkout; badge/strip byte-identicalqueue-read/queue-cite/queue-intakeexist; submit onequeue-readissue and watchqueue_actions.ymlmark the line DONE and close itGenerated by the PyAutoLabs agent workflow.