Skip to content

Commit afc7b6d

Browse files
v1.2.0: headroom, ponytail, academic-research-skills
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent dc25620 commit afc7b6d

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project are documented here. Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning: [SemVer](https://semver.org/).
44

5+
## [1.2.0] — 2026-09-16
6+
7+
### Added
8+
- Installer: optional **Headroom (Context Compression)** group for [headroomlabs-ai/headroom](https://github.com/headroomlabs-ai/headroom). If `uv` is on PATH, offers to run `uv tool install --python 3.13 "headroom-ai[all]"` (defaults to No; installs machine-wide); otherwise prints the command.
9+
- Installer: `toolSetup` group field for external CLI tools (`src/tool-installer.js`).
10+
- Installer: **Ponytail (Lazy Senior Dev)** group — [DietrichGebert/ponytail](https://github.com/DietrichGebert/ponytail) plugin marketplace.
11+
- Research & Academic Writing group now installs the [Imbad0202/academic-research-skills](https://github.com/Imbad0202/academic-research-skills) marketplace plugin.
12+
13+
### Changed
14+
- `create-claude-setup` package version → `1.2.0`.
15+
- Root package version → `1.2.0`.
16+
517
## [1.1.1] — 2026-05-05
618

719
### Changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"commitSha": "0e072a8",
3-
"generatedAt": "2026-05-05T15:00:08.194Z",
2+
"commitSha": "dc25620",
3+
"generatedAt": "2026-09-16T19:30:27.314Z",
44
"skillCount": 37,
55
"templateCount": 7
66
}

create-claude-setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-claude-setup",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Interactive installer for Claude Code configuration kit",
55
"type": "module",
66
"bin": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-claude-setup",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Interactive installer for Claude Code configuration kit",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)