docs: fix architecture tree, network domain attribution, and workspace defaults reference#353
Merged
Merged
Conversation
3 tasks
…e defaults reference Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/30b5ebbc-f42c-4ff2-bc93-d56f6f5593a4 Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix documentation drift in architecture tree and network domains
docs: fix architecture tree, network domain attribution, and workspace defaults reference
Apr 29, 2026
jamesadevine
approved these changes
Apr 29, 2026
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.
Resolves three findings from the weekly documentation freshness audit: a missing crate in the architecture tree, an incorrect source attribution for
host.docker.internal, and a dangling cross-reference in theworkspace:field documentation.Summary
AGENTS.md— Added theado-aw-derive/proc-macro crate (provides#[derive(SanitizeConfig)]/#[derive(SanitizeContent)]) to the architecture tree, where it was absent despite being a top-level workspace member used throughoutsrc/safeoutputs/.docs/network.md— Reworded the default-allowed-domains table header to clarify thathost.docker.internalis not part ofCORE_ALLOWED_HOSTS. It is injected by the standalone compiler ingenerate_allowed_domains(src/compile/common.rs) because standalone always uses MCPG. Also annotated the row itself.docs/front-matter.md— Replaced the dangling "see below" in theworkspace:example comment with the actual rule, and added a new## Workspace Defaultssubsection documenting the auto-computed default:checkout:empty → defaults torootcheckout:has entries → defaults torepoTest plan
Documentation-only changes; no code paths affected. Verified rendered markdown and cross-references locally.