build(cli): depend on the image-recognition bundle so it resolves from the anchor
The web profile template mounts the bundle; apps/cli must declare it so the harness resolves it from the installation anchor for both fresh and existing web profiles. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
"@deepseek-ai/dsh-tool-web": "workspace:^",
|
||||
"@deepseek-ai/dsh-tool-workflow": "workspace:^",
|
||||
"@deepseek-ai/dsh-web-app": "workspace:^",
|
||||
"@deepseek-ai/dsh-image-recognition-bundle": "workspace:^",
|
||||
"@deepseek-ai/dsh-workflow-worker-thread": "workspace:^",
|
||||
"@deepseek-ai/dsh-agent-instructions": "workspace:^",
|
||||
"commander": "^15.0.0",
|
||||
|
||||
Generated
+3
@@ -192,6 +192,9 @@ importers:
|
||||
'@deepseek-ai/dsh-home-paths':
|
||||
specifier: workspace:^
|
||||
version: link:../../packages/util/home-paths
|
||||
'@deepseek-ai/dsh-image-recognition-bundle':
|
||||
specifier: workspace:^
|
||||
version: link:../../packages/bundle/image-recognition
|
||||
'@deepseek-ai/dsh-jobs-local':
|
||||
specifier: workspace:^
|
||||
version: link:../../packages/jobs/jobs-local
|
||||
|
||||
Reference in New Issue
Block a user