Search stable symbols
Resolve repository language into graph nodes before running a traversal.
Visual Studio Code / Developer preview
Search stable symbols, inspect impact, trace relationships, and check graph health without leaving the editor. The extension remains a thin client over Ontoly’s local deterministic artifacts.
18export class AuthService {
19 async authenticate(input: Credentials) {
20 return this.session.create(input);
21 }
22}
Ontoly evidence
AuthService.authenticateIMPACT
14 dependents
POLICY
Merge allowed
OWNER
Identity team
Editor workflow
Select a symbol or route and ask Ontoly for bounded evidence. The extension does not parse the repository or run an independent ranking system.
Resolve repository language into graph nodes before running a traversal.
See direct dependents, affected routes, owners, and evidence budgets.
Follow request, dependency, and call paths using deterministic graph relationships.
Surface local verification status and the exact facts behind the decision.
Designed for the whole loop
Open a file and see its feature, owner, dependencies, and related evidence.
Run impact before editing and compare the changed neighborhood after the diff.
Use the same graph and policies that later gate the pull request in CI.
Developer preview
The extension surface is in developer preview. Use the documented CLI and MCP workflow today, and join the preview for editor builds.