Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Scaffolding with init

definitively init              # copy templates; skip existing files
definitively init --force      # overwrite existing template files

What gets copied

PathPurpose
programs/example.ymlMinimal passive → active → final workflow
prompts/example.mdSample LLM prompt
env.exampleEnvironment variable hints
visualizations/.gitkeepEnsures visualize output directory exists

Override workspace root

When your shell cwd is not the repo root:

export DEFINITIVELY_WORKSPACE=/path/to/repo
definitively init

Try it: Run init, then definitively run and definitively visualize on example.yml as in Quick start.