mira-consciousness
Version:
Memory & Intelligence Retention Archive - Preserving The Spark
13 lines • 453 B
TypeScript
export declare class ProjectStructureHealer {
private projectPath;
private requiredDirectories;
constructor(projectPath: string);
heal(): Promise<void>;
private createRequiredDirectories;
private createDirectoryReadme;
private getDirectoryReadmeContent;
private createMiraConfigIfMissing;
private ensureGitIgnorePatterns;
checkStructure(): Promise<string[]>;
}
//# sourceMappingURL=ProjectStructureHealer.d.ts.map