Conversation
|
| Name | Type |
|---|---|
| @inkeep/agents-manage-ui | Patch |
| @inkeep/agents-cli | Patch |
| @inkeep/agents-api | Patch |
| @inkeep/agents-core | Patch |
| @inkeep/agents-email | Patch |
| @inkeep/agents-mcp | Patch |
| @inkeep/agents-sdk | Patch |
| @inkeep/agents-work-apps | Patch |
| @inkeep/ai-sdk-provider | Patch |
| @inkeep/create-agents | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
TL;DR — Removes the Key changes
Summary | 1 file | 1 commit | base:
|
There was a problem hiding this comment.
LGTM. @inkeep/agents-docs is in the changeset ignore list (.changeset/config.json), so it should not appear in changeset files. Removing it is correct.
Claude Opus | 𝕏
There was a problem hiding this comment.
PR Review Summary
(0) Total Issues | Risk: Low
This PR correctly removes @inkeep/agents-docs from the changeset file .changeset/beige-bottles-tease.md.
Analysis:
The changeset was created for PR #3012 (a revert of PR #1474), which did touch files in agents-docs. However, including @inkeep/agents-docs: patch in the changeset is incorrect because:
- Private package: The
agents-docs/package.jsonhas"private": true, meaning it is not published to npm - Explicitly ignored: The AGENTS.md documents that
agents-docsis an ignored package that should NOT have changesets
The remaining packages (@inkeep/agents-manage-ui and @inkeep/agents-cli) are correctly retained as they are publishable packages that were affected by the revert.
✅ APPROVE
Summary: Clean fix. The changeset now correctly lists only the publishable packages affected by the revert.

No description provided.