Parent
#1 — git queue tui — interactive queue/history editor (TUI)
What to build
Reword a commit's message from an editable pane. (Runs parallel to reorder — it needs the undo stack but not the conflict machinery, since a message-only rewrite replays descendants cleanly.)
- The top-right message pane becomes editable for the selected commit.
- Edits live in a local buffer; the reword applies only on an explicit action (
Ctrl-S / confirm), which rewrites the commit (Stable-Commit-Id preserved) and rebases descendants (their ids preserved), pushing one undo entry.
- Navigating away with an unapplied buffer prompts apply / discard.
Acceptance criteria
Blocked by
Parent
#1 — git queue tui — interactive queue/history editor (TUI)
What to build
Reword a commit's message from an editable pane. (Runs parallel to reorder — it needs the undo stack but not the conflict machinery, since a message-only rewrite replays descendants cleanly.)
Ctrl-S/ confirm), which rewrites the commit (Stable-Commit-Id preserved) and rebases descendants (their ids preserved), pushing one undo entry.Acceptance criteria
Blocked by