Skip to content

Commit 62ed221

Browse files
authored
Breaking change/adlc prefix migration (#66)
* fix: update release workflow to trigger on agentic-sdlc-v* tags * fix: update eval prompt with correct command pattern - Changed command pattern from speckit.{extension-id}.{command-name} to adlc.{extension-id}.{command-name} - Ensures extension evaluation tests validate correct naming convention - Part of breaking change migration to adlc.* prefix
1 parent fa27ade commit 62ed221

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

evals/prompts/ext-prompt.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A YAML manifest with ALL of the following fields:
1717
- extension.author: Author name
1818
- extension.repository: GitHub repository URL
1919
- extension.license: License type (e.g., MIT)
20-
- requires.speckit_version: Minimum spec-kit version (e.g., ">=0.1.0")
20+
- requires.adlc_version: Minimum spec-kit version (e.g., ">=0.1.0")
2121
- provides.commands: List of commands with name, file, description
2222
- provides.config: Configuration file references
2323
- tags: 2-5 relevant tags for catalog discovery
@@ -46,7 +46,7 @@ A YAML configuration file with:
4646

4747
IMPORTANT CONSTRAINTS:
4848
- All YAML must be valid and parseable
49-
- Command names must follow pattern: speckit.{extension-id}.{command-name}
49+
- Command names must follow pattern: adlc.{extension-id}.{command-name}
5050
- Extension ID must be lowercase with hyphens only
5151
- Include clear CUSTOMIZE comments for user modification
5252
- Self-contained: no references to @rule, @persona, or @example

0 commit comments

Comments
 (0)