# Dashboard

The dashboard is unmaintained and can no longer be started. Use `aw tui` for
terminal inspection of project, roadmap, task, artifact, execution,
verification, and agent evidence.

## Sealed start entries

`aw dashboard start`, `aw dashboard restart`, and the internal `aw dashboard serve` entry all fail with a lifecycle error. `aw server start` never launches the dashboard, and current `config.toml` has no `services.dashboard` setting. Grouped service status reports Dashboard as disabled and status-only.

`aw dashboard status` and `aw dashboard stop` still work, so a service record
left behind by an earlier version can be inspected and wound down:

```bash
aw dashboard status
aw dashboard stop
```

`aw dashboard stop` also sweeps `dashboard serve` processes belonging to this
project and warns about any it finds from another checkout.

## Terminal inspection

Run:

```bash
aw tui
```

All observation tabs remain read-only and do not own task mutations. Use project skills or CLI commands for task creation, artifact writes, gates, roadmap changes, repairs, and lifecycle moves. Settings is the sole writable TUI surface: it edits only current project configuration through typed controls and conflict-safe persistence, then separately offers Agent Server and Index Server activation operations.

The dashboard HTTP route contracts remain in the source tree and are still
exercised by tests, but nothing serves them.

See [CLI](cli.md), [Artifacts](artifacts.md), and
[Getting Started](getting-started.md).
