Commit 15a1a08
feat(pm): add
Reads pnpm-workspace.yaml and converts to utoo config:
- workspaces/overrides → package.json
- catalog/catalogs → .utoo.toml (merged with existing config via
PNPM_MIGRATE_KEYS whitelist)
Migration runs before init_registry so MERGED_CONFIG picks up the
generated .utoo.toml for catalog: protocol resolution.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>--from pnpm migration for install command1 parent c252d7a commit 15a1a08
File tree
10 files changed
+575
-2
lines changed- .github/workflows
- agents
- crates/pm
- src
- helper
- util
- e2e
10 files changed
+575
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments