Skip to content

Missing bin/get-pr-comments and bin/resolve-pr-thread scripts referenced in resolve_pr_parallel command #54

@kylesnowschwartz

Description

@kylesnowschwartz

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:

  1. Add the missing scripts to a bin/ directory
  2. Replace with equivalent gh CLI commands (e.g., gh pr view --comments)
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions