What problem does it solve? Finding where logic lives in an unfamiliar codebase is slow with grep and file skimming. Vera indexes a repository and answers questions like "where is JWT expiry handled" or "who calls parse_config" with ranked, line-cited results. ## Core Features & Use Cases - Semantic code search: vera search "OAuth token refresh" returns ranked code blocks with path:line citations, with filters for language, path, symbol type, and git-scoped diffs. - Structural and reference queries: vera structural definitions, vera structural routes, and vera references <symbol> answer definition, caller, and callee questions directly from the call graph. - Scoped exact matching: vera grep runs regex over only indexed files, respecting .veraignore rules. - Use Case: Onboarding into a new repository, run vera overview for languages and entry points, then vera search "env file loading decision" to find configuration logic without reading the README or directory tree. ## Quick Start Ask the agent to run vera overview in the current repository and then search for how a specific feature is implemented.