[docs] Update glossary - daily scan#44712
Conversation
Add two new terms from recent commits: - Disclosure Header (safe-outputs.messages.disclosure-header): AI authorship disclosure prepended to safe-output messages, introduced in fcb847d - sandbox.agent.mounts: container mounts for AWF agent sandbox, supporting merge from shared workflow partials, introduced in 9eabba4 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
@copilot please run the
|
Done. I ran a pr-finisher pass: there are no unresolved in-scope review threads, the branch is not behind Results on current HEAD
I can’t trigger fresh CI runs from this agent context after validation. A maintainer should re-run PR checks from GitHub after any follow-up fixes. |
|
@copilot please run the
|
|
🎉 This pull request is included in a new release. Release: |
Summary
Adds two new glossary entries to the reference documentation as part of the daily glossary scan.
Changes
docs/src/content/docs/reference/glossary.mdDisclosure Header(safe-outputs.messages.disclosure-header) — Documents thesafe-outputs.messages.disclosure-headerfield, which prepends an AI authorship disclosure to every message body created by safe outputs (issues, comments, pull requests, discussions). Acceptstruefor the built-in default text or a custom template string with{workflow_name}and{run_url}placeholders. When omitted, no disclosure header is added.sandbox.agent.mounts— Documents thesandbox.agent.mountsfield for specifying additional container mounts in the AWF coding agent sandbox. Uses"source:dest:mode"format. Compiler merges mounts additively from shared workflow partials, allowing partial authors to declare their own required mounts without requiring importers to know about them.Type
docs— Reference documentation update only. No source code changes.Affected Files
docs/src/content/docs/reference/glossary.md