Core — Local-first setup
Understand Devory in minutes. Start it in one repo.
Start with the Core repo-first workflow. Global CLI install is optional, and the VS Code extension can bootstrap the workspace for you on first run.
VS Code supports deterministic idea-to-task generation with preview-before-save, AI-assisted task refinement, Show Work visibility, and advisory dry-run cost estimate messaging before run start.
1
Initialize the workspace
npx @devory/cli init2
Or use the extension bootstrap
Devory: Initialize Workspace3
Create or generate your first task
npx @devory/cli task new --title "My first task"4
Run Devory
npx @devory/cli run --validate