docs: sync AGENTS.md repository-structure tree with the live repo#54
Merged
Conversation
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.
Problem
The Repository Structure tree in
AGENTS.mdhad drifted from the live repo and was internally inconsistent with the file's own Validation and Conventions sections, which already reference all of these files. A stale tree in the canonical instructions file silently misleads every future agent and reviewer (and Copilot code review readsAGENTS.mddirectly).Three concrete drifts, each contradicted by the same file elsewhere:
.github/workflows/ci.yaml,release.yaml,cd.yamlcheck-upstream-skills.yaml(described at Validation / the🔗 Upstream skill targetsworkflow)scripts/install.shonlycheck-readme-index.sh,check-upstream-skills.sh, and a*.test.shbeside each (all in thelint-scriptsgate, per Validation steps 3–5)ways-of-working/onlyagent-instructions/,conventional-release/,gitops-tenant-onboarding/(4 in-house skill dirs at the repo root)Change
Docs-only: rewrite the fenced tree to match the live repo — add the 4th workflow, the two guard scripts + their hermetic
*.test.shself-tests, and the three additional in-house skill directories. No source/script/workflow change; verified each entry against the live repo contents API.Validation
Docs-only edit; markdown fences balanced. No CI gate covers
AGENTS.mdprose (thelint-scriptsgate validates the README index + scripts, untouched here).