UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

13 lines 457 B
import type { GraphStats, ImpactAnalysis } from "./types.js"; export declare class GraphMemory { private readonly cwd; constructor(cwd?: string); private get dbPath(); isReady(): Promise<boolean>; getStats(): Promise<GraphStats>; impact(filePath: string): Promise<ImpactAnalysis>; findSlice(identifier: string): Promise<string[]>; private findCandidateFileIds; private normalizePath; } //# sourceMappingURL=graph.d.ts.map