mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
refactor: restore @openrouter/spawn-shared workspace package (#2405)
* refactor: restore @openrouter/spawn-shared workspace package Restore packages/shared/ as canonical location for parse.ts, result.ts, and type-guards.ts. CLI shared files become thin re-exports, preserving all existing import paths. SPA imports switch from fragile relative paths to the workspace package. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: sort exports in shared package barrel to satisfy biome Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: sort SPA imports to satisfy biome organizeImports Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
fa323c8b58
commit
2da9e6cd46
14 changed files with 149 additions and 119 deletions
|
|
@ -15,6 +15,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@clack/prompts": "1.0.0",
|
||||
"@openrouter/spawn-shared": "workspace:*",
|
||||
"picocolors": "1.1.1",
|
||||
"valibot": "1.2.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue