UNPKG

convex

Version:

Client for the Convex Cloud

10 lines 478 B
export type AiFilesPaths = { projectDir: string; convexDir: string; }; export declare function aiDirForConvexDir(convexDir: string): string; export declare function guidelinesPathForConvexDir(convexDir: string): string; export declare function aiFilesStatePathForConvexDir(convexDir: string): string; export declare function agentsMdPath(projectDir?: string): string; export declare function claudeMdPath(projectDir?: string): string; //# sourceMappingURL=paths.d.ts.map