You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deskhand up <branch> — provision a fully isolated, verified Laravel
environment for a worktree: its own database, deterministic slug-derived ports,
a copied .env and .env.testing with a fresh APP_KEY, dependency installs,
storage link, migrations, an optional envaudit gate, and a Pest verification run
that must be green. Flags: --path, --db=sqlite|mysql, --shared-db, --url, --no-envaudit, --no-redis-isolation, --no-verify.
deskhand down <branch|slug> — safe teardown that removes only what the
registry records as deskhand-created. Flags: --keep-branch, --force.
deskhand list — tabular (or --json) overview of managed worktrees.
deskhand status [<branch|slug>] — health checks for managed worktrees
(--json supported).
deskhand skill:install — install the Claude Code skill into a project or, with --global, for the user.
Full database isolation: SQLite (default) and MySQL engines, with conditional
per-worktree Redis namespacing.
deskhand.yaml configuration with zero-config defaults, plus DESKHAND_*
environment facts injected into hooks and commands.
Claude Code skill (skill/SKILL.md).
Distribution as a global Composer tool and a standalone PHAR (Box), attached to
GitHub Releases.