docs: fix stale core/sdk package names in release.yml comment#44
Open
toon-backlog-bot[bot] wants to merge 1 commit into
Open
docs: fix stale core/sdk package names in release.yml comment#44toon-backlog-bot[bot] wants to merge 1 commit into
toon-backlog-bot[bot] wants to merge 1 commit into
Conversation
The header comment referenced @toon-protocol/core and @toon-protocol/sdk, leftover from before the polyrepo split. This repo's workspace packages are @toon-protocol/relay and @toon-protocol/bls. Closes #42 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ALLiDoizCode
approved these changes
Jul 1, 2026
ALLiDoizCode
left a comment
Contributor
There was a problem hiding this comment.
Verified: the corrected comment (@toon-protocol/relay and @toon-protocol/bls) matches the actual workspace packages published by this workflow's pnpm changeset publish step, and grepping all workflow files confirms no other stale core/sdk references remain. Changeset follows the repo's existing empty-frontmatter convention for docs-only changes. PR title and body accurately describe the diff and match issue #42. Comment-only change, no behavior impact. No blocking issues.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/release.yml(line 3) that referenced@toon-protocol/coreand@toon-protocol/sdk— leftovers from before the polyrepo split.@toon-protocol/relayand@toon-protocol/bls(per rootpackage.jsonworkspaces andCLAUDE.md); core/sdk are published from a different repo..github/workflows/(verified via grep).Closes #42
Verification
pnpm install— succeedspnpm -r build— bothpackages/relayandpackages/blsbuild successfullypnpm -r test— 140 tests pass (relay) + 221 tests pass (bls), all greenpython3 -c "import yaml; yaml.safe_load(...)"— parses cleanly.changeset/issue-42-fix-stale-release-comment.md) since this is a docs-only, non-package change per repo conventionNote: this sandbox didn't have
devboxavailable, so verification ran withpnpmdirectly (via corepack) rather thandevbox run— the change is comment-only with no behavior impact, so this should be equivalent.🤖 Generated with Claude Code