{
  "interval": {
    "intervalStart": "2026-01-25T00:00:00.000Z",
    "intervalEnd": "2026-01-26T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2026-01-25 to 2026-01-26, elizaos/eliza had 1 new PRs (0 merged), 1 new issues, and 3 active contributors.",
  "topIssues": [
    {
      "id": "I_kwDOMT5cIs7lpxrW",
      "title": "Can not generate project",
      "author": "Abdulkader-Safi",
      "number": 6388,
      "repository": "elizaos/eliza",
      "body": "**Can not generate project**\n\nHello, I just found about this project and I followed the documention on getting started on the website https://docs.elizaos.ai/, but I am getting errors when I run elizaos create\n\n**To Reproduce**\n\nI run \n\n```bash\nbun i -g elizaos\n```\n\nafter that I run \n\n```bash\nelizaos create\n```\n\nwhat I get\n\n```bash\n❯ elizaos create\nnode:internal/modules/esm/resolve:313\n  return new ERR_PACKAGE_PATH_NOT_EXPORTED(\n         ^\n\nError [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/index.js' is not defined by \"exports\" in /Users/safi/.bun/install/global/node_modules/@elizaos/cli/package.json imported from /Users/safi/.bun/install/global/node_modules/elizaos/bin/elizaos.js\n    at exportsNotFound (node:internal/modules/esm/resolve:313:10)\n    at packageExportsResolve (node:internal/modules/esm/resolve:660:9)\n    at packageResolve (node:internal/modules/esm/resolve:773:12)\n    at moduleResolve (node:internal/modules/esm/resolve:853:18)\n    at defaultResolve (node:internal/modules/esm/resolve:983:11)\n    at #cachedDefaultResolve (node:internal/modules/esm/loader:731:20)\n    at ModuleLoader.resolve (node:internal/modules/esm/loader:708:38)\n    at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:310:38)\n    at ModuleJob._link (node:internal/modules/esm/module_job:182:49) {\n  code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'\n}\n\nNode.js v22.21.0\n```\n\n**Expected behavior**\n\nthe expected behavior to generate prject\n\n**Screenshots**\n\n<img width=\"1608\" height=\"1764\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/af7d141b-295e-4d54-ba78-d9455a1f61e1\" />",
      "createdAt": "2026-01-25T09:32:19Z",
      "closedAt": "2026-01-25T13:57:54Z",
      "state": "CLOSED",
      "commentCount": 6
    }
  ],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6_O_66",
      "title": "fix: update import statement in elizaos.js to use package alias",
      "author": "standujar",
      "number": 6389,
      "body": "<!-- greptile_comment -->\n\n<h2>Greptile Overview</h2>\n\n<h3>Greptile Summary</h3>\n\nUpdated the import statement in `elizaos.js` to use the package alias (`@elizaos/cli`) instead of the direct path (`@elizaos/cli/dist/index.js`). This follows Node.js best practices by relying on the package's exports field defined in `@elizaos/cli/package.json`, which maps `.` to `./dist/index.js`.\n\n**Changes:**\n- Replaced direct dist path import with package alias for better maintainability\n- The change is functionally equivalent and resolves to the same file via package.json exports\n- Improves consistency with standard Node.js module resolution patterns\n\n<h3>Confidence Score: 5/5</h3>\n\n- This PR is safe to merge with no risk\n- The change is a simple refactor from a direct path import to a package alias, which is functionally equivalent and follows Node.js best practices. The `@elizaos/cli` package correctly defines its exports in package.json, mapping the default export to dist/index.js. This is a clean improvement that enhances maintainability without changing behavior.\n- No files require special attention\n\n<h3>Important Files Changed</h3>\n\n\n\n\n| Filename | Overview |\n|----------|----------|\n| packages/elizaos/bin/elizaos.js | Updated import to use package alias instead of direct dist path |\n\n</details>\n\n\n\n<h3>Sequence Diagram</h3>\n\n```mermaid\nsequenceDiagram\n    participant User\n    participant elizaos as elizaos package\n    participant cli as @elizaos/cli package\n    participant index as dist/index.js\n    \n    User->>elizaos: Run `elizaos` command\n    elizaos->>elizaos: Load bin/elizaos.js\n    Note over elizaos: import '@elizaos/cli'\n    elizaos->>cli: Resolve package alias\n    cli->>cli: Check package.json exports\n    Note over cli: \".\" → \"./dist/index.js\"\n    cli->>index: Execute CLI entry point\n    index->>User: Run CLI command\n```\n\n<!-- greptile_other_comments_section -->\n\n<!-- /greptile_comment -->",
      "repository": "elizaos/eliza",
      "createdAt": "2026-01-25T14:02:38Z",
      "mergedAt": "2026-01-26T11:53:26Z",
      "additions": 1,
      "deletions": 1
    }
  ],
  "codeChanges": {
    "additions": 0,
    "deletions": 0,
    "files": 0,
    "commitCount": 1
  },
  "completedItems": [],
  "topContributors": [
    {
      "username": "standujar",
      "avatarUrl": "https://avatars.githubusercontent.com/u/16385918?u=718bdcd1585be8447bdfffb8c11ce249baa7532d&v=4",
      "totalScore": 47.29961228866811,
      "prScore": 46.861612288668105,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.43799999999999994,
      "summary": null
    },
    {
      "username": "vbkotecha",
      "avatarUrl": "https://avatars.githubusercontent.com/u/86377299?u=32a79d9adc10f2738dca41f4690de9ec944d8025&v=4",
      "totalScore": 43.5437738965761,
      "prScore": 43.5437738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0,
      "summary": null
    },
    {
      "username": "greptile-apps",
      "avatarUrl": "https://avatars.githubusercontent.com/in/867647?v=4",
      "totalScore": 9,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 9,
      "commentScore": 0,
      "summary": null
    },
    {
      "username": "Abdulkader-Safi",
      "avatarUrl": "https://avatars.githubusercontent.com/u/53955839?u=840e43b472d25cb1a82c19b77124def52dfaa69c&v=4",
      "totalScore": 4.54,
      "prScore": 0,
      "issueScore": 4.2,
      "reviewScore": 0,
      "commentScore": 0.33999999999999997,
      "summary": null
    },
    {
      "username": "madjin",
      "avatarUrl": "https://avatars.githubusercontent.com/u/32600939?u=cdcf89f44c7a50906c7a80d889efa85023af2049&v=4",
      "totalScore": 2,
      "prScore": 0,
      "issueScore": 2,
      "reviewScore": 0,
      "commentScore": 0,
      "summary": null
    }
  ],
  "newPRs": 1,
  "mergedPRs": 0,
  "newIssues": 1,
  "closedIssues": 1,
  "activeContributors": 3
}