Summary
Run and record the final Ubuntu acceptance pass for Base v1.6.0.
This issue is the release gate for the Ubuntu bootstrap milestone. It should verify that the apt-backed setup path, GitHub CLI guidance, and contributor docs work together in a clean Ubuntu/Debian environment.
Scope
- Validate the v1.6.0 Ubuntu setup path on Ubuntu 24.04 under Parallels or an equivalent Ubuntu/Debian environment.
- Confirm
basectl setup --dry-run prints the expected apt-backed plan.
- Confirm the real setup path installs prerequisites or reports actionable failures.
- Confirm
basectl check base --format text and basectl doctor base --format text pass after setup.
- Confirm
gh install guidance and auth/keyring recovery docs cover the VM workflow.
- Run the full source-checkout test gate.
Acceptance criteria
basectl setup --dry-run output is captured and matches the intended Ubuntu/Debian setup plan.
basectl setup --yes succeeds or any host-specific blocker is captured with a follow-up issue.
basectl check base --format text passes.
basectl doctor base --format text reports no blocking issues.
env -u BASE_HOME ./bin/base-test passes.
- Results are recorded on this issue before the v1.6.0 release.
Summary
Run and record the final Ubuntu acceptance pass for Base
v1.6.0.This issue is the release gate for the Ubuntu bootstrap milestone. It should verify that the apt-backed setup path, GitHub CLI guidance, and contributor docs work together in a clean Ubuntu/Debian environment.
Scope
basectl setup --dry-runprints the expected apt-backed plan.basectl check base --format textandbasectl doctor base --format textpass after setup.ghinstall guidance and auth/keyring recovery docs cover the VM workflow.Acceptance criteria
basectl setup --dry-runoutput is captured and matches the intended Ubuntu/Debian setup plan.basectl setup --yessucceeds or any host-specific blocker is captured with a follow-up issue.basectl check base --format textpasses.basectl doctor base --format textreports no blocking issues.env -u BASE_HOME ./bin/base-testpasses.