@0xsarwagya/ontoly-query
v1.3.3
Published
Deterministic Software Graph query engine for Ontoly.
Downloads
526
Maintainers
Readme
@0xsarwagya/ontoly-query
Responsibility
@0xsarwagya/ontoly-query owns deterministic lookup, traversal, dependency,
path, and statistics operations over the Software Graph. It does not parse
repositories, persist artifacts, run high-level capabilities, or expose MCP
transport.
See the repository architecture map for package boundaries.
Installation
pnpm add @0xsarwagya/ontoly-queryAPI
createQueryEngine(graph)creates deterministic lookup and traversal APIs.- Callers, callees, dependencies, dependents, routes, services, models, and path queries.
Example
import { createQueryEngine } from "@0xsarwagya/ontoly-query";
const query = createQueryEngine(graph);
const callers = query.callers("method:src/auth.ts:AuthService.login");Status
Stable v1.0.0 package. Public contracts are governed by the Software Graph specification and RFC process.
