Skip to content

Namespace v2 public symbols (#223) - #251

Merged
codeforester merged 1 commit into
mainfrom
enhancement/223-20260804-namespace-public-symbols
Aug 5, 2026
Merged

Namespace v2 public symbols (#223)#251
codeforester merged 1 commit into
mainfrom
enhancement/223-20260804-namespace-public-symbols

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Fixes #223

Summary

  • Rename every v2 public library and launcher helper to the collision-resistant base_bash_libs_* namespace.
  • Rename framework-owned globals, environment controls, load guards, and implementation-only holders to BASE_BASH_LIBS_* / __base_bash_libs_*__.
  • Remove generic v1 aliases and add clean-loading collision fixtures for application and third-party symbols.
  • Publish the complete migration map in docs/v2-symbol-map.md and the mechanical rewrite/check tool in scripts/migrate-v2-symbols.
  • Update examples, READMEs, standards, workflow probes, tests, and the changelog for the v2 surface while keeping every public library as one physical .sh file.

Verification

  • ./tests/validate.sh
  • 479 BATS cases passed, including the namespace and migration contract suite.
  • ShellCheck error profile passed.
  • Bash 4.2 caller-option, logging, release-guard, and example smoke checks passed.

@codeforester
codeforester merged commit bc0f259 into main Aug 5, 2026
5 checks passed
@codeforester
codeforester deleted the enhancement/223-20260804-namespace-public-symbols branch August 5, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Namespace public functions and globals for safe embedding

1 participant