Skip to content

Commit abe5c71

Browse files
committed
feat: install_notes for Git before_specify reminder after specify extension add (v1.3.1)
Made-with: Cursor
1 parent 7831178 commit abe5c71

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.3.1 (2026-04-14)
4+
5+
### Added
6+
- `extension.install_notes` in `extension.yml` — after `specify extension add`, Specify prints this note when using a `specify-cli` build that supports `install_notes` (see upstream spec-kit). Reminds you to optionally disable the Git extension’s `before_specify` hook for parallel worktrees; full `.specify/extensions.yml` snippet remains in the README
7+
38
## 1.3.0 (2026-04-14)
49

510
### Added

PUBLISH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ Reference issues: #61, #1476
3737
## 3. Install in any repo
3838

3939
```bash
40-
specify extension add worktrees --from https://github.com/dango85/spec-kit-worktree-parallel/archive/refs/tags/v1.3.0.zip
40+
specify extension add worktrees --from https://github.com/dango85/spec-kit-worktree-parallel/archive/refs/tags/v1.3.1.zip
4141
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This extension **does not** change another extension’s configuration on instal
1919
## Installation
2020

2121
```bash
22-
specify extension add worktrees --from https://github.com/dango85/spec-kit-worktree-parallel/archive/refs/tags/v1.3.0.zip
22+
specify extension add worktrees --from https://github.com/dango85/spec-kit-worktree-parallel/archive/refs/tags/v1.3.1.zip
2323
```
2424

2525
## Layout modes

catalog-entry.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "worktrees",
55
"description": "Default-on worktree isolation for parallel agents — sibling or nested layout",
66
"author": "dango85",
7-
"version": "1.3.0",
8-
"download_url": "https://github.com/dango85/spec-kit-worktree-parallel/archive/refs/tags/v1.3.0.zip",
7+
"version": "1.3.1",
8+
"download_url": "https://github.com/dango85/spec-kit-worktree-parallel/archive/refs/tags/v1.3.1.zip",
99
"repository": "https://github.com/dango85/spec-kit-worktree-parallel",
1010
"homepage": "https://github.com/dango85/spec-kit-worktree-parallel",
1111
"documentation": "https://github.com/dango85/spec-kit-worktree-parallel/blob/main/README.md",

extension.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ schema_version: "1.0"
33
extension:
44
id: worktrees
55
name: "Worktrees"
6-
version: "1.3.0"
6+
version: "1.3.1"
77
description: "Default-on worktree isolation for parallel agents — sibling or nested layout"
88
author: "dango85"
99
repository: "https://github.com/dango85/spec-kit-worktree-parallel"
1010
license: "MIT"
11+
install_notes: |
12+
Parallel worktrees: if the Spec Kit Git extension is installed, consider disabling its
13+
before_specify → speckit.git.feature hook in .specify/extensions.yml (set enabled: false)
14+
so the primary checkout is not switched for every agent. Full YAML snippet: README "Git extension vs worktrees".
1115
1216
requires:
1317
speckit_version: ">=0.4.0"

0 commit comments

Comments
 (0)