Skip to main content

Getting Started

Install - flocker.md Docs

Learn how to install and set up Agent Worktree Trace.

Prerequisites

  • Git repository with worktree support
  • VS Code 1.87.0 or later (Feb 2024)
  • Works with any agents (or humans) that use worktrees

Installation

Install through VS Code extensions:

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X / Ctrl+Shift+X)
  3. Search for Agent Worktree Trace
  4. Click Install

Alternatively, download and install the .vsix from VS Code Marketplace.

Quick Start

  1. Create agent worktrees (if you haven’t already):
git worktree add ../worktree-agent-1 -b feature/task-1
git worktree add ../worktree-agent-2 -b feature/task-2
git worktree add ../worktree-agent-3 -b feature/task-3
  1. Open your main repository in VS Code

  2. The extension activates automatically - look for the Ⓐ wrktree trace indicator in the status bar

  3. View file decorations in the Explorer - files changed by agents will show W badges