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:
- Open VS Code
- Go to Extensions (Cmd+Shift+X / Ctrl+Shift+X)
- Search for
Agent Worktree Trace - Click Install
Alternatively, download and install the .vsix from VS Code Marketplace.
Quick Start
- 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
-
Open your main repository in VS Code
-
The extension activates automatically - look for the
Ⓐ wrktree traceindicator in the status bar -
View file decorations in the Explorer - files changed by agents will show
Wbadges