diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc2033..fa2e97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2026-01-09 + +### Added +- Reference prompts from claude-code-system-prompts for all agent types +- Detailed documentation for Explore, Plan, and Task agents +- Detailed documentation for File, Shell, and Search tools +- Utility prompts (TodoWrite, AskUserQuestion, conversation summarization, etc.) +- Security review prompt for code analysis + +### Changed +- Expanded agents/README.md with capabilities and use cases +- Expanded tools/README.md with parameter details and behaviors + ## [0.1.0] - 2026-01-09 ### Added diff --git a/pyproject.toml b/pyproject.toml index 1d72939..14e34f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "webber" -version = "0.1.0" +version = "0.2.0" description = "Mrs. Webber - Multi-Agent AI Development System" authors = [ {name = "jpmschweitzer"}