fix: resolve build errors, update snapshots, and address review comments

This commit is contained in:
Keith Guerin
2026-03-01 23:40:29 -08:00
parent 9e2407993e
commit 52f44516c5
58 changed files with 1094 additions and 200 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ export class Storage {
return crypto.createHash('sha256').update(filePath).digest('hex');
}
private getProjectIdentifier(): string {
getProjectIdentifier(): string {
if (!this.projectIdentifier) {
throw new Error('Storage must be initialized before use');
}