Skip to content

fix: correct verify-rule skill commands for pnpm and worktree environments#205

Merged
purupurupu merged 1 commit into
mainfrom
worktree-squishy-juggling-kay
Mar 23, 2026
Merged

fix: correct verify-rule skill commands for pnpm and worktree environments#205
purupurupu merged 1 commit into
mainfrom
worktree-squishy-juggling-kay

Conversation

@purupurupu

Copy link
Copy Markdown
Owner

Summary

  • Fixed pnpm playwright testpnpm test:e2e and pnpm vitest runpnpm test to use the project's npm-scripts wrappers
  • Added PLAYWRIGHT_FORCE_TTY=0 --reporter=line 2>&1 | cat to capture console.log output in non-TTY environments
  • Changed rm to rm -f to avoid interactive confirmation prompts
  • Added Prerequisites section noting pnpm install is needed in git worktree environments

Test plan

  • Run /verify-rule on any rule in a worktree environment and confirm no command-not-found errors
  • Confirm Playwright console.log output is visible in the test results

…ments

Playwright and Vitest commands failed because the skill used bare `pnpm playwright`
and `pnpm vitest` instead of the npm-scripts wrappers. Also fixes console.log output
not being captured and interactive rm prompts.
@purupurupu
purupurupu merged commit 6ab029f into main Mar 23, 2026
2 checks passed
@purupurupu
purupurupu deleted the worktree-squishy-juggling-kay branch March 23, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant