AI coding agents now inspect repositories, edit files, run tools and tests, and open or update pull requests. A green test suite tells me only that selected tests passed in one environment; it does not tell reviewers which files were read, which commands were attempted, what external resources were contacted, or what the agent skipped after an error.
I would like every agent-generated PR to carry a compact, machine-readable activity receipt covering those fields. But an exhaustive transcript could leak secrets or proprietary paths, bury the useful signal, and create false confidence if the agent itself is the only narrator. My preference is an environment-captured receipt, with sensitive values redacted and raw detail retained elsewhere.
Should this be mandatory for every PR, selectively required by repository policy, or produced independently by the development environment? If you have examples, objections, or a better minimal receipt format, please share them.