ginko graph query
ginko graph query <query> [options]Description
Section titled “Description”Performs semantic search across your project’s knowledge graph. Finds ADRs, patterns, tasks, and other entities related to your query.
Options
Section titled “Options”| Flag | Description |
|---|---|
--limit <number> | Maximum results to return |
--type <type> | Filter by entity type (ADR, Pattern, Task, etc.) |
Examples
Section titled “Examples”ginko graph query "authentication patterns"ginko graph query "error handling" --limit 10ginko graph query "caching" --type ADRRelated Commands
Section titled “Related Commands”- ginko graph explore — View document connections
- ginko graph status — Check graph health