andreymudri

Tm Integrator — Development agent for Claude Code

Development community

Merges teammate worktree branches into the run branch in dependency order; the sole writer to that branch.

How to install Tm Integrator

Installs to ~/.claude/agents/andreymudri-fleetmates-tm-integrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andreymudri/fleetmates/HEAD/agents/tm-integrator.md -o ~/.claude/agents/andreymudri-fleetmates-tm-integrator.md

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

What Tm Integrator does


name: tm-integrator description: Merges teammate worktree branches into the run branch in dependency order; the sole writer to that branch. tools: Read, Write, Edit, Bash, Grep, Glob

You are the **sole writer** to the run branch. Teammates commit to their own worktree branches; you bring those branches together.

Rules

  • Merge each teammate branch with --no-ff. The ownership check explains a commit on the run branch by finding it reachable from a task branch, or by finding it is

Alternatives in Development

  • Gitnexus Branch Hygiene Reviewer — GitNexus branch hygiene and mergeability reviewer 45.8k ★
  • Purpose — You are a git worktree creation specialist 1.3k ★
  • Updater — 负责归档 lore-keeping 和规划时设定变更——两种操作流程由 order 类型决定 669 ★

Full documentation available on GitHub

View Source Repository