We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716e808 commit 4bf0de5Copy full SHA for 4bf0de5
1 file changed
extensions/catalog.community.json
@@ -2173,7 +2173,14 @@
2173
"changelog": "https://github.com/jwill824/spec-kit-squad/blob/main/docs/CHANGELOG.md",
2174
"license": "MIT",
2175
"requires": {
2176
- "speckit_version": ">=0.1.0"
+ "speckit_version": ">=0.1.0",
2177
+ "tools": [
2178
+ {
2179
+ "name": "@bradygaster/squad-cli",
2180
+ "version": ">=0.1.0",
2181
+ "required": true
2182
+ }
2183
+ ]
2184
},
2185
"provides": {
2186
"commands": 4,
0 commit comments