Skip to content

Commit 48a0ea0

Browse files
committed
fix(selftest): update command name array to match spec-kit validation schema
1 parent 1777448 commit 48a0ea0

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 linear`.
12+
If `$ARGUMENTS` is empty, you must tell the user to provide an extension name, for example: `/speckit.selftest.run 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
14+
- name: speckit.selftest.run
1515
file: commands/selftest.md
1616
description: Validate the lifecycle of an extension from the catalog.

0 commit comments

Comments
 (0)