Skip to content

feat: parsec start --hook for post-create automation #119

@erishforG

Description

@erishforG

Support configurable hooks that run after worktree creation.

[hooks]
post_create = "npm install"  # or "cargo build", etc.

This avoids cold-start delays when AI agents create new worktrees. Each agent's worktree would automatically have dependencies ready.

Ref: worktrunk has lifecycle hooks (on-create, pre-merge, post-merge).

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/cliCLI commands and flagstype/featureNew feature request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions