Skip to content

Commit 081c4e0

Browse files
Merge origin/main into add-changelog-extension
2 parents 15150ea + 9218612 commit 081c4e0

19 files changed

Lines changed: 460 additions & 162 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
language: [ 'actions', 'python' ]
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

2424
- name: Initialize CodeQL
2525
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

1818
- name: Install uv
1919
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ["3.11", "3.12", "3.13"]
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
37+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838

3939
- name: Install uv
4040
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.8.8] - 2026-05-11
6+
7+
### Changed
8+
9+
- chore(deps): bump actions/checkout from 4.3.1 to 6.0.2 (#2486)
10+
- feat(catalog): add Spec Kit Schedule (schedule) community extension (#2473)
11+
- fix(integration): refresh shared infra on `integration switch` (#2375)
12+
- Add MDE preset to community catalog (#2513)
13+
- Add MDE extension to community catalog (#2512)
14+
- chore: update community catalog with latest extension versions (#2490)
15+
- chore(deps): bump actions/setup-dotnet from 4.3.1 to 5.2.0 (#2489)
16+
- chore(deps): bump actions/github-script from 7 to 9 (#2488)
17+
- chore(deps): bump DavidAnson/markdownlint-cli2-action (#2487)
18+
- chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (#2485)
19+
- feat(catalog): add API Evolve (api-evolve) community extension (#2479)
20+
- feat: Config-driven opt-in authentication registry with multi-platform support (#2393)
21+
- chore: release 0.8.7, begin 0.8.8.dev0 development (#2480)
22+
523
## [0.8.7] - 2026-05-07
624

725
### Changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ The following community-contributed extensions are available in [`catalog.commun
208208
| Blueprint | Stay code-literate in AI-driven development: review a complete code blueprint for every task from spec artifacts before /speckit.implement runs | `docs` | Read+Write | [spec-kit-blueprint](https://github.com/chordpli/spec-kit-blueprint) |
209209
| Branch Convention | Configurable branch and folder naming conventions for /specify with presets and custom patterns | `process` | Read+Write | [spec-kit-branch-convention](https://github.com/Quratulain-bilal/spec-kit-branch-convention) |
210210
| Brownfield Bootstrap | Bootstrap spec-kit for existing codebases — auto-discover architecture and adopt SDD incrementally | `process` | Read+Write | [spec-kit-brownfield](https://github.com/Quratulain-bilal/spec-kit-brownfield) |
211+
| BrownKit | Evidence-driven capability discovery, security and QA risk assessment for existing codebases | `process` | Read+Write | [BrownKit](https://github.com/MaksimShevtsov/BrownKit) |
211212
| Bugfix Workflow | Structured bugfix workflow — capture bugs, trace to spec artifacts, and patch specs surgically | `process` | Read+Write | [spec-kit-bugfix](https://github.com/Quratulain-bilal/spec-kit-bugfix) |
212213
| Canon | Adds canon-driven (baseline-driven) workflows: spec-first, code-first, spec-drift. Requires Canon Core preset installation. | `process` | Read+Write | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon/tree/master/extension) |
213214
| Catalog CI | Automated validation for spec-kit community catalog entries — structure, URLs, diffs, and linting | `process` | Read-only | [spec-kit-catalog-ci](https://github.com/Quratulain-bilal/spec-kit-catalog-ci) |

docs/community/presets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
1616
| Cross-Platform Governance | Adds Bash/PowerShell parity, dry-run/WhatIf parity, Unix man-page expectations, PowerShell comment-based help, and Verb-Noun Cmdlet discipline | 8 templates, 3 commands || [spec-kit-preset-cross-platform-governance](https://github.com/hindermath/spec-kit-preset-cross-platform-governance) |
1717
| Explicit Task Dependencies | Adds explicit `(depends on T###)` dependency declarations and an Execution Wave DAG to tasks.md for parallel scheduling | 1 template, 1 command || [spec-kit-preset-explicit-task-dependencies](https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies) |
1818
| Fiction Book Writing | It adapts the Spec-Driven Development workflow for storytelling to create books or audiobooks (with annotations) in 12 languages: features become story elements, specs become story briefs, plans become story structures, and tasks become scene-by-scene writing tasks. Supports single and multi-POV, all major plot structure frameworks, and two style modes: an author voice sample or humanized AI prose. Supports interactive elements like brainstorming, interview, roleplay and extras like statistics, cover builder and bio command. Export with templates for KDP, D2D etc. | 22 templates, 27 commands, 2 scripts || [speckit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing) |
19+
| Game Narrative Writing | Spec-Driven Development for interactive game narrative pre-production for video games. Authors write in a portable generic format, Twine/Sugarcube (.twee) or Ink (.ink). Covers choice-IF, visual novels, and branching dialogue. Supports Tier 1 mechanic hooks (flag, counter, inventory, timer, trust, currency, npc_state, ending_condition), multi-ending design, series carry-over variable registry, and NPC-focused character architecture. | 22 templates, 36 commands, 2 scripts || [speckit-preset-game-narrative-writing](https://github.com/adaumann/speckit-preset-game-narrative-writing) |
1920
| iSAQB Architecture Governance | Adds general iSAQB/CPSA-F and arc42 architecture governance: goals, context, building blocks, runtime and deployment views, quality scenarios, ADRs, risks, and technical debt | 13 templates, 3 commands || [spec-kit-preset-isaqb-architecture-governance](https://github.com/hindermath/spec-kit-preset-isaqb-architecture-governance) |
2021
| Jira Issue Tracking | Overrides `speckit.taskstoissues` to create Jira epics, stories, and tasks instead of GitHub Issues via Atlassian MCP tools | 1 command || [spec-kit-preset-jira](https://github.com/luno/spec-kit-preset-jira) |
2122
| Model Driven Engineering | Focuses on streamlined commands, app repository support, cross-spec support, and capability-aware project memory for model-driven engineering workflows | 6 templates, 11 commands | MDE extension | [spec-kit-preset-mde](https://github.com/AI-MDE/spec-kit-preset-mde) |

docs/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"*.md",
77
"toc.yml",
88
"community/*.md",
9-
"reference/*.md"
9+
"reference/*.md",
10+
"install/*.md"
1011
]
1112
},
1213
{

docs/reference/integrations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Specify CLI supports a wide range of AI coding agents. When you run `specify
2323
| [Junie](https://junie.jetbrains.com/) | `junie` | |
2424
| [Kilo Code](https://github.com/Kilo-Org/kilocode) | `kilocode` | |
2525
| [Kimi Code](https://code.kimi.com/) | `kimi` | Skills-based integration; supports `--migrate-legacy` for dotted→hyphenated directory migration |
26-
| [Kiro CLI](https://kiro.dev/docs/cli/) | `kiro-cli` | Alias: `--integration kiro` |
26+
| [Kiro CLI](https://kiro.dev/docs/cli/) | `kiro-cli` | Kiro CLI does not substitute `$ARGUMENTS` in file-based prompts, so Spec Kit ships a prose fallback at render time (see [Manage prompts](https://kiro.dev/docs/cli/chat/manage-prompts/) and issue [#1926](https://github.com/github/spec-kit/issues/1926)). Alias: `--integration kiro` |
2727
| [Lingma](https://lingma.aliyun.com/) | `lingma` | Skills-based integration; skills are installed automatically |
2828
| [Mistral Vibe](https://github.com/mistralai/mistral-vibe) | `vibe` | |
2929
| [opencode](https://opencode.ai/) | `opencode` | |
@@ -65,6 +65,8 @@ Installing an additional integration does not change the default integration. Us
6565

6666
> **Note:** All integration management commands require a project already initialized with `specify init`. To start a new project with a specific agent, use `specify init <project> --integration <key>` instead.
6767
68+
**Version note:** Controlled multi-install support was introduced in Spec Kit 0.8.5. If `specify integration install <key>` says another integration is already installed and only suggests `switch` or `uninstall`, check your local CLI with `specify version` and upgrade it. Running a one-shot command such as `uvx --from git+https://github.com/github/spec-kit.git specify ...` uses a temporary copy for that command only; it does not update the persistent `specify` executable on your `PATH`.
69+
6870
## Uninstall an Integration
6971

7072
```bash

docs/upgrade.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919

2020
The CLI tool (`specify`) is separate from your project files. Upgrade it to get the latest features and bug fixes.
2121

22+
Before upgrading, you can check whether a newer released version is available:
23+
24+
```bash
25+
specify self check
26+
```
27+
2228
### If you installed with `uv tool install`
2329

2430
Upgrade to a specific release (check [Releases](https://github.com/github/spec-kit/releases) for the latest tag):
@@ -35,6 +41,8 @@ Specify the desired release tag:
3541
uvx --from git+https://github.com/github/spec-kit.git@vX.Y.Z specify init --here --integration copilot
3642
```
3743

44+
`uvx` runs a temporary copy of Spec Kit for that single command. It does not update a persistent `specify` installed with `uv tool install`, `pipx`, or another tool manager. If a newer feature works through `uvx` but your local `specify` still reports an older version, upgrade the persistent CLI with the command that matches your install method.
45+
3846
### If you installed with `pipx`
3947

4048
Upgrade to a specific release:
@@ -49,7 +57,7 @@ pipx install --force git+https://github.com/github/spec-kit.git@vX.Y.Z
4957
specify check
5058
```
5159

52-
This shows installed tools and confirms the CLI is working.
60+
This shows installed tools and confirms the CLI is working. Use `specify version` to confirm which persistent CLI version is currently on your `PATH`.
5361

5462
---
5563

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-11T00:00:00Z",
3+
"updated_at": "2026-05-12T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -368,6 +368,38 @@
368368
"created_at": "2026-04-10T00:00:00Z",
369369
"updated_at": "2026-04-10T00:00:00Z"
370370
},
371+
"brownkit": {
372+
"name": "BrownKit \u2014 Brownfield Discovery for Spec-Kit",
373+
"id": "brownkit",
374+
"description": "Evidence-driven capability discovery, security and QA risk assessment for existing codebases.",
375+
"author": "Maksim Shautsou",
376+
"version": "1.0.1",
377+
"download_url": "https://github.com/MaksimShevtsov/BrownKit/archive/refs/tags/v1.0.1.zip",
378+
"repository": "https://github.com/MaksimShevtsov/BrownKit",
379+
"homepage": "https://github.com/MaksimShevtsov/BrownKit",
380+
"documentation": "https://github.com/MaksimShevtsov/BrownKit/blob/main/README.md",
381+
"changelog": "https://github.com/MaksimShevtsov/BrownKit/blob/main/CHANGELOG.md",
382+
"license": "MIT",
383+
"requires": {
384+
"speckit_version": ">=0.1.0"
385+
},
386+
"provides": {
387+
"commands": 10,
388+
"hooks": 5
389+
},
390+
"tags": [
391+
"brownfield",
392+
"discovery",
393+
"security",
394+
"qa",
395+
"capabilities"
396+
],
397+
"verified": false,
398+
"downloads": 0,
399+
"stars": 0,
400+
"created_at": "2026-05-10T00:00:00Z",
401+
"updated_at": "2026-05-10T00:00:00Z"
402+
},
371403
"bugfix": {
372404
"name": "Bugfix Workflow",
373405
"id": "bugfix",

presets/catalog.community.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,43 @@
256256
"created_at": "2026-04-09T08:00:00Z",
257257
"updated_at": "2026-04-27T08:00:00Z"
258258
},
259+
"game-narrative-writing": {
260+
"name": "Game Narrative Writing",
261+
"id": "game-narrative-writing",
262+
"version": "1.0.0",
263+
"description": "Spec-Driven Development for interactive game-narrative pre-production in video games. Authors write in a portable generic format, Twine/Sugarcube (.twee) or Ink (.ink). Covers choice-IF, visual novels, and branching dialogue. Supports Tier 1 mechanic hooks (flag, counter, inventory, timer, trust, currency, npc_state, ending_condition), multi-ending design, series carry-over variable registry, and NPC-focused character architecture.",
264+
"author": "Andreas Daumann",
265+
"repository": "https://github.com/adaumann/speckit-preset-game-narrative-writing",
266+
"download_url": "https://github.com/adaumann/speckit-preset-game-narrative-writing/archive/refs/tags/v1.0.0.zip",
267+
"homepage": "https://github.com/adaumann/speckit-preset-game-narrative-writing",
268+
"documentation": "https://github.com/adaumann/speckit-preset-game-narrative-writing/blob/main/game-narrative-writing/README.md",
269+
"license": "MIT",
270+
"requires": {
271+
"speckit_version": ">=0.5.0"
272+
},
273+
"provides": {
274+
"templates": 22,
275+
"commands": 36,
276+
"scripts": 2
277+
},
278+
"tags": [
279+
"game-writing",
280+
"interactive-fiction",
281+
"twine",
282+
"ink",
283+
"renpy",
284+
"point-and-click",
285+
"branching-narrative",
286+
"choice-if",
287+
"visual-novel",
288+
"mechanic-hooks",
289+
"game-narrative",
290+
"export",
291+
"series"
292+
],
293+
"created_at": "2026-05-05T08:00:00Z",
294+
"updated_at": "2026-05-05T08:00:00Z"
295+
},
259296
"isaqb-architecture-governance": {
260297
"name": "iSAQB Architecture Governance",
261298
"id": "isaqb-architecture-governance",

0 commit comments

Comments
 (0)