Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pitchdocs",
"version": "2.0.0",
"version": "2.1.0",
"description": "Generate high-quality public-facing repository documentation with a marketing edge. Creates READMEs that sell, changelogs that communicate value, roadmaps from GitHub milestones, and audits your docs completeness. Uses benefit-driven language, GEO-optimised structure, progressive disclosure, and the Banesullivan 4-question framework.",
"author": {
"name": "Little Bear Apps",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.1.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ All notable changes to this project are documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.0](https://github.com/littlebearapps/pitchdocs/compare/v2.0.0...v2.1.0) (2026-03-11)


### Added

* add per-project activation for advisory features ([fc57dd2](https://github.com/littlebearapps/pitchdocs/commit/fc57dd2b21ba6a56c8a00a3696e22fb2244fa588))


### Fixed

* add --plugin-dir to activation eval script for CI compatibility ([45866e7](https://github.com/littlebearapps/pitchdocs/commit/45866e7eed7c4823818818876c9d6e3cdc8f4e53))
* correct last 2 activation eval test expectations ([cb3af25](https://github.com/littlebearapps/pitchdocs/commit/cb3af2554a8aa69c576c9c4bcc5763c9dc721905))
* correct test expectations for activation evals ([8d3c20a](https://github.com/littlebearapps/pitchdocs/commit/8d3c20a36be719050d3df43fb85e87d4f8151395))
* detect API key auth failures in activation eval pre-flight ([1ddc554](https://github.com/littlebearapps/pitchdocs/commit/1ddc5549f67c7c58d2a47b0b30cdf9249b8ddade))
* detect billing and rate limit errors in activation eval pre-flight ([ed6e8cc](https://github.com/littlebearapps/pitchdocs/commit/ed6e8cc11d06a8f792aab6f59979f0dead64e05f))
* install plugin via CLI marketplace for CI activation evals ([76156bd](https://github.com/littlebearapps/pitchdocs/commit/76156bd2b61d5f779e7c902625bdf425a6b8666f))
* register plugin in installed_plugins.json for CI activation evals ([c371239](https://github.com/littlebearapps/pitchdocs/commit/c37123926b3a37d8430ca194b4bb1c33296877c0))
* use parent directory for --plugin-dir in activation evals ([9fe0ded](https://github.com/littlebearapps/pitchdocs/commit/9fe0ded69765da60c788142f548d0ff81a18f99f))


### Documentation

* add headless mode (claude -p) known limitation to changelog and troubleshooting ([f407ef1](https://github.com/littlebearapps/pitchdocs/commit/f407ef10353bfa1cf8fa73818ed01abea770ff05))

## [2.0.0](https://github.com/littlebearapps/pitchdocs/compare/v1.19.3...v2.0.0) (2026-03-11)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</p>

<p align="center">
<a href="CHANGELOG.md"><img src="https://img.shields.io/static/v1?label=version&message=2.0.0&color=blue" alt="Version" /></a> <!-- x-release-please-version -->
<a href="CHANGELOG.md"><img src="https://img.shields.io/static/v1?label=version&message=2.1.0&color=blue" alt="Version" /></a> <!-- x-release-please-version -->
<a href="LICENSE"><img src="https://img.shields.io/github/license/littlebearapps/pitchdocs" alt="License" /></a>
<a href="https://code.claude.com/docs/en/plugins"><img src="https://img.shields.io/badge/Claude_Code-Plugin-D97757?logo=claude&logoColor=white" alt="Claude Code Plugin" /></a>
<a href="https://opencode.ai/"><img src="https://img.shields.io/badge/OpenCode-Compatible-22c55e" alt="OpenCode Compatible" /></a>
Expand Down
Loading