docs: add missing ado_proxy.rs analyzer to AGENTS.md architecture tree - #1846
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add missing ado_proxy.rs analyzer to AGENTS.md architecture tree#1846github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
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.
Agent Documentation Update
Findings
src/audit/analyzers/ado_proxy.rs(registered viapub mod ado_proxy;insrc/audit/analyzers/mod.rs, and already fully documented indocs/audit.mdas theado_proxy_analysisfield/analyzer) was missing from thesrc/audit/analyzers/listing in theAGENTS.mdarchitecture tree, so an agent reading the tree would not know this analyzer exists.Applied Fixes
ado_proxy.rsentry to thesrc/audit/analyzers/subtree in AGENTS.md with a one-line description matching its actual behavior (sanitized ado-proxy decision-log + container-lifecycle analysis)Notes
Verified by diffing
find src -name '*.rs'output against every file listed in the AGENTS.md architecture tree. All other subdirectories checked (src/safe_outputs/,src/runtimes/,src/tools/,src/compile/extensions/,src/compile/codemods/,src/compile/ir/tasks/,src/ado_proxy/,src/mcp_author/,src/compile/imports/,src/compile/extensions/exec_context/) matched the tree exactly. Also verified: the docs/ index in AGENTS.md is fully in sync with actualdocs/*.mdfiles (no orphans, no dead links); all 24 safe-output tools insrc/safe_outputs/are documented indocs/safe-outputs.md; theprompts/*.mdworkflow-authoring guides correctly referenceFrontMatterfields,src/engine.rsmodel defaults, and valid safe-output/CLI usage with no drift found.Created by the agent-documentation maintainer workflow.