# pi-docket v0.6.1

A patch release for review-surface polish. Diff-like artifacts now keep their color semantics consistently from the inbox preview through the full artifact viewer.

## Fixes

### Diff-colored artifact previews

Docket now identifies file artifacts with diffs and worker change sets as diff-like before rendering previews or opening their artifact viewer.

- inline `+N/-M` stats are colored green/red in selected-item previews and worker change-set rows,
- patch bodies in preview panes use Pi's diff palette for additions, removals, hunk headers, metadata, and context,
- inspecting a diff-like artifact opens the colored diff text viewer instead of a plain text view.

This keeps the v0.6.0 diff-color language intact outside the dedicated verdict card and full-diff shortcut.

## Upgrade

```bash
npm install -g @roodriigoooo/pi-docket@0.6.1
```

Publishing is handled by the `Release` GitHub Actions workflow. It reads the version from `package.json`, verifies the requested version matches, publishes to npm with provenance, packs the npm artifact, and creates the GitHub Release from this file.
