Find and surface relevant context while coding by combining knowledge graph search with code relationship analysis. Uses smart detection to identify when additional context would be helpful, then retrieves:
| Opening unfamiliar file | Knowledge graph for file/module context, code for imports/dependencies | | Working on new feature | Prior decisions, related concepts, similar implementations | | Debugging errors | Related issues, error patterns, affected components | | Refactoring code | Dependent files, callers/callees, test coverage |
| Making architectural decisions | Past ADRs, related design docs, established patterns | | Touching config/infra files | Related deployments, environment notes, past issues |
Автоматически находите соответствующий контекст из графа знаний и связей кода во время кодирования. Определяет, когда контекст может оказаться полезным (новые файлы, незнакомый код, архитектурные решения), и выявляет связанные объекты, предыдущие решения и зависимости кода. Источник: 89jobrien/steve.