{"record":{"id":"3994bb28b697ab56","repo":"Fission-AI/OpenSpec","slug":"main-spec-proposed-update-id-changed-while-ar","errorCode":null,"errorMessage":"Main spec '${proposed.update.id}' changed while archive was awaiting confirmation. No files were changed; review the new content and rerun.","messagePattern":"Main spec '(.+?)' 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":1562,"sourceCode":"                  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(\n                    `Main spec '${proposed.update.id}' changed while archive was awaiting confirmation. ` +\n                      'No files were changed; review the new content and rerun.'\n                  );\n                }\n              }\n            } catch (error) {\n              prepareError = error;\n            }\n          }\n\n          if (prepareError !== undefined) {\n            const message =\n              prepareError instanceof Error ? prepareError.message : String(prepareError);\n            if (json) {\n              throw new ArchiveBlockedError(\n                'archive_spec_update_failed',\n                message,\n                'Fix the change delta specs and rerun. No files were changed.'","sourceCodeStart":1544,"sourceCodeEnd":1580,"githubUrl":"https://github.com/Fission-AI/OpenSpec/blob/6926ccb18afa4ff621112813e9968334576ee11a/src/core/archive.ts#L1544-L1580","documentation":"Error \"Main spec '${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:1562 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"}