Dynamic insight panel: per-card adjacency-grounded reading brief#16
Merged
Conversation
A new "动态洞察 / Dynamic insight" section now appends to every full-tab card view, turning the node's local adjacency into a deterministic reading brief: - Synthesised summary (prefers authored summary_zh, falls back to most- frequent edge relation when both are missing). - Importance estimate sourced from incoming composes / validates / manifests / motivates edges; cites the top-3 most-cited referrers by name with anchor-link routing. - Next-step suggestions ranked by outbound relation strength (enables > extends > motivates > composes > validates > parallel > prereq > contrasts > unsolved_by) with one-line rationale per item. - Open problems list when the node connects to problem:* via unsolved_by or motivates, capped at 3 with clipped summaries. Implementation: - atlas-cards.js: new _insightReport pipeline appended to _renderFull, plus _insightSummary / _insightImportance / _insightNextSuggestions / _insightOpenProblems helpers and an internal meta-language guard (logs a console warning, never user-visible). - atlas3d.css: dedicated `.insight-report` panel chrome + responsive 1-column collapse below 920px. Skipped for kind=lab and kind=channel (external resources, no abstract adjacency to summarise). https://claude.ai/code/session_017Ez7KNKDCGRRLjEnJi9TW7
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.
A new "动态洞察 / Dynamic insight" section now appends to every full-tab card view, turning the node's local adjacency into a deterministic reading brief: synthesised summary, importance estimate sourced from incoming
composes/validates/manifests/motivatesedges (with cited top-3 referrers), next-step suggestions ranked by relation strength with one-line rationales, and open problems pulled from outboundunsolved_byandmotivates → problem:*edges.Implementation in
docs/js/atlas-cards.jsand styling indocs/atlas3d.css. Skipped forkind=lab/kind=channel. Output is fully deterministic and includes an internal meta-language guard that warns to the console (never user-visible).Smoke-tested on
paradigm:vla_paradigm,paper:2212.10156, andpaper:vaswani2017: panel renders, 5 ranked.next-suggestionsitems, anchor-link routing wired, zero meta-language ban hits.https://claude.ai/code/session_017Ez7KNKDCGRRLjEnJi9TW7
Generated by Claude Code