# Changelog

## 0.2.0 - 2026-05-22

- Detect experiment-mode paths under `runs/experiments/<product-or-app>/<slug>` from tool calls and shell commands.
- Display experiment context as `🧪 <product-or-app>/<slug> | experiment` without mutating files or git state.
- Use emoji icons for worktree and branch status: `🌳 <slug> | 🌿 <branch> | ...`.

## 0.1.1

- Add GitHub Actions workflow for npm Trusted Publishing on GitHub Releases.

## 0.1.0

- Initial release.
- Detect `runs/agents/worktrees/<slug>` paths from Pi tool calls.
- Detect `git -C runs/agents/worktrees/<slug>` and other shell command path tokens.
- Display a TUI-only status segment with worktree slug, git branch, and dirty count.
- No worktree management, path redirection, or git mutation.
