Skip to content

[agent] chore: expose UI package types and exports#2084

Open
Tian1996 wants to merge 1 commit into
xevrion-v2:mainfrom
Tian1996:codex/issue-923-ui-package-exports
Open

[agent] chore: expose UI package types and exports#2084
Tian1996 wants to merge 1 commit into
xevrion-v2:mainfrom
Tian1996:codex/issue-923-ui-package-exports

Conversation

@Tian1996

Copy link
Copy Markdown

Description

Closes #923

Adds package metadata so workspace consumers can resolve the shared UI package entrypoint and types.

Changes Made

  • Added types to packages/ui/package.json.
  • Added a root exports map for the UI package entrypoint.

Model Info

Verification

  • node -e 'JSON.parse(require("fs").readFileSync("packages/ui/package.json", "utf8")); console.log("ui 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.

UI package lacks explicit types and exports metadata

1 participant