Skip to content

chore: release 2.2.0#43

Merged
Nathan Schram (nathanschram) merged 1 commit intomainfrom
release-please--branches--main--components--pitchdocs
Mar 15, 2026
Merged

chore: release 2.2.0#43
Nathan Schram (nathanschram) merged 1 commit intomainfrom
release-please--branches--main--components--pitchdocs

Conversation

@nathanschram
Copy link
Member

@nathanschram Nathan Schram (nathanschram) commented Mar 15, 2026

🤖 I have created a release beep boop


2.2.0 (2026-03-15)

Added

  • full plugin review fixes — version sync, hook exit codes, stale references, eval coverage (48dc592)
  • remove out-of-scope skill-authoring skill (44ab591), closes #40

Fixed

  • add trigger phrases to feature-benefits skill for better activation (12c4db2)
  • correct Outlook Assistant logo URL extension (.svg → .png) (36e208f)
  • resolve CI failures — spelling, broken links, and llms.txt refs (e787731)

Documentation

  • refresh launch artifacts and bump guide versions for v2.1.0 (#42)
  • sync AI context files with context-updater agent and context-quality rule
  • sync bridge files with corrected agent and rule counts

This PR was generated by release-please. The branch and commit were created automatically; the PR was opened manually due to workflow permissions.

Summary by CodeRabbit

  • New Features

    • Two new features added in version 2.2.0.
  • Documentation

    • Three documentation updates included.
  • Chores

    • Version bumped to 2.2.0 across all manifest files and documentation.

@coderabbitai
Copy link

coderabbitai bot commented Mar 15, 2026

📝 Walkthrough

Walkthrough

Version 2.2.0 release prepared by bumping version numbers across plugin and release manifests, updating the README badge reference, and adding a comprehensive CHANGELOG entry documenting new features and documentation improvements.

Changes

Cohort / File(s) Summary
Version Manifest Updates
.claude-plugin/plugin.json, .release-please-manifest.json
Bumped plugin and release manifest versions from 2.1.0 to 2.2.0
Documentation Updates
README.md, CHANGELOG.md
Updated CHANGELOG badge version to 2.2.0 and added new 2.2.0 release entry with Added and Documentation sections

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Version bumps, now we're at 2.2,
Changelog sparkles, fresh and new!
Badges updated, manifest bright,
Release is ready—what a delight! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: release 2.2.0' is clear and concise, accurately reflecting the main purpose of this release PR. It directly summarizes the primary change: bumping the version to 2.2.0.
Linked Issues check ✅ Passed The PR fulfills the key requirement from issue #40: removing the skill-authoring skill. The CHANGELOG confirms the removal with 'removed out-of-scope skill-authoring skill (closes #40)' and version counts updated from 16 to 15 across referenced files.
Out of Scope Changes check ✅ Passed All changes are in-scope: version bumps in manifests and badges align with the 2.2.0 release, CHANGELOG documents the release, and skill-authoring removal directly addresses issue #40 requirements.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--main--components--pitchdocs
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@CHANGELOG.md`:
- Around line 11-15: The two v2.2.0 items are under the wrong section; move the
"full plugin review fixes — version sync, hook exit codes, stale references,
eval coverage ([48dc592]...)" bullet out of the "### Added" section into a "###
Fixed" section, and move the "remove out-of-scope skill-authoring skill
([44ab591]...)" bullet into a "### Removed" section (create those headings if
they don't exist), keeping the commit links and issue references intact and
preserving surrounding formatting so the changelog follows the Keep a Changelog
mapping (feat → Added, fix → Fixed, remove → Removed).

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2ca7285f-4a2c-4452-9926-30e936ed2988

📥 Commits

Reviewing files that changed from the base of the PR and between eed52d4 and e39c651.

📒 Files selected for processing (4)
  • .claude-plugin/plugin.json
  • .release-please-manifest.json
  • CHANGELOG.md
  • README.md

Comment on lines +11 to +15
### Added

* full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405))
* remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [#40](https://github.com/littlebearapps/pitchdocs/issues/40)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Reclassify v2.2.0 entries to the correct Keep a Changelog sections.

Line 11 currently places fix/removal items under Added. Move those entries to Fixed and Removed so the release notes stay semantically correct.

📝 Proposed changelog reclassification
-### Added
-
-* full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405))
-* remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [`#40`](https://github.com/littlebearapps/pitchdocs/issues/40)
+### Fixed
+
+* full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405))
+
+### Removed
+
+* remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [`#40`](https://github.com/littlebearapps/pitchdocs/issues/40)

As per coding guidelines: "**/CHANGELOG.md: Keep a Changelog format with user-facing benefit language, mapping conventional commits (feat: → Added, fix: → Fixed, etc.)".

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### Added
* full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405))
* remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [#40](https://github.com/littlebearapps/pitchdocs/issues/40)
### Fixed
* full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405))
### Removed
* remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [`#40`](https://github.com/littlebearapps/pitchdocs/issues/40)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` around lines 11 - 15, The two v2.2.0 items are under the wrong
section; move the "full plugin review fixes — version sync, hook exit codes,
stale references, eval coverage ([48dc592]...)" bullet out of the "### Added"
section into a "### Fixed" section, and move the "remove out-of-scope
skill-authoring skill ([44ab591]...)" bullet into a "### Removed" section
(create those headings if they don't exist), keeping the commit links and issue
references intact and preserving surrounding formatting so the changelog follows
the Keep a Changelog mapping (feat → Added, fix → Fixed, remove → Removed).

@nathanschram Nathan Schram (nathanschram) merged commit 63ce303 into main Mar 15, 2026
9 of 10 checks passed
@nathanschram Nathan Schram (nathanschram) deleted the release-please--branches--main--components--pitchdocs branch March 15, 2026 03:04
@github-actions
Copy link
Contributor

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove out-of-scope skill-authoring skill

1 participant