Skip to content

Settings

All runtime knobs live in .claude-plugin/plugin.json and are editable via /plugin. Sensitive values are injected as env vars only (CLAUDE_PLUGIN_OPTION_<KEY>) and never appear in transcripts.

SettingDefaultPurpose
dev_urlemptyOverride framework-detected dev URL.
parallel_agents3Concurrent page-analyzer agents during init/scan/sync (1–12).
parallel_test_authors4Concurrent test-author agents during init/scan/sync (1–16).
parallel_test_runners3Concurrent test-runner agents during /qa-catalog:run-all (1–12).
browser_engineplaywrightBrowser-automation engine: playwright (default, all browsers, full fidelity), chrome-devtools (Chrome-only, perf + Lighthouse), stagehand (Browserbase cloud, AI act/observe/extract — experimental).
browser_channelchromiumFor playwright / chrome-devtools: chromium, chrome, msedge, firefox, webkit. Ignored by stagehand.
browser_headlesstrueSet false to watch agents work. Ignored by stagehand (cloud is always headless).
settle_ms5000Wait after navigation before snapshot (0–60000).
auth_modenonenone / shared-credentials / storage-state.
auth_usernameemptyUsed when auth_mode = shared-credentials.
auth_passwordempty (sensitive)Env-only.
auth_storage_state_pathemptyPlaywright storage-state JSON file.
default_roleanonymousAssumed role when guards don’t restrict.
available_rolesemptyMulti-value list of roles the app supports — cross-referenced against route guards.
task_depthdeepdeep / standard / smoke.
max_tasks_per_route6Upper bound the test-author enforces (1–20).
exclude_globsemptyMulti-value list of globs to skip during route discovery (e.g. **/storybook/**, **/__tests__/**).
  • parallel_agents — analyzer concurrency during init/scan/sync. Each agent spawns a real browser; the practical ceiling is whatever the dev server can serve concurrently.
  • parallel_test_authors — pure markdown generation, no browser. Safe to keep high.
  • parallel_test_runners — runner concurrency during run-all. Same browser-process cost as analyzers; the dev server’s request capacity is the practical ceiling.