Validate Ubuntu Base setup path#166
Merged
Merged
Conversation
codeforester
added a commit
that referenced
this pull request
Jul 10, 2026
## Summary - update README and CONTRIBUTING to reflect the current macOS/Ubuntu boundary after Base `v1.6.1` - document that Ubuntu/Debian CI now validates Base runtime setup, Base `--profile dev`, and read-only project health - keep the full base-demo project setup, activation, build, test, and demo loop documented as macOS-only in this repository - update the contract registry and validation guards for the new boundary - add the same platform-boundary note to AI context overview ## Root Cause After PR #166, the Ubuntu job no longer performs a manual venv bootstrap. It validates the supported Base Ubuntu setup path and dev-profile package mapping. The docs still described Ubuntu as only read-only CI, which understated what is now proven while still needing to preserve the macOS-only boundary for the full base-demo project loop. Closes #161. ## Validation - `./tests/validate.sh` - `git diff --check`
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
basectl setup base --yes --no-notify--profile devsetup step through Basebats,gh, andshellcheckversionsrequirements-dev.txtinstallationRoot Cause
Base
v1.6.1supports Ubuntu/Debian apt-backed setup and dev-profile prerequisites.base-demoCI still created the Base runtime venv manually on Ubuntu, so it bypassed the supported setup path and did not validate the new dev-profile package mapping.Closes #160.
Validation
./tests/validate.shgit diff --checkvalidate-ubuntuis expected to prove the apt-backed setup path on Ubuntu.