{"record":{"id":"99e3f0946a05c631","repo":"Fission-AI/OpenSpec","slug":"store-setup-cancelled","errorCode":"store_setup_cancelled","errorMessage":"Store setup cancelled.","messagePattern":"Store setup cancelled\\.","errorType":"exception","errorClass":"StoreError","httpStatus":null,"severity":"error","filePath":"src/commands/store.ts","lineNumber":322,"sourceCode":"  initGit: boolean\n): Promise<void> {\n  const { confirm } = await import('@inquirer/prompts');\n\n  console.log('');\n  console.log('OpenSpec will create:');\n  console.log('');\n  console.log(`  Store: ${prepared.id}`);\n  console.log(`  Location: ${formatPathForHuman(prepared.root)}`);\n  console.log(`  Git: ${initGit ? 'initialized' : 'not initialized'}`);\n  console.log('');\n\n  const confirmed = await confirm({\n    message: 'Create this store?',\n    default: true,\n  });\n\n  if (!confirmed) {\n    throw new StoreError(\n      'Store setup cancelled.',\n      'store_setup_cancelled',\n      {\n        target: 'store.root',\n        fix: 'Rerun setup when you are ready.',\n      }\n    );\n  }\n}\n\nasync function confirmRemove(id: string, root: string, options: StoreRemoveOptions): Promise<void> {\n  if (options.yes) return;\n\n  if (options.json || !isInteractive()) {\n    throw new StoreError(\n      'Pass --yes to delete store files non-interactively.',\n      'store_remove_confirmation_required',\n      {","sourceCodeStart":304,"sourceCodeEnd":340,"githubUrl":"https://github.com/Fission-AI/OpenSpec/blob/6926ccb18afa4ff621112813e9968334576ee11a/src/commands/store.ts#L304-L340","documentation":"Error \"Store setup cancelled.\" thrown in Fission-AI/OpenSpec.","triggerScenarios":"Thrown at src/commands/store.ts:322 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"}