Skip to content

Commit b4b05df

Browse files
committed
Merge upstream/main - update extension publishing guide (v0.1.17)
2 parents 8c446e2 + 7d9361c commit b4b05df

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to the Specify CLI and templates are documented here.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to to [Semantic Versioning](https://semver.org/spec/v2.0.0/).
77

8+
## [0.1.17] - 2026-03-20
9+
10+
### Changed
11+
12+
- **Upstream merge**: Synced with github/spec-kit (1 commit)
13+
- docs: update publishing guide with Category and Effect columns (#1913)
14+
15+
### Preserved
16+
17+
- All tikalk-specific features maintained
18+
819
## [0.1.16] - 2026-03-20
920

1021
### Changed

extensions/EXTENSION-PUBLISHING-GUIDE.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,22 @@ Edit `extensions/catalog.community.json` and add your extension:
209209
Add your extension to the Available Extensions table in `extensions/README.md`:
210210

211211
```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) |
213213
```
214214

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+
215228
Insert your extension in alphabetical order in the table.
216229

217230
### 4. Submit Pull Request

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentic-sdlc-specify-cli"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)