Workflows
Use this section after arashi init when you want workflow guidance instead of a command-by-command reference.
Choose a Workflow
- Hooks for lifecycle automation around create and remove.
- Config for command defaults and post-init switch behavior.
- VS Code for editor-first worktree management.
- tmux and sesh for terminal-native switching and session workflows.
- Agents for implementation boundaries and meta-repo guidance.
Recommended Path After arashi init
- Configure
defaults.createanddefaults.switchso worktree creation and switching match your preferred launch behavior. - Add lifecycle hooks if you need setup or cleanup automation around
createandremove. - Choose how you want to open worktrees: VSCode, terminal-native tmux flows, or
sesh-driven session switching. - If you work with agents, keep code changes in the affected project repo and shared context in the meta-repo.