fix: feat: extend edge container with Playwright and docker compose for bug reproduction (#256)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude 2026-04-06 07:45:14 +00:00 committed by Smoke Test
parent bf2842eff8
commit de7a1d3bc6
5 changed files with 588 additions and 0 deletions

23
formulas/reproduce.toml Normal file
View file

@ -0,0 +1,23 @@
# formulas/reproduce.toml — Reproduce-agent formula
#
# Declares the reproduce-agent's runtime parameters.
# The dispatcher reads this to configure the sidecar container.
#
# stack_script: path (relative to PROJECT_REPO_ROOT) of the script used to
# restart/rebuild the project stack before reproduction. Omit (or leave
# blank) to connect to an existing staging environment instead.
#
# tools: MCP servers to pass to claude via --mcp-server flags.
#
# timeout_minutes: hard upper bound on the Claude session.
name = "reproduce"
description = "Navigate the app via Playwright, reproduce a bug-report issue, and do a quick log-based root cause check"
version = 1
# Set stack_script to the restart command for local stacks.
# Leave empty ("") to target an existing staging environment.
stack_script = ""
tools = ["playwright"]
timeout_minutes = 15