TryGhost
OSS
Ghost
Overview
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
29049
21f868b9 Improved fresh-worktree auto-setup speed by parallelizing install steps no ref - `pnpm install` and theme submodule init are independent, so the setup hook now runs them in parallel: fresh-worktree bootstrap drops from ~25s to ~17s (bounded by pnpm install alone) - linked worktrees re-clone theme submodules from GitHub every time because each worktree gets its own submodule gitdir; submodules are now cloned with --reference/--dissociate from a sibling checkout that already has the pinned commit (local-disk fast, works offline), with a network fallback - moved the hook body out of the settings.json one-liner into .claude/hooks/worktree-setup.sh so it is reviewable, testable, and runnable by hand
by Steve Larson
S
Succeeded
29049
46a8db43 Added Claude Code hook to auto-install deps in fresh worktrees no ref - fresh worktree checkouts have no node_modules or theme submodules, so `pnpm dev` fails until `pnpm run setup` has been run manually - a SessionStart hook now runs `pnpm run setup` automatically whenever a session starts in a ghost-monorepo checkout without node_modules, and no-ops everywhere else, so new Claude Code worktree sessions are ready to use immediately - Claude Code project hooks are approve-on-first-use, so this is opt-in per developer
by Steve Larson
S
Previous page
Previous
Next
Next page