Standardize v2 API contracts and adopt bl namespace - #252
Merged
Conversation
This was referenced Aug 5, 2026
codeforester
added a commit
that referenced
this pull request
Aug 5, 2026
## Summary - replace the just-merged `bl_` public function namespace with the coherent `base_<module>_<name>` contract before #225 freezes the API manifest - use `base_std_*` for standard-library helpers and `base_init`/ `base_require_version` for lifecycle entrypoints - keep `BASE_BASH_LIBS_*` globals and `__base_bash_libs_*__` internals unchanged - remove every `bl_` reference rather than introducing compatibility aliases This is an unreleased-v2 contract correction following #252. It preserves the one-library-one-file standard and the completed #224 behavior work. ## Validation - `./tests/validate.sh </dev/null` - 483 BATS tests passed - ShellCheck error profile passed - Bash option matrix passed for all eight option combinations Blocks #225 until merged.
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
bl_public function namespace for the unreleased v2 linedirectory changes, and source-dir resolution return recoverable statuses
6writers while preserving the one-library-one-file standard
Validation
./tests/validate.sh </dev/nullCloses #224