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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,10 +209,10 @@ 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 | `category` | Effect | [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
-
**Category** — pick the one that best fits your extension:
215
+
**(Table) Category** — pick the one that best fits your extension:
216
216
217
217
-`docs` — reads, validates, or generates spec artifacts
218
218
-`code` — reviews, validates, or modifies source code
@@ -222,8 +222,8 @@ Add your extension to the Available Extensions table in `extensions/README.md`:
222
222
223
223
**Effect** — choose one:
224
224
225
-
-`Read-only` — produces reports without modifying files
226
-
-`Read+Write` — modifies files, creates artifacts, or updates specs
225
+
- Read-only — produces reports without modifying files
226
+
- Read+Write — modifies files, creates artifacts, or updates specs
227
227
228
228
Insert your extension in alphabetical order in the table.
0 commit comments