Skip to content

Commit 4247f5b

Browse files
mnriemCopilot
andauthored
Update extensions/selftest/commands/selftest.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e718ea commit 4247f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/selftest/commands/selftest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ If `$ARGUMENTS` is empty, you must tell the user to provide an extension name, f
1616
### Step 1: Catalog Discovery Validation
1717

1818
Check if the extension exists in the Spec Kit catalog.
19-
Execute this command and verify that `$ARGUMENTS` appears in the results. If the command fails or returns no results, fail the test.
19+
Execute this command and verify that it completes successfully and that the returned extension ID exactly matches `$ARGUMENTS`. If the command fails or the ID does not match `$ARGUMENTS`, fail the test.
2020

2121
```bash
22-
specify extension search "$ARGUMENTS"
22+
specify extension info "$ARGUMENTS"
2323
```
2424

2525
### Step 2: Simulate Installation

0 commit comments

Comments
 (0)