Skip to content

Support pull requests in prompt sequences#52

Merged
cosentinode merged 1 commit into
developfrom
issue-47-multistep-open-pr
Jul 14, 2026
Merged

Support pull requests in prompt sequences#52
cosentinode merged 1 commit into
developfrom
issue-47-multistep-open-pr

Conversation

@cosentinode

Copy link
Copy Markdown
Owner

Summary

  • allow deferred open pr steps in prompt sequences while preserving the confirmation preview
  • re-plan PR state only after commit and push predecessors succeed, stopping on planning, setup, auth, or execution failures
  • cover the full commit/push/PR flow and short-circuit boundaries with fake CLI tests and smoke documentation

Verification

  • cargo fmt --all --check
  • cargo clippy --locked --workspace --all-targets -- -D warnings
  • cargo test --locked --workspace
  • fake-CLI smoke tests for successful creation, commit failure, push failure, missing gh, auth failure, and sanitized PR audits

Fixes #47

@cosentinode cosentinode left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zero concerns found. Reviewed the complete diff against issue #47, current CI/checks, sequence planning and short-circuit behavior, the existing single-step pull-request validation/execution paths, audit sanitization, and surrounding tests. Local verification: cargo fmt --all --check, cargo test --locked --workspace, and git diff --check all pass.

@cosentinode cosentinode merged commit 255638c into develop Jul 14, 2026
2 checks passed
@cosentinode cosentinode deleted the issue-47-multistep-open-pr branch July 14, 2026 17:45
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.

[Phase 11] Add multi-step open pr prompt integration

1 participant