Automate worktree dependency installs

This commit is contained in:
ejclaw
2026-04-05 22:34:16 +09:00
parent 4b7618896e
commit 14f191aa17
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) => {