# Changelog — @cleepi/coding

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]

### Added
- Initial package scaffold per [SPEC.md](./SPEC.md).
- `extensions/coding.ts` — appends Cleevio coding voice and a
  context-aware SDD reminder to the system prompt via `before_agent_start`.
  Reminder text differs based on whether `@cleepi/sdd` is loaded.
- `skills/coding/SKILL.md` — on-demand coding craft reference (review,
  refactor, naming, comments, testing, error handling).
- `prompts/review.md` — `/review` slash command for reviewing the current
  git diff.

### Notes
- No `0.1.0` tag yet — coding voice text is a first draft pending Honza's
  review (same flow as base's voice).

[Unreleased]: https://github.com/cleevio/cleepi/compare/coding-v0.0.0...HEAD
