Skip to content

Commit 4bf0de5

Browse files
committed
chore: add requires.tools for squad-cli in catalog entry
1 parent 716e808 commit 4bf0de5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

extensions/catalog.community.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,14 @@
21732173
"changelog": "https://github.com/jwill824/spec-kit-squad/blob/main/docs/CHANGELOG.md",
21742174
"license": "MIT",
21752175
"requires": {
2176-
"speckit_version": ">=0.1.0"
2176+
"speckit_version": ">=0.1.0",
2177+
"tools": [
2178+
{
2179+
"name": "@bradygaster/squad-cli",
2180+
"version": ">=0.1.0",
2181+
"required": true
2182+
}
2183+
]
21772184
},
21782185
"provides": {
21792186
"commands": 4,

0 commit comments

Comments
 (0)