Skip to content

Commit 8c8227a

Browse files
KSchlobohmCopilot
andauthored
Add tools requirement to catalog community JSON
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ae9852a commit 8c8227a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

extensions/catalog.community.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,13 @@
629629
"category": "docs",
630630
"effect": "read-write",
631631
"requires": {
632-
"speckit_version": ">=0.2.0"
632+
"speckit_version": ">=0.2.0",
633+
"tools": [
634+
{
635+
"name": "node",
636+
"required": true
637+
}
638+
]
633639
},
634640
"provides": {
635641
"commands": 1,

0 commit comments

Comments
 (0)