Fix #1633: docs: update docs/architecture/workflows.md npm script table for eval commands#1655
Draft
matysanchez wants to merge 1 commit into
Draft
Fix #1633: docs: update docs/architecture/workflows.md npm script table for eval commands#1655matysanchez wants to merge 1 commit into
matysanchez wants to merge 1 commit into
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1633
What
Adds the six new
eval:*scripts to the npm script reference table indocs/architecture/workflows.md, and updates thelint:allrow to note thateval:lintis now part of the chain.Why
These scripts were added to
package.jsonin 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:alldescription.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
```