Trim verification snapshot scope

This commit is contained in:
ejclaw
2026-04-08 03:49:54 +09:00
parent 6907a71483
commit c0f7f2c12d
4 changed files with 114 additions and 8 deletions

View File

@@ -2,6 +2,10 @@ export declare const VERIFICATION_SNAPSHOT_EXCLUDE_NAMES: ReadonlySet<string>;
export declare function isVerificationSnapshotExcludedName(
name: string,
): boolean;
export declare function isVerificationSnapshotExcludedPath(
repoDir: string,
currentPath: string,
): boolean;
export declare function computeVerificationSnapshotId(repoDir: string): string;
export declare function resolveVerificationResponsesDir(
hostIpcDir: string,