Problem
Workspace creation still leaves users to repeat the same setup steps (deps install, env/bootstrap, initial scripts). We need a minimal, opt-in extension point that automates these steps without changing the core workspace-first model or expanding the CLI too much.
Goal
Provide a small, clear hook/setup mechanism that can run once on workspace creation and stays out of the way when not configured.
Notes
- Keep scope minimal and predictable
- Preserve current behavior when disabled
- Make failure handling explicit
Problem
Workspace creation still leaves users to repeat the same setup steps (deps install, env/bootstrap, initial scripts). We need a minimal, opt-in extension point that automates these steps without changing the core workspace-first model or expanding the CLI too much.
Goal
Provide a small, clear hook/setup mechanism that can run once on workspace creation and stays out of the way when not configured.
Notes