Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.17 KB

File metadata and controls

28 lines (21 loc) · 1.17 KB

Parallax Documentation

This documentation is for people trying Parallax for the first time and running it locally from the CLI.

Documentation map

What Parallax does

  • Parallax pulls tasks from Linear or GitHub.
  • Each task runs in its own local isolated worktree.
  • Parallax generates a plan first, then waits for approval before making changes.
  • The dashboard is where you review plans, watch logs, retry work, and inspect PR results.
  • Local state lives under ~/.parallax.

Recommended first run

  1. Install: npm i -g parallax-cli
  2. Validate dependencies: parallax preflight
  3. Create parallax.yml
  4. Start Parallax: parallax start
  5. Check runtime status: parallax status
  6. Register config: parallax register ./parallax.yml
  7. Open dashboard: http://localhost:8080