Rename darkmatter formula to wn for the White Noise CLI#1
Conversation
Retire the experimental "darkmatter" naming to match marmot-protocol/mdk PR #725, which renamed the CLI binaries dm/dmd to wn/wnd and moved the canonical source to marmot-protocol/mdk. - Rename Formula/darkmatter.rb -> Formula/wn.rb; build wn/wnd from the public v0.9.1 release tarball with a pinned sha256 - Add formula_renames.json so existing darkmatter installs upgrade to wn - Document the wn install example in the README Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughThis PR removes the darkmatter Homebrew formula and adds a new wn formula for the White Noise CLI, including metadata, build/install logic, and tests. README.md gains an install example, and formula_renames.json maps darkmatter to wn. ChangesDarkmatter to Wn formula migration
Estimated code review effort: 2 (Simple) | ~10 minutes Related PRs: None identified. Suggested labels: formula, documentation Suggested reviewers: None identified. 🐰 A darkmatter fades into the night, ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
Ready to review this PR? Stage has broken it down into 2 individual chapters for you:
Chapters generated by Stage for commit c41a19b on Jul 6, 2026 12:38pm UTC. |
Retires the experimental
darkmatternaming to match marmot-protocol/mdk#725, which renamed the CLI binariesdm/dmd→wn/wndand moved the canonical source tomarmot-protocol/mdk.Changes
Formula/darkmatter.rb→Formula/wn.rb— classWn, homepage/source nowmarmot-protocol/mdk, built from the publicv0.9.1release tarball with a pinnedsha256. Installswnandwnd.formula_renames.json— mapsdarkmatter→wnso existing installs resolve onbrew upgrade.README.md— adds thebrew install marmot-protocol/tap/wnexample.Verification
Ran locally against the real
v0.9.1tag:brew style— no offensesbrew audit --strict --online— cleanbrew install --build-from-source— builtwn 0.9.1brew test— passes (wn/wnd --help, offlinesettings show)🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Bug Fixes
darkmatterformula with the newwnformula name.Chores