Skip to content

Clarify generated git handoff merge instructions - #5

Closed
darlingm wants to merge 1 commit into
mainfrom
fix/clarify-merge-handoff-payload
Closed

Clarify generated git handoff merge instructions#5
darlingm wants to merge 1 commit into
mainfrom
fix/clarify-merge-handoff-payload

Conversation

@darlingm

@darlingm darlingm commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Replace the command-shaped merge_and_process <sender> <commit> payload with a direct natural-language merge instruction.
  • Keep Git mechanics and conflict handling with the receiving role rather than introducing a new helper or mandatory shell command.
  • Update the shared handoff rules, protocol examples, generated-payload assertions, and queue fixtures.
  • Assert that generated handoffs no longer contain merge_and_process.

Generated payloads now say:

Merge commit <commit> from role <sender> into your current branch. Then process the merged state according to your role and constitution.

Fix 1 of 2 for unclebob#2. The companion change is #6 on six-pack, which has one project-local reference to the same pseudo-command.

Test plan

  • bb test — 24 tests, 92 assertions, 0 failures, 0 errors

@darlingm
darlingm force-pushed the fix/clarify-merge-handoff-payload branch from 7cc6507 to 623f932 Compare July 17, 2026 23:12
Replace command-shaped merge_and_process pseudo-code with a direct natural-language merge instruction at the point of use. Keep the receiving role responsible for Git mechanics and role-specific processing.

Fix 1 of 2 for unclebob#29.

Co-authored-by: GPT-5.6-sol (high) via Codex <noreply@openai.com>
@darlingm
darlingm force-pushed the fix/clarify-merge-handoff-payload branch from 623f932 to b183993 Compare July 17, 2026 23:17
@darlingm darlingm closed this Jul 17, 2026
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