Skip to content

docs: fix documentation drift — AGENTS.md architecture tree for scripts/ section#668

Merged
jamesadevine merged 1 commit into
mainfrom
docs/fix-architecture-scripts-section-09b040fdbfb21f03
May 20, 2026
Merged

docs: fix documentation drift — AGENTS.md architecture tree for scripts/ section#668
jamesadevine merged 1 commit into
mainfrom
docs/fix-architecture-scripts-section-09b040fdbfb21f03

Conversation

@jamesadevine

Copy link
Copy Markdown
Collaborator

Two inaccuracies in the architecture tree:

  1. scripts/gate.js was listed as a committed file but it is in .gitignore (build artifact - bundled by npm run build into scripts/ado-script/dist/). Removed from the tree.

  2. scripts/ado-script/src/ only showed the import/ subdirectory but the actual directory also contains gate/ (gate evaluator source) and shared/ (modules shared across bundles). Updated to reflect the actual structure.

Summary

Test plan

Two inaccuracies in the architecture tree:

1. scripts/gate.js was listed as a committed file but it is in .gitignore
   (build artifact - bundled by npm run build into scripts/ado-script/dist/).
   Removed from the tree.

2. scripts/ado-script/src/ only showed the import/ subdirectory but the actual
   directory also contains gate/ (gate evaluator source) and shared/ (modules
   shared across bundles). Updated to reflect the actual structure.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jamesadevine jamesadevine merged commit 908947b into main May 20, 2026
@jamesadevine jamesadevine deleted the docs/fix-architecture-scripts-section-09b040fdbfb21f03 branch May 20, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant