Major Refactor: rename project from libbs to declib#196
Merged
Conversation
Rename the entire package from libbs to declib: - Package directory libbs/ → declib/ and decompiler_stubs subdirs - Module imports updated from libbs.* to declib.* - Class names: LibBSPlugin* → DecLibPlugin*, LibbsConfig → DecLibConfig, BSConfig → DLConfig, GenericBSAngrManagementPlugin → GenericDLAngrManagementPlugin, AngrBSPluginThunk → AngrDLPluginThunk - pyproject.toml: project name, script entry points, package data, dynamic version source - Example plugin: bs_change_watcher → dl_change_watcher (folder, module, classes) - READMEs, docs, CLAUDE.md and workflow comments reflect the new name Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Resolve conflicts created by the libbs deprecation shim landing on main (commit 47ccd17). Resolution strategy: this branch is the canonical declib repository, so the rename branch's state wins everywhere: - pyproject.toml: keep name="declib" with full deps/scripts/optional-deps. Drop the "Development Status :: Inactive" classifier added by the deprecation shim. - README.md: keep the declib README, not the libbs deprecation notice. - declib/, docs/, examples/, tests/, .github/workflows/, CLAUDE.md: all restored from this branch (main had deleted them when stripping libbs down to a shim). - libbs/__init__.py: leave it deleted. The libbs deprecation shim is not part of the declib repository; if/when libbs needs another PyPI release it can be built from a dedicated branch or repo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Rename the entire package from libbs to declib: