Skip to content

Fix #1633: docs: update docs/architecture/workflows.md npm script table for eval commands#1655

Draft
matysanchez wants to merge 1 commit into
microsoft:mainfrom
matysanchez:hunter/issue-1633
Draft

Fix #1633: docs: update docs/architecture/workflows.md npm script table for eval commands#1655
matysanchez wants to merge 1 commit into
microsoft:mainfrom
matysanchez:hunter/issue-1633

Conversation

@matysanchez
Copy link
Copy Markdown

@matysanchez matysanchez commented May 25, 2026

Closes #1633

What

Adds the six new eval:* scripts to the npm script reference table in docs/architecture/workflows.md, and updates the lint:all row to note that eval:lint is now part of the chain.

Why

These scripts were added to package.json in commit 1102901 (feat(evals): add npm eval scripts and shared environments #1626) but were absent from the documentation table.

Tested

Visual review of the rendered table: pipe columns align with the existing header and surrounding rows; diff is purely additive except for the one updated lint:all description.

Agent verification

```
branch: hunter/issue-1633
files-changed: 1
commit: 2a4911c
verification: Visual review of rendered table; pipe columns align with header and surrounding rows; diff shows only 7 additions + 1 deletion in docs/architecture/workflows.md
```

Add rows for `eval:lint`, `eval:run`, `eval:run:skills`,
`eval:run:agents`, `eval:run:scripts`, and `eval:compare`, and note
that `lint:all` now chains `eval:lint`.

Closes microsoft#1633
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.

docs: update docs/architecture/workflows.md npm script table for eval commands

1 participant