Bound session-memory graph neighborhood reads#308
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 60ef5e37ba
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 82b7b434ba
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1d40fed214
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| if not start_rows: | ||
| return None |
There was a problem hiding this comment.
Surface route-term resolution failures
When the synthetic graph-node candidates miss and alias resolution depends on search/shards/*/route_terms, a malformed/unreadable shard or stale route-term match reaches this return after _graph_route_term_node_candidates has collected diagnostics or matched IDs. Returning None discards that evidence, so graph_neighborhood() emits the generic mcp_bounded_graph_deferred "no indexed graph node" response even though the alias read model is broken or inconsistent; carry the route-term resolution diagnostics/matches into the deferred/error payload instead.
Useful? React with 👍 / 👎.
Summary
route_termsindex probesVerification
121 passedformcp/services/aoa-session-memory-mcp/testsruff checkon the changed source and tests