Releases: albertoarena/deskhand
Releases · albertoarena/deskhand
Release list
v1.0.0
Added
deskhand up <branch>— provision a fully isolated, verified Laravel
environment for a worktree: its own database, deterministic slug-derived ports,
a copied.envand.env.testingwith a freshAPP_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
(--jsonsupported).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.yamlconfiguration with zero-config defaults, plusDESKHAND_*
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. - Documentation site (Astro Starlight) at https://albertoarena.github.io/deskhand.