Background
Gap analysis vs the deployed ara-hub viewer (https://www.agenticresearch.sh/ara/AmberLJC/ara-paperbench/artifacts/speedrun/nanogpt-speedrun).
Problem
- The detail header renders only title + kind chip + support pill (
crates/ara-viewer/src/detail.rs:423-437). The node id (N03) is never shown in the detail pane, making it hard to reference or cross-check a step against the map. The hub shows the mono id under the title.
Node.isolated (crates/ara-core/src/manifest.rs:276) only produces the isobox treatment in tree display mode. In graph mode and in the detail pane there is no isolated-subtree signal at all. The hub shows an iso pill in the detail header.
Proposal
- Render the node id in muted mono next to/under the detail title.
- When
node.isolated (or the node belongs to an isolated subtree), render an isolated pill in the detail header meta row.
Acceptance
Background
Gap analysis vs the deployed ara-hub viewer (https://www.agenticresearch.sh/ara/AmberLJC/ara-paperbench/artifacts/speedrun/nanogpt-speedrun).
Problem
crates/ara-viewer/src/detail.rs:423-437). The node id (N03) is never shown in the detail pane, making it hard to reference or cross-check a step against the map. The hub shows the mono id under the title.Node.isolated(crates/ara-core/src/manifest.rs:276) only produces the isobox treatment in tree display mode. In graph mode and in the detail pane there is no isolated-subtree signal at all. The hub shows anisopill in the detail header.Proposal
node.isolated(or the node belongs to an isolated subtree), render anisolatedpill in the detail header meta row.Acceptance
isolatedpill in the detail headerdetail.rs