Skip to content

Commit 09cbc53

Browse files
committed
chore: release v1.6.0 — agent-agnostic layout, multi-user personalization
1 parent 680225d commit 09cbc53

4 files changed

Lines changed: 22 additions & 9 deletions

File tree

CHANGELOG.md

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

10+
## [1.6.0] - 2026-04-01
11+
12+
### Added
13+
14+
- **Agent-agnostic canonical layout**: All command prompts now live in `.documentation/commands/` as the single source of truth. Platform directories (`.claude/`, `.github/`, `.cursor/`, etc.) contain only thin shims that redirect to canonical content with user-override resolution.
15+
- **Multi-user personalization**: New `/speckit.personalize` command creates per-user prompt overrides in `.documentation/{git-user}/commands/`. Users can customize any command without affecting team defaults; personalized files are committed to git for transparency.
16+
- **Personalize command template**: `templates/commands/personalize.md` — resolves git user identity, copies and annotates shared prompts for individual customization.
17+
18+
### Changed
19+
20+
- **Build scripts updated for canonical + shim architecture**: Both `create-release-packages.sh` and `create-release-packages.ps1` now generate canonical commands in `.documentation/commands/` and thin platform shims in agent-specific directories, replacing the previous approach of duplicating full prompts per agent.
21+
- **Documentation refresh**: Updated README.md, AGENTS.md, spec-driven.md, FORK_DIVERGENCE.md, CONTRIBUTING.md, release_notes.md, and all GitHub Pages site docs (index.md, quickstart.md, installation.md, adaptive-lifecycle.md, roadmap.md) to consistently emphasize three pillars: agent-agnostic architecture, multi-user personalization, and full lifecycle coverage.
22+
- **Version bump**: 1.5.1 → 1.6.0.
23+
1024
## [1.5.1] - 2026-03-28
1125

1226
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ Our research and experimentation focus on:
739739

740740
Spec Kit Spark is actively developed with a clear vision for the future:
741741

742-
### Current Release (v1.5.0)
742+
### Current Release (v1.6.0)
743743

744744
- ✅ Full Spec-Driven Development workflow
745745
- ✅ Constitution-based PR review (`/speckit.pr-review`)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
description = "Specify CLI, part of Spec Kit Spark. A community extension with constitution-powered commands for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

release_notes.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
# Spec Kit Spark v1.5.0
1+
# Spec Kit Spark v1.6.0
22

33
Spec Kit Spark is an Adaptive System Life Cycle Development (ASLCD) toolkit with constitution-powered commands and right-sized workflows. Part of the WebSpark demonstration suite.
44

55
## Release Highlights
66

7-
This release (v1.5.0) introduces the new `/speckit.repo-story` command for generating evidence-based repository narratives, completes a branding alignment sweep, and syncs the README roadmap version with the actual CLI version.
7+
This release (v1.6.0) introduces agent-agnostic canonical layout, multi-user personalization, and a comprehensive documentation refresh emphasizing Spec Kit's three pillars.
88

9-
### What's New in v1.5.0
9+
### What's New in v1.6.0
1010

11-
- **`/speckit.repo-story` Command**: Analyze full commit history and produce compelling narratives for business and technical audiences
12-
- **Repository History Context Scripts**: Paired Bash and PowerShell scripts generating commit-audit-ready JSON with anonymized roles, velocity metrics, quality signals, and governance maturity scores
13-
- **Branding Alignment**: Consistent "Spec Kit Spark — ASLCD Toolkit" messaging across all documentation, CLI, and release generators
14-
- **Version Sync**: README roadmap updated from stale v0.0.25 to v1.5.0
11+
- **Agent-Agnostic Canonical Layout**: Command prompts now live in `.documentation/commands/` as a single source of truth. Platform directories (`.claude/`, `.github/`, `.cursor/`, etc.) contain only thin shims that redirect to canonical content with user-override resolution. Switch agents freely or use multiple agents on the same project.
12+
- **Multi-User Personalization**: New `/speckit.personalize` command creates per-user prompt overrides in `.documentation/{git-user}/commands/`. Customize any command without affecting team defaults — personalized files are committed to git for team transparency.
13+
- **Three Pillars Documentation**: All repository and site documentation updated to consistently communicate agent-agnostic architecture, multi-user personalization, and full lifecycle coverage as the three reinforcing design pillars.
1514

1615
## Spark-Specific Features
1716

0 commit comments

Comments
 (0)