Skip to content

Current Setup

Current

This page documents the current setup path for LumenFlow. Use these commands as the canonical workflow.

  1. Initialize canonical workspace config: pnpm workspace-init --yes

  2. Run canonical bootstrap

    npx lumenflow
  3. Verify runtime health

    pnpm exec lumenflow-doctor
  4. Refresh agent docs/templates

    pnpm exec lumenflow docs:sync --force
  • Runtime reads: workspace.yaml > software_delivery
  • Config write command:
pnpm config:set --key software_delivery.gates.minCoverage --value 90
  • Config read command:
pnpm config:get --key software_delivery.methodology.testing
pnpm workspace-init --yes

Older scripts call split onboarding commands

Section titled “Older scripts call split onboarding commands”

Replace them with:

npx lumenflow