# kunchenguid/treehouse

Manage worktrees without managing worktrees.

Repository: https://github.com/kunchenguid/treehouse
Canonical: https://ross.abutalabs.com/products/treehouse
Language: Go
License: MIT
License Family: permissive
Topics: agents, coding, git, worktree
Last push: 2026-08-25T04:39:59+00:00

## Health v2 (maintenance only)
Score: 82/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 12
- inputs: {"age_days": 172, "days_push": 8, "days_rel": 11, "gap_med": 1, "n_releases_24m": 26}
- flags: young
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1470, forks 156 (observed 2026-08-28T04:04:48.939183+00:00)

## What it is
Treehouse is a Go CLI tool that manages a pool of reusable, isolated git worktrees so developers and AI coding agents can work on multiple tasks in parallel without manual repo cloning. It drops users into a clean worktree subshell and returns it to a pool afterward, preserving dependencies and build caches.

## Use cases
- run multiple AI agent sessions in parallel without conflicts
- get an isolated git worktree instantly for a new task
- reuse worktrees with dependencies and build cache intact
- stop juggling multiple clones of the same repository
- prevent agents from stepping on each other's changes
- clean up lingering processes when leaving a worktree

## When to choose
- you run AI coding agents frequently and want fast, isolated environments
- you work on several tasks in one repo simultaneously
- you want to avoid re-cloning and reinstalling dependencies per task
- you need automatic conflict detection between in-use worktrees

## When to avoid
- you only work on one task at a time in a single checkout
- your workflow doesn't use git or worktrees
- you need full CI/CD or container-level environment isolation rather than git worktree isolation

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, cli, workflow-automation
- domain: developer-tools, version-control
- platform: windows, cli
- tags: git-worktree, worktree-pool, ai-coding-agents, developer-workflow, isolation, command-line, ai-agents, macos, linux

## Member repositories
- kunchenguid/treehouse (main) score 82

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:48.939183+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:49.918207+00:00, confidence not recorded.
  - readme: https://github.com/kunchenguid/treehouse (fetched 2026-08-28T04:04:48.939183+00:00, sha f97b9e1a1953)
- Data as of 2026-08-30T08:39:29.467469+00:00.
