fix(agent-presets): register the display subpath in tsconfig paths

CI's coverage lane runs on a clean tree where workspace imports resolve through tsconfig paths to src; the value import of @deepseek-ai/dsh-agent-presets/displa

Fix

CI's coverage lane runs on a clean tree where workspace imports resolve through tsconfig paths to src; the value import of @deepseek-ai/dsh-agent-presets/display therefore needs its own paths row beside ./types. Locally the built lib masked the gap; reproduced by moving lib aside, fixed, and re-run green under the same condition.

Date
2026-08-30
Version
master@2f673e5
commit
2f673e5

View commit on GitHub

CI's coverage lane runs on a clean tree where workspace imports resolve through tsconfig paths to src; the value import of @deepseek-ai/dsh-agent-presets/display therefore needs its own paths row beside ./types. Locally the built lib masked the gap; reproduced by moving lib aside, fixed, and re-run green under the same condition.