docs/AGENT_SIGNING.md
Agent-written maintainer actions should leave a lightweight execution trail. This is audit context, not contributor attribution.
Sign GitHub comments, PR reviews, and issue comments with:
_{agent_runtime}-{model}-{reasoning} on behalf of {user}_
Use the current agent runtime name, the active model, the active reasoning effort, and the git user name when available.
Sign commits made by an agent with this trailer:
Agent-Signature: {agent_runtime}-{model}-{reasoning} on behalf of {user}
Keep normal attribution trailers such as Co-authored-by: when preserving
contributor work. Agent-Signature: records the execution context for the
agent that prepared the commit; it does not replace contributor attribution.
unknown-model or unknown-reasoning instead of guessing.