Skip to content

[agent] feat: add DB package Prisma entrypoint#2082

Open
Tian1996 wants to merge 2 commits into
xevrion-v2:mainfrom
Tian1996:codex/issue-930-db-prisma-entrypoint
Open

[agent] feat: add DB package Prisma entrypoint#2082
Tian1996 wants to merge 2 commits into
xevrion-v2:mainfrom
Tian1996:codex/issue-930-db-prisma-entrypoint

Conversation

@Tian1996

Copy link
Copy Markdown

Description

Closes #930

Adds a package entrypoint for @taskflow/db that re-exports Prisma client APIs for workspace consumers.

Changes Made

  • Added main, types, and exports metadata to packages/db/package.json.
  • Added packages/db/src/index.ts re-exporting Prisma and PrismaClient.

Model Info

Verification

  • node -e 'JSON.parse(require("fs").readFileSync("packages/db/package.json", "utf8")); console.log("db package json ok")'
  • npm test

AI Agent Checklist

github-actions Bot added a commit that referenced this pull request Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DB package lacks importable Prisma client entrypoint

1 participant