From 25e6ad98e053fd72321860195a356fe65673d219 Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Thu, 20 Nov 2025 14:04:19 -0600 Subject: [PATCH] feat: even more n00b friendly install prompt --- src/modules/bmm/_module-installer/install-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/bmm/_module-installer/install-config.yaml b/src/modules/bmm/_module-installer/install-config.yaml index 3ab60045..03930ec8 100644 --- a/src/modules/bmm/_module-installer/install-config.yaml +++ b/src/modules/bmm/_module-installer/install-config.yaml @@ -42,12 +42,12 @@ sprint_artifacts: # TEA Agent Configuration tea_use_mcp_enhancements: - prompt: "Enable Test Architect Playwright MCP capabilities (healing, exploratory, verification)?" + prompt: "Enable Test Architect Playwright MCP capabilities (healing, exploratory, verification)? You have to setup your MCPs yourself; refer to test-architecture.md for hints." default: false result: "{value}" tea_use_playwright_utils: - prompt: "Are you using playwright-utils (@seontechnologies/playwright-utils) in your project? (Adds fixture-based utilities for auth, API requests, network recording, polling, intercept, recurse, logging, file download handling, burn-in)" + prompt: "Are you using playwright-utils (@seontechnologies/playwright-utils) in your project? (Adds fixture-based utilities for auth, API requests, network recording, polling, intercept, recurse, logging, file download handling, burn-in). You have to install packages yourself, or use test architect's *framework command." default: false result: "{value}" # desired_mcp_tools: