Commit 2d50857
docs: fix AGENTS.md architecture tree for scripts/ section
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>1 parent 3c50dad commit 2d50857
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
0 commit comments