Skip to published state
All docs

product guidance / quickstart

Start a frontier

Create the minimal canonical skeleton, inspect its exact status, and let Vela name the next bounded action.

  1. 01

    Initialize

    Name the frontier and state a bounded scientific scope. Vela creates the canonical skeleton without optional integrations.

    vela init ./frontier --name "Example frontier" --scope "What exact question is in scope?"
  2. 02

    Diagnose

    Doctor reports blockers and one next action. Use the expanded view only when you need installation or signer details.

    vela doctor ./frontier
    vela status ./frontier --json
  3. 03

    Inspect the offer

    The first producer offer is canonical for the current snapshot; review items remain a separate queue.

    vela next ./frontier --limit 1 --json

Exact source references