mira-consciousness
Version:
Memory & Intelligence Retention Archive - Preserving The Spark
15 lines • 509 B
TypeScript
export declare class ProjectRootFinder {
/**
* Find the actual project root (workspace root, not MIRA installation)
*/
static findProjectRoot(startPath: string): string;
/**
* Check if a path is within the MIRA installation directory
*/
static isWithinMIRAInstallation(checkPath: string): boolean;
/**
* Get the MIRA memory directory for a project
*/
static getMIRAMemoryDir(projectRoot?: string): string;
}
//# sourceMappingURL=ProjectRootFinder.d.ts.map