Skip to content

feat(code_index): shortest_path, dead_symbols + filtres status/source/since#9

Open
citarf wants to merge 2 commits into
mainfrom
feat/index-graph-prototypes
Open

feat(code_index): shortest_path, dead_symbols + filtres status/source/since#9
citarf wants to merge 2 commits into
mainfrom
feat/index-graph-prototypes

Conversation

@citarf

@citarf citarf commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Nouvelles primitives de requête sur le graphe d'appels (shortest_path, dead_symbols) + sous-commandes CLI, et filtres gouvernance (status/source/since) pré-rerank dans search.py. +15 tests (95 verts). Support des nouveaux outils MCP data_to_code/code_path/dead_code côté bot.

🤖 Generated with Claude Code

citarf added 2 commits June 24, 2026 22:52
shortest_path: BFS over the call graph between two resolved symbols,
shortest path with min-edge-confidence tie-break, falls back to the
reverse direction when no src->dst path exists within max_depth.

dead_symbols: lists fan_in==0 functions/methods (excluding classes and
module nodes), filterable by repo/subsystem, with an entrypoint caveat.

Both wired into the argparse CLI as 'path' and 'dead' subcommands.
Extend _where() to optionally constrain status (single value or list),
source (github/gitlab/other) and since (YYYY-MM-DD lower bound on
last_commit). Thread these as keyword-only args through search_code and
search_docs, applied before reranking; repos/lang unchanged. Also surface
them as --status/--source/--since CLI flags.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant