Skip to content

fix: restore @consensus-tools/consensus-tools in migration docs and README#32

Merged
kaicianflone merged 2 commits into
mainfrom
fix/rename-npm-refs
Apr 12, 2026
Merged

fix: restore @consensus-tools/consensus-tools in migration docs and README#32
kaicianflone merged 2 commits into
mainfrom
fix/rename-npm-refs

Conversation

@kaicianflone
Copy link
Copy Markdown
Collaborator

Summary

  • The toolkit rename sed pass (consensus-tools/consensus-toolsconsensus-tools/toolkit) matched npm package names as a substring, incorrectly replacing the deprecated monolith @consensus-tools/consensus-tools@0.2.0 with @consensus-tools/toolkit — a package that doesn't exist
  • Restores the correct npm package name across MIGRATION.md, all 13 package CHANGELOGs, and the README migration note
  • Also fixes a broken post-clone instruction: cd consensus-toolscd toolkit in README.md

Files changed

  • README.md — fix post-clone cd command + migration note npm ref
  • MIGRATION.md — restore deprecated package name (×3 occurrences)
  • CHANGELOG.md — restore npm ref in restructuring note
  • packages/*/CHANGELOG.md (×13) — restore npm ref in initial release entries

Test plan

  • Verify grep -r "@consensus-tools/toolkit" --include="*.md" . returns zero matches
  • Verify migration note reads: "upgrading from the monolithic @consensus-tools/consensus-tools@0.2.0"
  • Verify README post-clone: cd toolkit

🤖 Generated with Claude Code

kaicianflone and others added 2 commits April 12, 2026 15:10
…EADME

The rename sed pass (consensus-tools/consensus-tools → consensus-tools/toolkit)
matched npm package names containing that substring, incorrectly replacing
the deprecated monolith package @consensus-tools/consensus-tools@0.2.0 with
@consensus-tools/toolkit across MIGRATION.md, all package CHANGELOGs, and
the README migration note.

Also fixes the broken post-clone instruction in README.md:
  git clone https://github.com/consensus-tools/toolkit.git
  cd consensus-tools  →  cd toolkit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kaicianflone kaicianflone merged commit 63807cc into main Apr 12, 2026
3 checks passed
@kaicianflone kaicianflone deleted the fix/rename-npm-refs branch April 12, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant