# Smoke test goal for parallel-verifiers.dot

This is a smoke test of the v0.2 parallel engine (commits 4ceadba +
979ad5d). The point is to exercise the fanout → 3-branch verifier
→ join pipeline end-to-end on a real workflow with real
toolchains.

## What to do

Make a single, minimal documentation edit to **`README.md`**: add
one new line directly under the existing "Status:" line block that
says:

```
**v0.2 parallel:** dogfooded end-to-end via the implement.dot workflow on 2026-05-14.
```

That's it. Use the `Edit` tool. Don't touch any other file.

## Why this is the smallest viable edit

- No source code change → `pytest` still passes.
- No Python file change → `ruff` and `pyright` have nothing new to
  check.
- Single-line addition in markdown → no formatting violations.

The downstream `fanout → tests / lint / typecheck → join` should
report all-green; the run completes via the join's `SUCCESS` edge
to `exit` without any fixup iteration.

## Definition of done

- README.md has the new line.
- No other files modified.
- That's all the implement node needs to do.

The engine's parallel infrastructure is what's actually under
test — your edit just gives the verifiers a non-empty worktree
to scan.
