# Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and the project uses Semantic Versioning.

## [0.0.3] - 2026-04-11

### Fixed

- corrected release workflow behavior so tagged releases publish cleanly from GitHub Actions

## [0.0.2] - 2026-04-11

### Added

- project-local install example in the README
- quick scheduling examples for loop, once, and cron usage

### Changed

- improved release/install documentation for published npm versions
- simplified release workflow gating so tagged releases publish cleanly from GitHub Actions

## [0.0.1] - 2026-04-11

### Added

- initial pi extension/package release
- `/loop` command for recurring prompts and default loop prompt resolution
- `/schedule` command for once, interval, cron, and dynamic scheduling
- model-callable scheduled task tools
- scheduler persistence, status rendering, and session restore behavior
- test suite, GitHub release workflow, and npm publishing setup
