{
  "interval": {
    "intervalStart": "2025-07-12T00:00:00.000Z",
    "intervalEnd": "2025-07-13T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-07-12 to 2025-07-13, elizaos/eliza had 0 new PRs (1 merged), 0 new issues, and 2 active contributors.",
  "topIssues": [],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6eOqI4",
      "title": "Add @elizaos/test-utils",
      "author": "lalalune",
      "number": 5507,
      "body": "This PR adds a new package which contains a pre-existing bun:test friendly MockRuntime which can be used inside tests, as well as some other types\r\n\r\nWe have maybe 10 createMockRuntime and MockAgentRuntime objects, each plugin has its own version, and its a huge source of both repeat code and bugs that can emerge from the mocks being wrong. By having canonical test types, we remove a factor that needs to be considered when writing tests, especially good for vibe code friendly work.\r\n\r\nThere was some mixed in issues with createEntitiesByIds / createEntityByIds naming so I cleaned that up as well",
      "repository": "elizaos/eliza",
      "createdAt": "2025-07-10T04:57:15Z",
      "mergedAt": "2025-07-12T22:01:04Z",
      "additions": 5709,
      "deletions": 53
    }
  ],
  "codeChanges": {
    "additions": 5709,
    "deletions": 53,
    "files": 44,
    "commitCount": 6
  },
  "completedItems": [
    {
      "title": "Add @elizaos/test-utils",
      "prNumber": 5507,
      "type": "tests",
      "body": "This PR adds a new package which contains a pre-existing bun:test friendly MockRuntime which can be used inside tests, as well as some other types\r\n\r\nWe have maybe 10 createMockRuntime and MockAgentRuntime objects, each plugin has its own v",
      "files": [
        "packages/core/src/__tests__/database.test.ts",
        "packages/core/src/database.ts",
        "packages/core/src/runtime.ts",
        "packages/core/src/specs/v2/__tests__/database.test.ts",
        "packages/core/src/specs/v2/database.ts",
        "packages/core/src/specs/v2/runtime.ts",
        "packages/core/src/specs/v2/types.ts",
        "packages/core/src/types/components.ts",
        "packages/core/src/types/database.ts",
        "packages/core/src/types/service.ts",
        "packages/plugin-sql/src/__tests__/e2e/postgres.test.ts",
        "packages/plugin-sql/src/__tests__/integration/agent.test.ts",
        "packages/plugin-sql/src/__tests__/integration/base-comprehensive.test.ts",
        "packages/plugin-sql/src/__tests__/integration/cascade-delete.test.ts",
        "packages/plugin-sql/src/__tests__/integration/entity-crud.test.ts",
        "packages/plugin-sql/src/__tests__/integration/entity-methods.test.ts",
        "packages/plugin-sql/src/__tests__/integration/entity.test.ts",
        "packages/plugin-sql/src/base.ts",
        "packages/plugin-sql/src/pg/adapter.ts",
        "packages/test-utils/.gitignore",
        "packages/test-utils/.npmignore",
        "packages/test-utils/README.md",
        "packages/test-utils/bunfig.toml",
        "packages/test-utils/package.json",
        "packages/test-utils/src/DatabaseTestRegistry.ts",
        "packages/test-utils/src/TestInfrastructure.ts",
        "packages/test-utils/src/factories.ts",
        "packages/test-utils/src/index.ts",
        "packages/test-utils/src/mocks/character.ts",
        "packages/test-utils/src/mocks/database.ts",
        "packages/test-utils/src/mocks/memory.ts",
        "packages/test-utils/src/mocks/mockUtils.ts",
        "packages/test-utils/src/mocks/runtime.ts",
        "packages/test-utils/src/mocks/services.ts",
        "packages/test-utils/src/mocks/state.ts",
        "packages/test-utils/src/realRuntime.ts",
        "packages/test-utils/src/templates.ts",
        "packages/test-utils/src/test-infrastructure.test.ts",
        "packages/test-utils/src/testDatabase.ts",
        "packages/test-utils/src/testModels.ts",
        "packages/test-utils/src/unifiedTestSuite.ts",
        "packages/test-utils/tsconfig.build.json",
        "packages/test-utils/tsconfig.json",
        "packages/test-utils/tsup.config.ts"
      ]
    }
  ],
  "topContributors": [
    {
      "username": "wookosh",
      "avatarUrl": "https://avatars.githubusercontent.com/u/120273332?u=493e01d0863a55ed139425760447079b96ef931d&v=4",
      "totalScore": 4.5,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 4.5,
      "commentScore": 0,
      "summary": "wookosh: Modified 6 files with 4 commits (+90/-16 lines), focusing on making tests work and other work, and provided 1 review with comments. The activity pattern shows very consistent work."
    }
  ],
  "newPRs": 0,
  "mergedPRs": 1,
  "newIssues": 0,
  "closedIssues": 0,
  "activeContributors": 2
}