Handover Flush banner
yotamleo yotamleo

Handover Flush

Development community

Description

--- description: Session-end consolidation sweep across handover/* branches (HIMMEL-143). argument-hint: [--dry-run] [--cleanup] [--no-pr-open] --- Walks every local `handover/*` branch in the resolved handover repo (per `HANDOVER_DIR`) and reconciles each against origin: - **Unpushed** → `git push -u origin <branch>`. - **No PR open** → invokes `scripts/handover/pr-open.sh`. - **Merged into `origin/main`** (squash or merge-commit) → report by default; `--cleanup` deletes the local branch.

Installation

Installs to ~/.claude/commands/yotamleo-himmel-handover-flush.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yotamleo/Himmel/HEAD/.claude/commands/handover-flush.md -o ~/.claude/commands/yotamleo-himmel-handover-flush.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository