feat: align Base with base-cli 0.4.0 - #1876
Merged
codeforester merged 3 commits intoAug 5, 2026
Merged
Conversation
codeforester
marked this pull request as ready for review
August 5, 2026 19:55
codeforester
deleted the
enhancement/1875-20260805-base-cli-040-alignment
branch
August 5, 2026 19:55
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.
Closes #1875.\n\n## Summary\n\n- Pin Base development and source-checkout validation to base-cli 0.4.0.\n- Use the public RuntimeLayout import and normalize configuration errors through the public base-cli error contract.\n- Extend the GitHub project parser to accept native --option=value syntax.\n- Update compatibility tests and docs for the current Context and lifecycle contracts.\n- Make Base CI install the checked-out 0.4.0 release candidate before resolving requirements, and audit third-party dependencies without requiring the unpublished package from PyPI.\n\n## Validation\n\n- Base Python suite: 944 passed, 1 skipped, 248 subtests passed.\n- Full installed-wheel smoke: base-cli 0.4.0 artifact and Base Python suite pass.\n- Base BATS remains blocked by the pre-existing base/base-bash-libs function-name mismatch (installed sibling 1.4.0 exports base_require_version, while this Base baseline calls base_bash_libs_require_version).\n\nDepends on basefoundry/base-cli#101 being merged and base-cli 0.4.0 being published.