Hey there! 👋
I noticed that the resolve_pr_parallel.md command references two scripts that don't appear to exist in the repository:
File: plugins/compound-engineering/commands/resolve_pr_parallel.md
Referenced scripts:
bin/get-pr-comments PR_NUMBER (line 24)
bin/resolve-pr-thread THREAD_ID (line 46)
These scripts aren't in the repo, so the command workflow doesn't work as documented.
Options to fix:
- Add the missing scripts to a
bin/ directory
- Replace with equivalent
gh CLI commands (e.g., gh pr view --comments)
- Update the documentation to remove references to scripts that don't exist
Happy to submit a PR if you point me in the right direction!
Found via local plugin installation.