Skip to content

Commit 5048406

Browse files
committed
update the command to be more meaningful
1 parent 7dc74c7 commit 5048406

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/selftest/commands/selftest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This command drives a self-test simulating the developer experience with the `$A
99
## Goal
1010

1111
Validate the end-to-end lifecycle (discovery, installation, registration) for the extension: `$ARGUMENTS`.
12-
If `$ARGUMENTS` is empty, you must tell the user to provide an extension name, for example: `/speckit.selftest.run linear`.
12+
If `$ARGUMENTS` is empty, you must tell the user to provide an extension name, for example: `/speckit.selftest.extension linear`.
1313

1414
## Steps
1515

extensions/selftest/extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ requires:
1111
speckit_version: ">=0.1.0"
1212
provides:
1313
commands:
14-
- name: speckit.selftest.run
14+
- name: speckit.selftest.extension
1515
file: commands/selftest.md
1616
description: Validate the lifecycle of an extension from the catalog.

0 commit comments

Comments
 (0)