{"record":{"id":"00d2495a6fdc1428","repo":"Fission-AI/OpenSpec","slug":"the-delta-for-proposed-update-id-changed-befo","errorCode":null,"errorMessage":"The delta for '${proposed.update.id}' changed before the change could be archived.","messagePattern":"The delta for '(.+?)' changed before the change could be archived\\.","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"src/core/archive.ts","lineNumber":1910,"sourceCode":"            specsUpdated = wroteAny;\n            totals = writeTotals;\n            if (!json) {\n            console.log(\n              `Totals: + ${writeTotals.added}, ~ ${writeTotals.modified}, - ${writeTotals.removed}, → ${writeTotals.renamed}`\n            );\n            console.log(\n              wroteAny\n                ? 'Specs updated successfully.'\n                : 'Specs already in sync; no files changed.'\n            );\n            }\n\n            for (const proposed of prepared) {\n              if (\n                (await fingerprintPath(proposed.update.source)) !==\n                proposed.sourceFingerprint\n              ) {\n                throw new Error(\n                  `The delta for '${proposed.update.id}' changed before the change could be archived.`\n                );\n              }\n            }\n            if (hasRetirements) {\n              await assertRetirementAuthorization(\n                changeDir,\n                retirementAuthorizationFingerprint!\n              );\n            }\n            const verifyArchivedDeltas = async (\n              stagedSource?: string\n            ): Promise<void> => {\n              if (hasRetirements) {\n                await assertRetirementAuthorization(\n                  archivePath,\n                  retirementAuthorizationFingerprint!,\n                  // Archived changes are nested one level deeper than active","sourceCodeStart":1892,"sourceCodeEnd":1928,"githubUrl":"https://github.com/Fission-AI/OpenSpec/blob/6926ccb18afa4ff621112813e9968334576ee11a/src/core/archive.ts#L1892-L1928","documentation":"Error \"The delta for '${proposed.update.id}' changed before the change could be archived.\" thrown in Fission-AI/OpenSpec.","triggerScenarios":"Thrown at src/core/archive.ts:1910 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"6926ccb18afa4ff621112813e9968334576ee11a","analyzedAt":"2026-08-25T12:29:45.729Z","schemaVersion":2},"datasetVersion":"2026-08-25T16:17:27.014Z"}