Annotate eth-brownie/brownie entry with deprecation notice + migration tooling#173
Open
PugarHuda wants to merge 1 commit into
Open
Annotate eth-brownie/brownie entry with deprecation notice + migration tooling#173PugarHuda wants to merge 1 commit into
PugarHuda wants to merge 1 commit into
Conversation
Brownie was officially deprecated in 2023 (see project's own README: https://github.com/eth-brownie/brownie/blob/master/README.md), with users directed to ApeWorx Ape. This adds a 1-line parenthetical note to the existing Brownie entry so users see both the deprecation status and the community-built migration codemod (@pugarhuda/brownie-to-ape) without having to find them separately. The change is purely additive -- only adds an italicised note after the existing description; doesn't remove or modify any other content.
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
1-line annotation to the existing
eth-brownie/brownieentry in the Tools section, noting:@pugarhuda/brownie-to-apeis a community-built codemod that automates 80–95% of the Brownie → Ape pattern rewrites with zero false positives.Why this is useful
The list currently shows Brownie as a current/active framework, which can mislead readers picking a Solidity development tool today. The 1-line note keeps Brownie in the list (it's still relevant for understanding existing codebases) while giving readers the actual recommended path forward.
Format / scope
About the migration codemod referenced
Built for the Codemod "Boring AI" hackathon (DoraHacks 2026), validated on 5 OSS Brownie projects including
yearn/brownie-strategy-mixwith 0 false positives. End-to-end verified: after the codemod plus a small AI/manual cleanup pass,ape compilesucceeds andape test --network ::testreturns 38 passed / 0 failed in 5.40s onbrownie-mix/token-mix(passing log).🤖 Generated with Claude Code