You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/EXTENSION-PUBLISHING-GUIDE.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,9 +209,22 @@ Edit `extensions/catalog.community.json` and add your extension:
209
209
Add your extension to the Available Extensions table in `extensions/README.md`:
210
210
211
211
```markdown
212
-
| Your Extension Name | Brief description of what it does | [repo-name](https://github.com/your-org/spec-kit-your-extension) |
212
+
| Your Extension Name | Brief description of what it does | `<category>` | <effect> | [repo-name](https://github.com/your-org/spec-kit-your-extension) |
213
213
```
214
214
215
+
**(Table) Category** — pick the one that best fits your extension:
216
+
217
+
-`docs` — reads, validates, or generates spec artifacts
218
+
-`code` — reviews, validates, or modifies source code
219
+
-`process` — orchestrates workflow across phases
220
+
-`integration` — syncs with external platforms
221
+
-`visibility` — reports on project health or progress
222
+
223
+
**Effect** — choose one:
224
+
225
+
- Read-only — produces reports without modifying files
226
+
- Read+Write — modifies files, creates artifacts, or updates specs
227
+
215
228
Insert your extension in alphabetical order in the table.
0 commit comments