Skip to content

Commit e8c18a9

Browse files
xuyangclaude
andcommitted
Merge upstream/main into add-agent-assign-extension
Resolve conflict in extensions/catalog.community.json: keep both agent-assign and architect-preview extensions in alphabetical order. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 parents 2fa8cfd + 33a28ec commit e8c18a9

File tree

72 files changed

+9926
-664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+9926
-664
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ concurrency:
2626
jobs:
2727
# Build job
2828
build:
29+
if: github.repository == 'github/spec-kit'
2930
runs-on: ubuntu-latest
3031
steps:
3132
- name: Checkout
@@ -56,6 +57,7 @@ jobs:
5657

5758
# Deploy job
5859
deploy:
60+
if: github.repository == 'github/spec-kit'
5961
environment:
6062
name: github-pages
6163
url: ${{ steps.deployment.outputs.page_url }}

AGENTS.md

Lines changed: 249 additions & 312 deletions
Large diffs are not rendered by default.

CHANGELOG.md

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

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

5+
## [0.7.0] - 2026-04-14
6+
7+
### Changed
8+
9+
- Add workflow engine with catalog system (#2158)
10+
- docs(catalog): add claude-ask-questions to community preset catalog (#2191)
11+
- Add SFSpeckit — Salesforce SDD Extension (#2208)
12+
- feat(scripts): optional single-segment branch prefix for gitflow (#2202)
13+
- chore: release 0.6.2, begin 0.6.3.dev0 development (#2205)
14+
- Add Worktrees extension to community catalog (#2207)
15+
- feat: Update catalog.community.json for preset-fiction-book-writing (#2199)
16+
17+
## [0.6.2] - 2026-04-13
18+
19+
### Changed
20+
21+
- feat: Register "What-if Analysis" community extension (#2182)
22+
- feat: add GitHub Issues Integration to community catalog (#2188)
23+
- feat(agents): add Goose AI agent support (#2015)
24+
- Update ralph extension to v1.0.1 in community catalog (#2192)
25+
- fix: skip docs deployment workflow on forks (#2171)
26+
- chore: release 0.6.1, begin 0.6.2.dev0 development (#2162)
27+
28+
## [0.6.1] - 2026-04-10
29+
30+
### Changed
31+
32+
- feat: add bundled lean preset with minimal workflow commands (#2161)
33+
- Add Brownfield Bootstrap extension to community catalog (#2145)
34+
- Add CI Guard extension to community catalog (#2157)
35+
- Add SpecTest extension to community catalog (#2159)
36+
- fix: bundled extensions should not have download URLs (#2155)
37+
- Add PR Bridge extension to community catalog (#2148)
38+
- feat(cursor-agent): migrate from .cursor/commands to .cursor/skills (#2156)
39+
- Add TinySpec extension to community catalog (#2147)
40+
- chore: bump spec-kit-verify to 1.0.3 and spec-kit-review to 1.0.1 (#2146)
41+
- Add Status Report extension to community catalog (#2123)
42+
- chore: release 0.6.0, begin 0.6.1.dev0 development (#2144)
43+
44+
## [0.6.0] - 2026-04-09
45+
46+
### Changed
47+
48+
- Add Bugfix Workflow community extension to catalog and README (#2135)
49+
- Add Worktree Isolation extension to community catalog (#2143)
50+
- Add multi-repo-branching preset to community catalog (#2139)
51+
- Readme clarity (#2013)
52+
- Rewrite AGENTS.md for integration architecture (#2119)
53+
- docs: add SpecKit Companion to Community Friends section (#2140)
54+
- feat: add memorylint extension to community catalog (#2138)
55+
- chore: release 0.5.1, begin 0.5.2.dev0 development (#2137)
56+
557
## [0.5.1] - 2026-04-08
658

759
### Changed

README.md

Lines changed: 88 additions & 56 deletions
Large diffs are not rendered by default.

docs/installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
## Installation
1212

13+
> **Important:** The only official, maintained packages for Spec Kit come from the [github/spec-kit](https://github.com/github/spec-kit) GitHub repository. Any packages with the same name available on PyPI (e.g. `specify-cli` on pypi.org) are **not** affiliated with this project and are not maintained by the Spec Kit maintainers. For normal installs, use the GitHub-based commands shown below. For offline or air-gapped environments, locally built wheels created from this repository are also valid.
14+
1315
### Initialize a New Project
1416

1517
The easiest way to get started is to initialize a new project. Pin a specific release tag for stability (check [Releases](https://github.com/github/spec-kit/releases) for the latest):
@@ -69,6 +71,14 @@ uvx --from git+https://github.com/github/spec-kit.git@vX.Y.Z specify init <proje
6971

7072
## Verification
7173

74+
After installation, run the following command to confirm the correct version is installed:
75+
76+
```bash
77+
specify version
78+
```
79+
80+
This helps verify you are running the official Spec Kit build from GitHub, not an unrelated package with the same name.
81+
7282
After initialization, you should see the following commands available in your AI agent:
7383

7484
- `/speckit.specify` - Create specifications

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ This tells Spec Kit which feature directory to use when creating specs, plans, a
292292
```bash
293293
ls -la .claude/commands/ # Claude Code
294294
ls -la .gemini/commands/ # Gemini
295-
ls -la .cursor/commands/ # Cursor
295+
ls -la .cursor/skills/ # Cursor
296296
ls -la .pi/prompts/ # Pi Coding Agent
297297
```
298298

0 commit comments

Comments
 (0)