Skip to content

chore: release main#10

Merged
metaphorics merged 2 commits into
mainfrom
release-please--branches--main
Jun 9, 2026
Merged

chore: release main#10
metaphorics merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@metaphorics

@metaphorics metaphorics commented Jun 9, 2026

Copy link
Copy Markdown

Release PR generated by release-please (commit 398154a), opened manually because the OutlineDriven org disables "Actions can create/approve pull requests", so the bot could push the branch but not open the PR.

Bumps (all driven by intentional refactor(...)!: BREAKING CHANGE: commits from the slim-fork pass):

Component From To
cli 3.11.2 4.0.0
compound-engineering 3.11.2 4.0.0
marketplace 1.0.2 2.0.0
cursor-marketplace 1.0.1 2.0.0

Merging this tags the fork's first releases (cli-v4.0.0, compound-engineering-v4.0.0, marketplace-v2.0.0, cursor-marketplace-v2.0.0) and fixes compare-link resolution from here forward.

Summary by CodeRabbit

  • Breaking Changes

    • Removed coding-tutor plugin from marketplace and release pipeline.
    • Removed several agent/reviewer components.
  • Bug Fixes

    • Updated plugin manifest metadata and SEO-related configurations.
  • Documentation

    • Updated changelog entries for version 4.0.0.

Copilot AI review requested due to automatic review settings June 9, 2026 11:18
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@metaphorics, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 33 minutes and 48 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c2b12a9e-4d60-444e-9e3b-d41c06c8816e

📥 Commits

Reviewing files that changed from the base of the PR and between 91c2597 and 3132168.

📒 Files selected for processing (1)
  • .cursor-plugin/marketplace.json
📝 Walkthrough

Walkthrough

This PR bumps versions across a monorepo to release v4.0.0 (root package and compound-engineering) and v2.0.0 (Claude and Cursor plugins). Version fields are updated in all package and plugin manifests, release-please configuration is synchronized, and corresponding changelog entries document breaking changes, features, bug fixes, and refactoring.

Changes

Coordinated 4.0.0 and 2.0.0 releases

Layer / File(s) Summary
Root and compound-engineering version manifest updates to 4.0.0
package.json, .github/.release-please-manifest.json, plugins/compound-engineering/.claude-plugin/plugin.json, plugins/compound-engineering/.codex-plugin/plugin.json, plugins/compound-engineering/.cursor-plugin/plugin.json
Package.json and release-please manifest are updated to version 4.0.0 for root and compound-engineering; all compound-engineering plugin manifests (Claude, Codex, Cursor) are updated to 4.0.0.
Root and compound-engineering changelog for 4.0.0
CHANGELOG.md, plugins/compound-engineering/CHANGELOG.md
Root and compound-engineering changelogs add v4.0.0 entries with breaking changes (agent removals/renames, stale artifact sweeping, coding-tutor removal, Copilot/Droid converter removal), features, bug fixes, and refactoring.
Claude and Cursor plugin version and marketplace updates to 2.0.0
.claude-plugin/marketplace.json, .cursor-plugin/marketplace.json
Claude and Cursor plugin marketplace manifests are updated from 1.0.2 and 1.0.1 to 2.0.0 respectively.
Claude and Cursor plugin changelogs for 2.0.0
.claude-plugin/CHANGELOG.md, .cursor-plugin/CHANGELOG.md
Claude and Cursor plugin changelogs add 2.0.0 entries documenting breaking changes (coding-tutor removal), features (coding-tutor restoration), bug fixes (manifest metadata updates), and refactoring (plugin removals).

🎯 1 (Trivial) | ⏱️ ~3 minutes

🐰 Version numbers climb so high,
From 3.11.2 to 4.0 sky,
Plugins dance in perfect sync,
Changelogs document each clink,
Release day is here at last!

🚥 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 main' directly and accurately describes the primary change—this is a release PR that bumps versions across the codebase and will tag releases when merged.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request bumps the version of the main package and the compound-engineering plugin to 4.0.0, and the Claude and Cursor marketplace plugins to 2.0.0. It updates the corresponding changelogs, manifests, and marketplace metadata files to reflect these version changes and document the associated breaking changes, features, and bug fixes. There are no review comments on this pull request, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Release-please generated release PR to publish the fork’s first major releases (CLI + compound-engineering v4.0.0, marketplaces v2.0.0), updating version metadata and changelogs to point at the OutlineDriven fork.

Changes:

  • Bump CLI/package and plugin manifest versions to 4.0.0.
  • Bump marketplace component versions to 2.0.0 and add component changelogs.
  • Update release-please manifest and append new release entries to changelogs with fork compare links.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
plugins/compound-engineering/CHANGELOG.md Adds compound-engineering-v4.0.0 release notes with fork compare links.
plugins/compound-engineering/.cursor-plugin/plugin.json Bumps plugin version to 4.0.0.
plugins/compound-engineering/.codex-plugin/plugin.json Bumps plugin version to 4.0.0.
plugins/compound-engineering/.claude-plugin/plugin.json Bumps plugin version to 4.0.0.
package.json Bumps CLI/package version to 4.0.0.
CHANGELOG.md Adds cli-v4.0.0 release notes with fork compare links.
.github/.release-please-manifest.json Updates release-please tracked versions for all components.
.cursor-plugin/marketplace.json Bumps cursor marketplace version to 2.0.0.
.cursor-plugin/CHANGELOG.md Adds cursor-marketplace-v2.0.0 release notes.
.claude-plugin/marketplace.json Bumps marketplace version to 2.0.0.
.claude-plugin/CHANGELOG.md Adds marketplace-v2.0.0 release notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
Comment on lines +15 to +22
### Features

* **coding-tutor:** restore coding-tutor plugin ([459c099](https://github.com/OutlineDriven/compound-engineering-slim/commit/459c0997e1805e61e94d9c7105e6ba939170072b))
* **coding-tutor:** restore coding-tutor plugin ([2395458](https://github.com/OutlineDriven/compound-engineering-slim/commit/2395458bce1a1ec79585d8c3ea403329cc4612be))


### Bug Fixes

Comment on lines +10 to +17
### Features

* **coding-tutor:** restore coding-tutor plugin ([459c099](https://github.com/OutlineDriven/compound-engineering-slim/commit/459c0997e1805e61e94d9c7105e6ba939170072b))
* **coding-tutor:** restore coding-tutor plugin ([2395458](https://github.com/OutlineDriven/compound-engineering-slim/commit/2395458bce1a1ec79585d8c3ea403329cc4612be))


### Bug Fixes

Comment on lines +10 to +17
### Features

* **coding-tutor:** restore coding-tutor plugin ([459c099](https://github.com/OutlineDriven/compound-engineering-slim/commit/459c0997e1805e61e94d9c7105e6ba939170072b))
* **coding-tutor:** restore coding-tutor plugin ([2395458](https://github.com/OutlineDriven/compound-engineering-slim/commit/2395458bce1a1ec79585d8c3ea403329cc4612be))


### Code Refactoring

Comment thread .cursor-plugin/marketplace.json Outdated
Comment on lines +9 to +10
"description": "Cursor plugin marketplace for Every Inc plugins",
"version": "1.0.1",
"version": "2.0.0",
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from eec5436 to 91c2597 Compare June 9, 2026 11:24
@metaphorics metaphorics merged commit 0e2b145 into main Jun 9, 2026
3 checks passed
@metaphorics metaphorics deleted the release-please--branches--main branch June 9, 2026 11:34
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.

2 participants