Example

SimGS-style paper plus codebase setup.

This mirrors the common workflow where the LaTeX paper and implementation live on a VM.

VM-backed example

draftpilot launch \
  --host root@178.128.224.169 \
  --app-dir /root/draftpilot \
  --name SimGS \
  --paper /root/draftpilot/projects/simgs \
  --codebase /mnt/jerrin_vm_1_volume/ml-hugs \
  --open

Local desktop alternative

If the SimGS paper folder is on your Mac, open the desktop app and choose that folder directly. Attach any local codebase folders through the app picker.

open /Applications/DraftPilot.app

If the codebase only exists on the VM, use the CLI VM workflow instead.

Recommended agent prompt

Launch DraftPilot for the SimGS paper on root@178.128.224.169 using paper /root/draftpilot/projects/simgs and codebase /mnt/jerrin_vm_1_volume/ml-hugs, then give me the local link.