Skip to content

Commit 3967301

Browse files
centdixclaude
andcommitted
fix: comment out services section in wmdev template
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5c622ac commit 3967301

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

bin/src/init.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ function wmdevTemplate(name: string): string {
4242
return `# Project display name in the dashboard
4343
name: ${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
5455
profiles:

0 commit comments

Comments
 (0)