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

# Who wrote these lines?

> Each line group shows agent with the session, step and the plan stated at the time, or person with the commit. Ranges are grouped by commit so a mixed region reads as a sequence of authorship

Run:

```sh theme={"dark"}
gitvow trace <path>:<start>-<end>     # a range
gitvow trace <path>                   # the whole file
```

How to use the answer:

* Lines by a person after an agent session are the human's decision; preserve their intent.
* An agent plan that does not mention the region is a signal the lines were incidental; check `gitvow why <path>` for the wider story before changing them.
* To see the exact file the agent produced at that step, list `gitvow snapshots --session <id>` and use `gitvow diff <id> <n>` or `gitvow restore <id> <n>`.
