[FEATURE] Claude Code session discovery – hypergraph-based navigation feature request:.

Open 💬 0 comments Opened Jul 3, 2026 by claudehelpmichel

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Claude Code session discovery – hypergraph-based navigation feature request:
Current limitation: Session search is flat and direct-path only. Active Directory uses graph-traversal (node-to-node), but doesn't explore intent-dependent downstream relationships.
Proposed architecture: Implement hypergraph-based session discovery that understands concept-space relationships. Example use case from trading system work:
User searches: 'Iron Condor with time decay management and hedge optionality'
Flat search returns: Sessions tagged 'Iron Condor'
Hypergraph search returns: Iron Condor sessions PLUS downstream nodes – sessions on risk management, related hedge mechanics, vega-neutral strategies, roll procedures – because these are intent-dependent neighbors that unlock solution paths in concept-space.
The engine should traverse not shortest-path-to-node, but intent-aligned edges that reveal hidden prerequisites and downstream dependencies. Like discovering that Hawaii (main island) unlocks access to specific micro-atolls only reachable through that concept.
Practical value: Prevents getting lost in billion-dimensional concept-space by letting the model's own relational structure guide discovery of 'what you actually need' versus 'what matches keywords'.
This transforms session management from retrieval into conceptual navigation – technical capital that benefits any user working with related problem-domains."

Proposed Solution

Check, whether the claudecode-app reliably displays all sessions on a machine without blocking herself.

Alternative Solutions

_No response_

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗