Buyer Manual

SCBE CLI

The SCBE CLI is the runnable interface for the system: multi-lane trains, step-by-step guides, and repeatable building blocks. It is built to replace “repo spelunking” with a command surface you can trust and repeat.

Multi-lane trains Doctor checks Guides in terminal Python + Node
If you want the shortest path, start with the Buyer Start Guide. If you want the runnable workflow surface, use this page.

First-run path

Core commands

CommandWhat it doesWhen to use it
./scbe.ps1 doctorChecks core tools (python/node/npm/git/ollama).Before first run or when something breaks.
./scbe.ps1 train listLists multi-lane train configs.When you want the workflow menu.
./scbe.ps1 train show workflows/momentum/daily_ops_train.jsonReadable plan view for a train.Before running anything.
./scbe.ps1 train matrix workflows/momentum/daily_ops_train.jsonInteroperability matrix (flow/type/language/commands).To see what runs in each lane and why.
./scbe.ps1 train run workflows/momentum/daily_ops_train.jsonDry-run preview (no execution).To confirm nothing dangerous is executed.
./scbe.ps1 train run workflows/momentum/daily_ops_train.json --executeRuns the train for real.Once you trust the plan.
./scbe.ps1 website sales-trainRuns the homepage audit (and optional iterations).To keep the offer page improving on rails.
./scbe.ps1 guide listLists guides you can read in terminal.When you want step-by-step reference.

Success check

  1. You can run doctor and see what is missing.
  2. You can list trains and inspect the matrix before execution.
  3. You can dry-run a train and understand the steps.
  4. You can execute one train and get repeatable output under artifacts/.