refactor: use package imports over relative imports for cross package ref and tests

This commit is contained in:
2026-07-06 12:28:54 +05:30
parent 6bf1c88b71
commit 41f72b19e0
5 changed files with 23 additions and 8 deletions

12
pnpm-lock.yaml generated
View File

@@ -297,7 +297,17 @@ importers:
specifier: ^5
version: 5.9.3
packages/architect: {}
packages/architect:
dependencies:
'@omnia/core':
specifier: workspace:*
version: link:../core
'@omnia/llm':
specifier: workspace:*
version: link:../llm
zod:
specifier: ^4.4.3
version: 4.4.3
packages/core:
dependencies: