feat: add shared package with types, tool definitions, and constants

This commit is contained in:
Siddharth Kumar Sah
2026-03-22 02:44:43 +08:00
parent 58fbb38fd8
commit f210de1a13
6 changed files with 241 additions and 0 deletions
+26
View File
@@ -15,6 +15,32 @@ importers:
specifier: ^5.7.0
version: 5.9.3
packages/ai:
dependencies:
'@stirling-image/shared':
specifier: workspace:*
version: link:../shared
devDependencies:
typescript:
specifier: ^5.7.0
version: 5.9.3
packages/image-engine:
dependencies:
'@stirling-image/shared':
specifier: workspace:*
version: link:../shared
devDependencies:
typescript:
specifier: ^5.7.0
version: 5.9.3
packages/shared:
devDependencies:
typescript:
specifier: ^5.7.0
version: 5.9.3
packages:
'@turbo/darwin-64@2.8.20':