Context
ADR-201 Phase 5 introduced GraphFacade (topology acceleration) and batch hydration (grounding/confidence caching). The API routes now use these optimized paths, but four client applications need verification to ensure they're calling the right endpoints with the right parameters.
This is the biggest architectural change to the query layer so far. All clients should benefit from the acceleration without any client-side changes (the optimization is server-side), but we need to verify:
- Clients request
include_grounding: true where appropriate
- Clients use the batch-enabled endpoints (not deprecated ones)
- Response shapes haven't changed in ways that break client parsing
Clients to Audit
Web workstation (web/src/api/client.ts)
MCP server
CLI (cli/src/)
FUSE driver (fuse/)
Deliverable
- Document findings per client (what's correct, what needs updating)
- Apply fixes where needed
- Update
.claude/todo-adr-201-graph-accel.md with results
References
Context
ADR-201 Phase 5 introduced GraphFacade (topology acceleration) and batch hydration (grounding/confidence caching). The API routes now use these optimized paths, but four client applications need verification to ensure they're calling the right endpoints with the right parameters.
This is the biggest architectural change to the query layer so far. All clients should benefit from the acceleration without any client-side changes (the optimization is server-side), but we need to verify:
include_grounding: truewhere appropriateClients to Audit
Web workstation (
web/src/api/client.ts)MCP server
CLI (
cli/src/)kg search,kg search connect,kg conceptetc.FUSE driver (
fuse/)Deliverable
.claude/todo-adr-201-graph-accel.mdwith resultsReferences
.claude/todo-adr-201-graph-accel.md