Skip to content

Remove PR branch alignment component#106

Merged
dbpolito merged 1 commit into
mainfrom
refactor/remove-align-pr-branch
Jun 25, 2026
Merged

Remove PR branch alignment component#106
dbpolito merged 1 commit into
mainfrom
refactor/remove-align-pr-branch

Conversation

@dbpolito

@dbpolito dbpolito commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Ticket

SKIPPED

Description

Simplifies PR command behavior by removing the shared branch-alignment component and making each PR workflow define only the branch handling it needs.

Checklist

PR Review Flow

  • Confirm that PR review loads changes from the PR head ref without requiring a local checkout.
  • Verify that review guidance treats loaded diff data as the source of truth.

PR Fix Flow

  • Confirm that PR fix still checks out the PR branch before local analysis or edits.
  • Verify that checkout failure handling remains explicit and blocking.

Component References

  • Check that bundled config, schema, generated OpenCode output, and docs no longer reference the removed component.

Validation

  • Verify that command template tests cover the revised review and fix behavior.
  • Confirm that generated OpenCode command output matches the source templates.

- remove the bundled align-pr-branch component from config and schema
- inline required PR checkout guidance for pr/fix
- load pr/review changes directly from the PR head ref without checkout
- update tests, generated OpenCode output, and component docs
@dbpolito dbpolito self-assigned this Jun 25, 2026
@dbpolito dbpolito merged commit 3e15bf6 into main Jun 25, 2026
1 of 2 checks passed
@dbpolito dbpolito deleted the refactor/remove-align-pr-branch branch June 25, 2026 19:18
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