File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,13 +42,14 @@ function wmdevTemplate(name: string): string {
4242 return `# Project display name in the dashboard
4343name: ${ name }
4444
45- # Service health monitoring — tracks port status for each worktree
45+ # --- Service health monitoring (uncomment to enable) ---
46+ # Tracks port status for each worktree.
4647# Each worktree gets its own port range: base + (slot × step)
47- services:
48- - name: app
49- portEnv: PORT
50- portStart: 3000 # Port for the main branch (slot 0)
51- portStep: 10 # Increment per worktree (3010, 3020, ...)
48+ # services:
49+ # - name: app
50+ # portEnv: PORT
51+ # portStart: 3000 # Port for the main branch (slot 0)
52+ # portStep: 10 # Increment per worktree (3010, 3020, ...)
5253
5354# Agent profiles determine how AI agents run in worktrees
5455profiles:
You can’t perform that action at this time.
0 commit comments