@aaswe/codebase-ai
Version:
AI-Assisted Software Engineering (AASWE) - Rich codebase context for IDE LLMs
10 lines • 443 B
TypeScript
/**
* Code Ingestion Service - Main Export
* Provides Git integration, file watching, and batch processing for code analysis
*/
export { default as CodeIngestionService } from './CodeIngestionService';
export { default as GitService } from './GitService';
export { default as FileWatcher } from './FileWatcher';
export { default as IngestionJobQueue } from './IngestionJobQueue';
export * from './types';
//# sourceMappingURL=index.d.ts.map