Automate worktree dependency installs

This commit is contained in:
ejclaw
2026-04-05 22:34:16 +09:00
parent 2983e0501c
commit 446b194e2c
9 changed files with 762 additions and 90 deletions

View File

@@ -427,7 +427,7 @@ server.tool(
profile: z
.enum(VERIFICATION_PROFILES)
.describe(
'Fixed verification profile. test=npm test, typecheck=npm run typecheck, build=npm run build.',
'Fixed verification profile. Runs the workspace test/typecheck/build scripts with the repo-configured package manager.',
),
},
async (args) => {