fix(core): update
This commit is contained in:
		@@ -84,4 +84,13 @@ export class AiDoc {
 | 
			
		||||
    const descriptionInstance = new aiDocsClasses.Description(this, projectDirArg);
 | 
			
		||||
    return await descriptionInstance.build();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public async buildNextCommit(projectDirArg: string) {
 | 
			
		||||
    
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public async getProjectContext(projectDirArg: string) {
 | 
			
		||||
    const projectContextInstance = new aiDocsClasses.ProjectContext(projectDirArg);
 | 
			
		||||
    return await projectContextInstance.gatherFiles();
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user