← All showcases
Cytoscape · filters · depthExtension UI
extensiongraph

See the whole graph

Cytoscape in Ideas Summary — filter by status or tag, toggle indirect depth.

The graph is a view of the index — not ASCII arrows in a .rq file.

slice under the cursor

auth_login {
    starts the oauth handshake
    aligns with [auth_session]
    implemented in ["./auth.ts".login]
    @status done
    @tags (
        auth
    )
}

auth_session {
    cookie after [auth_login]
    aligns with [auth_logout]
    @status done
}

auth_logout {
    clears cookies from [auth_session]
    @status done
}

Ideas Summary · Graph

auth_login ──► auth_session ──► auth_logout
     │                │
     └──► auth.ts     └──► (indirect: depth 2)

shipped controls

  • Filter by file, tag, or status
  • Indirect-reference depth toggle (1 vs 2 hop)
  • Reqlan: Get Local Graph — scoped HTML panel
  • Reqlan: Open Ideas Summary — full Cytoscape view