Rename BSK-SDK wheels from plugins to extensions#1475
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
…eels We are going to use the term plug-in for a more general BSK expansion in the future. The term extension makes more sense as this BSK-SDK wheel is a true extension of the BSK modules. The extension can build on BSK base classes and tools to create its own modules.
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
Document beta-cycle BSK-SDK testing against Basilisk develop and nightly wheels. Clarify that tools/sync_all.py now stamps both src/bsk_sdk/_bsk_version.txt and the SDK package version in pyproject.toml, and remove the old manual package version update steps from the major and patch release flows. Discuss option to sync with existing BSK clone copy
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
Changed the sections to have less duplicated code examples. Presentation is now more compact and more educational.
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
c42adaf to
93b031a
Compare
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
93b031a to
2f441a1
Compare
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
schaubh
added a commit
that referenced
this pull request
Jul 11, 2026
2f441a1 to
b268cca
Compare
…eels We are going to use the term plug-in for a more general BSK expansion in the future. The term extension makes more sense as this BSK-SDK wheel is a true extension of the BSK modules. The extension can build on BSK base classes and tools to create its own modules.
Document beta-cycle BSK-SDK testing against Basilisk develop and nightly wheels. Clarify that tools/sync_all.py now stamps both src/bsk_sdk/_bsk_version.txt and the SDK package version in pyproject.toml, and remove the old manual package version update steps from the major and patch release flows. Discuss option to sync with existing BSK clone copy
Changed the sections to have less duplicated code examples. Presentation is now more compact and more educational.
b268cca to
feb9cb0
Compare
schaubh
added a commit
that referenced
this pull request
Jul 12, 2026
…eels We are going to use the term plug-in for a more general BSK expansion in the future. The term extension makes more sense as this BSK-SDK wheel is a true extension of the BSK modules. The extension can build on BSK base classes and tools to create its own modules.
schaubh
added a commit
that referenced
this pull request
Jul 12, 2026
schaubh
added a commit
that referenced
this pull request
Jul 12, 2026
Document beta-cycle BSK-SDK testing against Basilisk develop and nightly wheels. Clarify that tools/sync_all.py now stamps both src/bsk_sdk/_bsk_version.txt and the SDK package version in pyproject.toml, and remove the old manual package version update steps from the major and patch release flows. Discuss option to sync with existing BSK clone copy
schaubh
added a commit
that referenced
this pull request
Jul 12, 2026
Changed the sections to have less duplicated code examples. Presentation is now more compact and more educational.
schaubh
added a commit
that referenced
this pull request
Jul 12, 2026
schaubh
added a commit
that referenced
this pull request
Jul 12, 2026
schaubh
added a commit
that referenced
this pull request
Jul 12, 2026
schaubh
added a commit
that referenced
this pull request
Jul 12, 2026
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.
Description
This PR adopts Extension as the term for out-of-tree modules and messages built with
bsk-sdk. Extensions expand Basilisk through independently built Python wheels while remaining distinct from future IPC-based plugins.The documentation now:
Pluginsdocumentation section toExtensionsand updates navigation, links, release notes, and known issues.Verification
External.ziparchive withunzip -t.Documentation
Updates the Extension, integrated external-module, installation, release, known-issues, and release-note documentation.
Future work
Development of IPC-based plugins remains separate future work.