docs: add missing scripts/install/ and rotate-secrets to AGENTS.md architecture tree#1636
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
…chitecture tree The scripts/ directory contains install scripts (install-linux.sh, install-macos.sh, install-windows.ps1) shipped as release artifacts and rotate-agentplayground-secrets.ps1 (moved there in #1635), neither of which appeared in the AGENTS.md architecture tree. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Agent Documentation Update
Findings
scripts/install/(3 platform install scripts shipped as release assets) missing from architecture treeAGENTS.mdscripts/rotate-agentplayground-secrets.ps1(moved intoscripts/in #1635, the latest commit) missing from architecture treeAGENTS.mdApplied Fixes
scripts/install/entry describing the three platform install scripts (install-linux.sh,install-macos.sh,install-windows.ps1) shipped as GitHub release assetsscripts/rotate-agentplayground-secrets.ps1entry describing the ops utility that rotates secrets on AgentPlayground smoke-test pipelinesNotes
Verified against:
ls scripts/confirmsinstall/,rotate-agentplayground-secrets.ps1, andado-script/are present.github/workflows/release.ymlconfirms theinstall/scripts are uploaded as release artifactsrotate-agentplayground-secrets.ps1was moved intoscripts/in the most recent commit (ab91e74)No other drift found: CLI commands, safe-output tools, front-matter fields, engine defaults, and prompt files all match the codebase.
Created by the agent-documentation maintainer workflow.