> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wip.computer/llms.txt
> Use this file to discover all available pages before exploring further.

# Post-Merge Branch Naming

> Merged branches get renamed automatically.

# Post-Merge Branch Naming

Merged branches get renamed automatically.

After a branch is merged, it hangs around in your branch list. Multiply that across a few AIs working on the same repo and you've got a cluttered mess. Which ones are active? Which ones are done?

Post-Merge Branch Naming cleans this up. Merged branches get renamed with a date stamp so you can see at a glance what's done and when.

## What It Does

* Renames merged branches with `--merged-YYYY-MM-DD` suffix
* Preserves full branch history
* Keeps your branch list clean without deleting anything

## Install

```bash theme={null}
ldm install wipcomputer/wip-ai-devops-toolbox
```

## Usage

```bash theme={null}
bash post-merge-rename.sh
```

## Example

Before:

```
cc-mini/add-search-feature
lesa-mini/fix-memory-bug
cc-air/update-docs
```

After merge and rename:

```
cc-mini/add-search-feature--merged-2026-03-15
lesa-mini/fix-memory-bug--merged-2026-03-14
cc-air/update-docs--merged-2026-03-13
```

You know exactly what's done and when it landed.

## Interfaces

CLI, Skill.

## Part of LDM OS

Post-Merge Branch Naming is part of [AI DevOps Toolbox](/skills/core/devops-toolbox), which installs into [LDM OS](https://github.com/wipcomputer/wip-ldm-os).
