Installation and Setup¶
Installation should produce one clear runtime binary, stable state paths, and a verifiable command surface before workflow automation begins.
Visual Summary¶
flowchart TD
install["install runtime"] --> verify["verify version and status"]
verify --> paths["inspect runtime paths"]
paths --> doctor["run doctor and audit"]
doctor --> ready["ready for workflows"]
Setup Checklist¶
- Install the runtime from the chosen channel.
- Confirm active binary and version identity.
- Verify resolved state paths and plugin registry location.
- Run diagnostics commands before script usage.
Baseline Commands¶
Code Anchors¶
crates/bijux-cli/src/features/install/diagnostics.rscrates/bijux-cli/src/features/install/query.rscrates/bijux-cli/src/interface/cli/handlers/cli.rscrates/bijux-cli/src/features/diagnostics/state_paths.rs
Setup Rules¶
- avoid multiple active binaries on
PATH - keep
statusanddoctorclean before onboarding automation - treat path-shadowing warnings as setup failures until resolved