Commit 4205fa3
docs: add 'versions' to catalog descriptions in AGENTS.md and mcp-author.md (#1479)
The catalog command/tool exposes a 'versions' category that emits the
compiler's pinned semver versions (copilot_cli, awf, mcpg). This was
accurately documented in docs/cli.md but omitted from:
- AGENTS.md: catalog.rs module description listed "(tools, runtimes,
models, etc.)" — now lists all six categories explicitly.
- docs/mcp-author.md: catalog tool row said "engines, and models" —
now says "engines, models, and pinned versions" matching the source
tool description in src/mcp_author/mod.rs.
Verified against src/inspect/catalog.rs models() / engines() functions
and the CatalogParams comment in src/mcp_author/mod.rs.
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 f6fb757 commit 4205fa3
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments