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.
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
}auth_login ──► auth_session ──► auth_logout
│ │
└──► auth.ts └──► (indirect: depth 2)