Prune package manager legacy artifacts

This commit is contained in:
ejclaw
2026-04-08 07:12:54 +09:00
parent 9640d51ff9
commit 0e016395c6
15 changed files with 5 additions and 9438 deletions

View File

@@ -7,6 +7,3 @@ export declare function isVerificationSnapshotExcludedPath(
currentPath: string,
): boolean;
export declare function computeVerificationSnapshotId(repoDir: string): string;
export declare function resolveVerificationResponsesDir(
hostIpcDir: string,
): string;

View File

@@ -77,7 +77,3 @@ export function computeVerificationSnapshotId(repoDir) {
updateVerificationSnapshotHash(hash, repoDir, repoDir);
return `fs:${hash.digest('hex').slice(0, 24)}`;
}
export function resolveVerificationResponsesDir(hostIpcDir) {
return path.join(hostIpcDir, 'verification-responses');
}