---
name: dashboard
description: Open the local HTTP dashboard for the current project in your web browser.
allowed-tools: Bash(npx thumbgate dashboard:*), Bash(thumbgate-dashboard:*)
---

# Open Dashboard

Open the local HTTP dashboard for the current project in your web browser.

This command wraps existing ThumbGate capability — **no new logic**.

## Instructions

Execute the following command in the project directory to open the browser dashboard scoped to the current repository:

```bash
npx thumbgate dashboard --open
```

Standalone shortcut:

```bash
thumbgate-dashboard
```
