Skip to content

Commit 2745710

Browse files
committed
fix: address PR review feedback from Copilot
1 parent 74100d1 commit 2745710

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
239239
|--------|---------|----------|----------|-----|
240240
| AIDE In-Place Migration | Adapts the AIDE extension workflow for in-place technology migrations (X → Y pattern) — adds migration objectives, verification gates, knowledge documents, and behavioral equivalence criteria | 2 templates, 8 commands | AIDE extension | [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
241241
| Pirate Speak (Full) | Transforms all Spec Kit output into pirate speak — specs become "Voyage Manifests", plans become "Battle Plans", tasks become "Crew Assignments" | 6 templates, 9 commands || [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
242-
| VS Code Ask Questions | Enhances the clarify command to use `vscode/askQuestions` for batched interactive questioning. | 1 commands || [spec-kit-presets](https://github.com/fdcastel/spec-kit-presets) |
242+
| VS Code Ask Questions | Enhances the clarify command to use `vscode/askQuestions` for batched interactive questioning. | 1 command || [spec-kit-presets](https://github.com/fdcastel/spec-kit-presets) |
243243

244244
To build and publish your own preset, see the [Presets Publishing Guide](presets/PUBLISHING.md).
245245

presets/catalog.community.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-03-24T00:00:00Z",
3+
"updated_at": "2026-04-04T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
55
"presets": {
66
"aide-in-place": {
@@ -55,7 +55,7 @@
5555
]
5656
},
5757
"vscode-ask-questions": {
58-
"name": "VS Code Ask Questions Clarify",
58+
"name": "VS Code Ask Questions",
5959
"id": "vscode-ask-questions",
6060
"version": "1.0.0",
6161
"description": "Enhances the clarify command to use vscode/askQuestions for batched interactive questioning, reducing API request costs in GitHub Copilot.",
@@ -74,7 +74,7 @@
7474
},
7575
"tags": [
7676
"vscode",
77-
"askQuestions",
77+
"askquestions",
7878
"clarify",
7979
"interactive"
8080
]

0 commit comments

Comments
 (0)