{
  "schemaVersion": 2,
  "id": "auth-initialization-failed",
  "title": "Authentication subsystem failed to initialize",
  "category": "auth",
  "severity": "high",
  "match": {
    "doctor": {
      "checkIds": [
        "auth.load"
      ],
      "statuses": [
        "fail"
      ]
    }
  },
  "summary": "Codex could not initialize its authentication manager.",
  "actions": [
    "Inspect the `auth.load` details before deleting or replacing credential files.",
    "Check file access and environment-variable conflicts.",
    "Retry login only after the underlying read/initialization error is understood."
  ],
  "tags": [
    "auth",
    "doctor"
  ],
  "i18n": {
    "zh-CN": {
      "title": "认证子系统初始化失败",
      "summary": "Codex 无法初始化认证管理器。",
      "actions": [
        "先查看 `auth.load` 详情，不要直接删除凭据文件。",
        "检查文件访问权限与认证环境变量冲突。",
        "理解底层读取/初始化错误后再重新登录。"
      ]
    },
    "ja": {
      "title": "認証サブシステムの初期化に失敗した",
      "summary": "Codex が認証マネージャーを初期化できませんでした。",
      "actions": [
        "資格情報ファイルを削除・置換する前に、auth.load の詳細を確認します。",
        "ファイルアクセス権と環境変数の競合を調べます。",
        "根本の読み取り/初期化エラーを把握してからログインを再試行します。"
      ]
    }
  }
}
