devibe
Version:
Intelligent repository cleanup with auto mode, AI learning, markdown consolidation, auto-consolidate workflow, context-aware classification, and cost optimization
12 lines • 476 B
TypeScript
import type { ScriptClassification, ICanClassifyScripts } from './types.js';
export declare class ScriptClassifier implements ICanClassifyScripts {
private buildKeywords;
private testKeywords;
private deployKeywords;
private migrationKeywords;
classifyScript(scriptPath: string): Promise<ScriptClassification>;
private classifyByFilename;
private classifyByContent;
private countKeywordMatches;
}
//# sourceMappingURL=script-classifier.d.ts.map