> ## Documentation Index
> Fetch the complete documentation index at: https://pilot.muyan.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Release v0.1.1

# v0.1.1 release (corrected release tag)

`v0.1.1` is the corrected release tag of the v0.1.0 release (Epic #80,
release PR #92, merge commit `f6c065e8ec7ec53d7e9fb99e6475c1bc16c2dabf`).
GitHub Release `v0.1.1` was published 2026-08-27.

## Tag state (verified against origin)

| Ref      | Object                                                   | Points at                                                                                                                                 |
| -------- | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `v0.1.1` | annotated tag `b68d4f7d46582760ee04bac4308b785b4cc12c5d` | commit `f82969e974b17803759493bad7e339bdcd6f463f` ("Fix review round 1 findings: session follow, run artifacts, state chain (Issue #80)") |

## Why a corrected tag

`v0.1.0` points at `335fa274`, an intermediate commit of the PR #92
branch. The head that was reviewed and merged is `f82969e9` — the
review-round-1 fix — which `v0.1.0` does not contain. `v0.1.1`
corrects the release pointer without moving `v0.1.0` (immutable, never
force-pushed).

## Fixes included over v0.1.0

* `muyan_pilot.py`: session-follow line handling (follow the given
  file only; no fragmented/dropped lines for the `--pretty` parser)
* `.gitignore`: run-artifact ignore entries
* `README.md`: wording aligned with the session contract
* `tests/test_muyan_pilot.py`, `tests/test_run_artifacts.py`: pinning
  tests
* removal of the run artifacts `plan.md`/`test.log` from the tree

The durable reconciliation record (every Epic #80 item with its
verdict and PR evidence) is the
[v0.1.0 release reconciliation record](/release-v0.1.0) (Issue #97).
