Skip to content

ginko graph query

Terminal window
ginko graph query <query> [options]

Performs semantic search across your project’s knowledge graph. Finds ADRs, patterns, tasks, and other entities related to your query.

FlagDescription
--limit <number>Maximum results to return
--type <type>Filter by entity type (ADR, Pattern, Task, etc.)
Terminal window
ginko graph query "authentication patterns"
ginko graph query "error handling" --limit 10
ginko graph query "caching" --type ADR