# Changelog — @cleepi/toolkit

All notable changes to this package are documented here.

Format: [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/).
Versioning: [SemVer](https://semver.org/spec/v2.0.0.html). Pre-`1.0.0`, minor
bumps may include breaking changes.

## [Unreleased]

## [0.1.2] — 2026-06-02

### Changed
- **Stopped bundling `@cleepi/git` and `@cleepi/atlassian`.** Both are
  now installed as standalone top-level npm packages by `@cleepi/crew`'s
  `install-crew` extension on first session (per
  [DRAFT-003-crew-peer-deps](../../packages/crew/docs/DRAFT-003-crew-peer-deps)).
  Re-bundling them inside toolkit duplicated the install and caused skill /
  prompt collisions on every fresh install. Toolkit now bundles only the
  packages without their own install flow: `sdd`, `base`, `coding`, `crew`.
  End state is identical (all 6 packages loaded), no collisions.

### Fixed
- Skill name collisions for `git-branch`, `git-commit`, `git-pr`, `atlassian`,
  `jira-authoring` and prompts `commit`, `pr`, `jira-plan`,
  `spec-from-ticket` reported on fresh installs of v0.1.1.

## [0.1.1] — 2026-06-02

### Fixed
- Bumps `@cleepi/git` to 0.2.1 and `@cleepi/atlassian` to 0.3.1 to pick up
  YAML frontmatter fixes in `git-pr` and `jira-authoring` skills. v0.1.0
  shipped broken skill manifests that pi refused to load.

## [0.1.0] — 2026-06-02

Initial release. One-install meta-package per
[design spec DRAFT-005](../../docs/DRAFT-005-cleepi-toolkit-v0.1.0/spec.md)
and [SPEC.md](./SPEC.md).

### Added
- Bundles `@cleepi/sdd@0.3.2`, `@cleepi/base@0.1.0`, `@cleepi/coding@0.1.0`,
  `@cleepi/git@0.2.0`, `@cleepi/crew@0.5.0`, `@cleepi/atlassian@0.3.0`.
- `prompts/setup.md` — `/setup` slash command, step-by-step onboarding.
- `skills/cleepi-setup/SKILL.md` — same content surface, triggers on
  free-form onboarding asks.

[Unreleased]: https://github.com/honzanemecek/cleepi/compare/toolkit-v0.1.0...HEAD
[0.1.0]: https://github.com/honzanemecek/cleepi/releases/tag/toolkit-v0.1.0
