Olympus Docs
DeployWizard steps

1. Repository

Fork OlympusOSS/platform and clone locally.

Wizard step 1: Repository

Purpose: Fork OlympusOSS/platform and clone locally.

Inputs

  • GitHub PAT with repo + workflow scopes

Outputs

  • Local clone at ~/code/YOUR-ORG-platform/
  • Recorded fork URL in daedalus.json

What it does internally

Daedalus reads its current context from daedalus.json, performs the action, then updates the context with the results. If the action fails (network error, API rejection), the operator stays on this step and can retry.

For agent-driven flows, Claude can call navigate({path: "/repository"}), then form_input / click to drive this step.

On this page