build: compile dist/ [auto]

This commit is contained in:
github-actions[bot]
2026-03-20 00:42:28 +00:00
parent e952a399f1
commit db7ea25186
100 changed files with 3634 additions and 0 deletions

8
dist/config-reader.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export interface ConfigCounts {
claudeMdCount: number;
rulesCount: number;
mcpCount: number;
hooksCount: number;
}
export declare function countConfigs(cwd?: string): Promise<ConfigCounts>;
//# sourceMappingURL=config-reader.d.ts.map