[docs] Self-healing documentation fixes from issue analysis - 2026-03-15#21105
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Document two user-facing features merged on 2026-03-15 after DDUw's 04:31 UTC scan: - gh aw domains (PR #21086): new CLI command to list effective network domains for each workflow, including ecosystem-expanded domains and engine defaults. Added to the Monitoring section of cli.md. - safe-outputs.allowed-url-domains (PR #21083): new safe-outputs field that additively extends the URL sanitization domain allowlist (unions with the engine/network base set). Distinct from allowed-domains, which replaces the default set. Updated the Text Sanitization section of safe-outputs.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Self-Healing Documentation Fixes
This PR was automatically created by the Daily Documentation Healer workflow.
Gaps Fixed
gh aw domainsCLI command undocumented — Added a new#### domainssection to the Monitoring section ofdocs/src/content/docs/setup/cli.md. PR Addgh aw domainscommand to list network domains configured in workflows #21086 (merged 2026-03-15T16:26Z) added thedomainscommand (pkg/cli/domains_command.go) but touched no documentation files.safe-outputs.allowed-url-domainsfield undocumented — Expanded the Text Sanitization section ofdocs/src/content/docs/reference/safe-outputs.mdto document the newallowed-url-domainsfield. PR Addsafe-outputs.allowed-url-domainsfor additive URL domain allowlisting #21083 (merged 2026-03-15T18:34Z) added additive URL domain allowlisting for safe-outputs but included no documentation update.Root Cause
DDUw ran at ~04:31 UTC on 2026-03-15 and produced PR #21025. Both #21086 and #21083 were merged at 16:26Z and 18:34Z respectively — more than 12 hours after DDUw completed. This is the sixth consecutive healer run identifying the same late-UTC-day blind-spot pattern: features merged in the afternoon UTC window fall entirely outside DDUw's single early-morning scan.
DDUw Improvement Suggestions
workflow_dispatchor a secondcron: "0 20 * * *"entry in the DDUw schedule would catch the afternoon merge window.Analyzed Issues (last 7 days, label: documentation, state: closed)
not_planned— explicitly deprioritizednot_planned— CLI binary help text, notdocs/not_planned— CLI binary help text, notdocs/dependencies:documentation undersells APMnot_planned— CLI binary help textThe two documented gaps were discovered by cross-referencing today's post-DDUw commits against the documentation files.
Files Changed
docs/src/content/docs/setup/cli.md— addedgh aw domainscommand documentation in the Monitoring sectiondocs/src/content/docs/reference/safe-outputs.md— addedallowed-url-domainsfield to the Text Sanitization section, with usage example and explanation of additive vs. replacement semanticsRelated
gh aw domainscommand to list network domains configured in workflows #21086 — Addgh aw domainscommand to list network domains configured in workflows (merged 2026-03-15T16:26Z, after DDUw's ~04:31Z run)safe-outputs.allowed-url-domainsfor additive URL domain allowlisting #21083 — Addsafe-outputs.allowed-url-domainsfor additive URL domain allowlisting (merged 2026-03-15T18:34Z, after DDUw's ~04:31Z run)gh aw domainscommand to list network domains configured in workflows #21086 or Addsafe-outputs.allowed-url-domainsfor additive URL domain allowlisting #21083 due to timing)References: