UNPKG

@andend-collective/locker

Version:

Advanced file locking and context management for AI coding assistants using Model Context Protocol

15 lines 685 B
export declare class FileManager { private static readonly LOCK_COMMENT_PREFIX; private static readonly LOCK_COMMENT_REGEX; static addLockComment(filePath: string, id: string, state: string, projectRoot?: string): void; static removeLockComment(filePath: string, projectRoot?: string): void; static updateLockComment(filePath: string, id: string, state: string, projectRoot?: string): void; static hasLockComment(content: string): boolean; static extractLockInfo(content: string): { id: string; state: string; } | null; private static resolveFilePath; private static validateFilePath; } //# sourceMappingURL=file-manager.d.ts.map