# pi-docket v0.7.2

A feature release for safer delegation and clearer worker review. Docket keeps worker activity visible without injecting worker claims into the parent session, and makes unresolved decisions distinct from loaded evidence.

## Highlights

### Evidence-first worker review

Ready verdict cards lead with Evidence → Worker says → Actions. Press `r` for a zero-context Report with the full `docket_done` summary, evidence, recommendations, checks, change metadata, and refs. Full diffs and Hunk remain available for change sets.

Worker → parent traffic is metadata-only. Ready and blocked events update the dock and extension subscribers, while completion content stays on disk until you open Report or load or attach evidence.

### Clearer worker activity controls

Loading worker evidence adds a `loaded` marker but does not resolve verdict attention. Dashboard actions now make verdict/details, tell, peek, load, and direct tmux control explicit.

### Safer default workers

The built-in `default` kind now starts in a fresh isolated workspace and requires approval before its first edit or mutating command. A configured `worker.defaultKind` remains an explicit power-user override and keeps its declared rights.

## Compatibility

`worker.autoEmbedSummary` is no longer used to send worker summaries to parent sessions; legacy JSON keys are ignored. No worker protocol or storage migration is required.

## Upgrade

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

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