You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base v1.6.0 is expected to make Ubuntu/Debian setup more than a read-only runtime check: Base can install simple apt prerequisites behind explicit --dry-run / --yes, and the dev profile maps BATS, GitHub CLI, and ShellCheck to apt-backed tools.
base-demo should validate that new Base support path without turning the whole interactive demo into a Linux-supported workflow.
Do not claim the full interactive base-demo demo is Linux-supported unless a separate PR proves setup, activation, check/doctor, build/test, and demo behavior end to end.
Do not add Docker or service startup requirements to Ubuntu CI in this issue.
Context
Base
v1.6.0is expected to make Ubuntu/Debian setup more than a read-only runtime check: Base can install simple apt prerequisites behind explicit--dry-run/--yes, and thedevprofile maps BATS, GitHub CLI, and ShellCheck to apt-backed tools.base-demo should validate that new Base support path without turning the whole interactive demo into a Linux-supported workflow.
Scope
v1.6.0.basectl setup --dry-runon Ubuntu and assert the apt plan is visible.basectl setup --yesfor Base-owned prerequisites.basectl setup --profile devor a narrow dev-profile check if the Base 1.6 contract supports it cleanly in CI.basectl ci check base-demo --manifest ./base_manifest.yaml --format jsonas the project-level read-only health check.Validation
./tests/validate.shgit diff --checkDependencies
v1.6.0must be tagged.Non-goals