@felixgeelhaar/cclint
Version:
Catch CLAUDE.md drift before Claude misbehaves. Lints CLAUDE.md, skills, subagents, and hooks for Claude Code projects.
13 lines • 473 B
TypeScript
import { ContextFile } from '../domain/ContextFile.js';
export declare class FileReader {
private pathValidator;
constructor();
readContextFile(filePath: string, basePath?: string): Promise<ContextFile>;
/**
* Validate file content for potential security issues
* @param content The file content to validate
* @param filePath The file path for error messages
*/
private validateFileContent;
}
//# sourceMappingURL=FileReader.d.ts.map