@@ -833,15 +833,9 @@ locals {
833833 -- Tool Selection --
834834 - playwright: previewing your changes after you made them
835835 to confirm it worked as expected
836- -desktop-commander - use only for commands that keep running
837- (servers, dev watchers, GUI apps).
838836 -Built-in tools - use for everything else:
839837 (file operations, git commands, builds & installs, one-off shell commands)
840838
841- Remember this decision rule:
842- - Stays running? → desktop-commander
843- - Finishes immediately? → built-in tools
844-
845839 -- Context --
846840 There is an existing application in the current directory.
847841 Be sure to read CLAUDE.md before making any changes.
@@ -865,7 +859,6 @@ module "claude-code" {
865859ai_prompt = data. coder_task . me . prompt
866860post_install_script = <<- EOT
867861 claude mcp add playwright npx -- @playwright/mcp@latest --headless --isolated --no-sandbox
868- claude mcp add desktop-commander npx -- @wonderwhy-er/desktop-commander@latest
869862 EOT
870863}
871864