{"record":{"id":"aad8fd6f420c5ea3","repo":"Fission-AI/OpenSpec","slug":"spec-inputs-for-proposed-update-id-changed-wh","errorCode":null,"errorMessage":"Spec inputs for '${proposed.update.id}' changed while archive was awaiting confirmation. No files were changed; review the new content and rerun.","messagePattern":"Spec inputs for '(.+?)' changed while archive was awaiting confirmation\\. No files were changed; review the new content and rerun\\.","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"src/core/archive.ts","lineNumber":1544,"sourceCode":"                );\n              }\n              const currentUpdates = await findSpecUpdates(changeDir, mainSpecsDir);\n              const currentById = new Map(currentUpdates.map((update) => [update.id, update]));\n              if (currentUpdates.length !== prepared.length) {\n                throw new Error('The change specs changed while archive was awaiting confirmation.');\n              }\n              for (const proposed of prepared) {\n                const current = currentById.get(proposed.update.id);\n                if (!current) {\n                  throw new Error(\n                    `The delta for '${proposed.update.id}' changed while archive was awaiting confirmation.`\n                  );\n                }\n                if (\n                  (await fingerprintPath(current.source)) !== proposed.sourceFingerprint ||\n                  (await fingerprintPath(current.target)) !== proposed.targetFingerprint\n                ) {\n                  throw new Error(\n                    `Spec inputs for '${proposed.update.id}' changed while archive was awaiting confirmation. ` +\n                      'No files were changed; review the new content and rerun.'\n                  );\n                }\n                const rebuilt = await buildUpdatedSpec(current, changeName!, { silent: true });\n                const outcome = await decideSpecOutcome(\n                  current,\n                  rebuilt,\n                  skipValidation,\n                  retirementDeclared\n                );\n                if (\n                  current.exists !== proposed.update.exists ||\n                  rebuilt.rebuilt !== proposed.rebuilt ||\n                  JSON.stringify(rebuilt.counts) !== JSON.stringify(proposed.counts) ||\n                  outcome !== proposed.outcome\n                ) {\n                  throw new Error(","sourceCodeStart":1526,"sourceCodeEnd":1562,"githubUrl":"https://github.com/Fission-AI/OpenSpec/blob/6926ccb18afa4ff621112813e9968334576ee11a/src/core/archive.ts#L1526-L1562","documentation":"Error \"Spec inputs for '${proposed.update.id}' changed while archive was awaiting confirmation. No files were changed; review the new content and rerun.\" thrown in Fission-AI/OpenSpec.","triggerScenarios":"Thrown at src/core/archive.ts:1544 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"}