Commit 1130ba4
docs: fix architecture tree drift — add missing source files (#652)
Add three source files to the AGENTS.md architecture tree that exist
in the codebase but were not listed:
- src/compile/extensions/ado_aw_marker.rs — always-on metadata marker
extension that emits the # ado-aw-metadata JSON blob into every
compiled pipeline (used by project-scope discovery)
- src/ado/discovery.rs — project-scope pipeline discovery backing the
--all-repos / --source flags on secrets/enable/disable/remove/list
- src/update_check.rs — version update checker that queries GitHub
Releases on each invocation and prints an advisory to stderr when a
newer release is available
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6d4c824 commit 1130ba4
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
0 commit comments