Getting Started
Configuration - flocker.md Docs
Learn how to install and set up Agent Worktree Trace.
Configure via VS Code Settings (search for “Agent Worktree Trace”):
| Setting | Default | Description |
|---|---|---|
| Enable File Decorations | enabled | Show decoration (W) on files touched by agents |
| Track Uncommitted Changes | true | Track uncommitted worktree changes (*) |
| Show Local Edit Warning | true | Show warning (!) if a file has been edited locally |
| Scan Interval Seconds | 60 | Seconds between worktree checks |
| Worktree Pattern | worktree-agent-* | Glob pattern to match agent worktree directory names |
| Comparison Branch | current | Branch to compare agent worktree changes against |
Custom Worktree Patterns
If your agent worktrees follow a different naming convention, update the pattern in settings:
{
"agentWorktreeTrace.worktreePattern": "agent-work-*"
}
The pattern supports * (matches any characters) and ? (matches single character).
Next Steps
- Visit the GitHub repository to report issues or contribute
- Learn more about parallel agent workflows at flocker.md