mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 17:56:46 +00:00
Feature/frontend verify (#412)
* Add: flags for the chrome devtools mcp and the tavily mcp * Add: added the --frontend-verify flag --------- Co-authored-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
parent
c67abcfc1a
commit
2ddec8ec62
@ -167,6 +167,7 @@
|
|||||||
| `--iterations [n]` | Improvement cycles | 1-10 |
|
| `--iterations [n]` | Improvement cycles | 1-10 |
|
||||||
| `--all-mcp` | Enable all MCP servers | Boolean |
|
| `--all-mcp` | Enable all MCP servers | Boolean |
|
||||||
| `--no-mcp` | Native tools only | Boolean |
|
| `--no-mcp` | Native tools only | Boolean |
|
||||||
|
| `--frontend-verify` | UI testing, frontend debugging, layout validation | Enable Playwright + Chrome DevTools + Serena |
|
||||||
|
|
||||||
### System Flags (SuperClaude Installation)
|
### System Flags (SuperClaude Installation)
|
||||||
| Flag | Purpose | Values |
|
| Flag | Purpose | Values |
|
||||||
|
|||||||
@ -58,6 +58,10 @@ Behavioral flags for Claude Code to enable specific execution modes and tool sel
|
|||||||
- Trigger: Web search requests, real-time information needs, research queries, current events
|
- Trigger: Web search requests, real-time information needs, research queries, current events
|
||||||
- Behavior: Enable Tavily for web search and real-time information gathering
|
- Behavior: Enable Tavily for web search and real-time information gathering
|
||||||
|
|
||||||
|
**--frontend-verify**
|
||||||
|
- Trigger: UI testing requests, frontend debugging, layout validation, component verification
|
||||||
|
- Behavior: Enable Playwright + Chrome DevTools + Serena for comprehensive frontend verification and debugging
|
||||||
|
|
||||||
**--all-mcp**
|
**--all-mcp**
|
||||||
- Trigger: Maximum complexity scenarios, multi-domain problems
|
- Trigger: Maximum complexity scenarios, multi-domain problems
|
||||||
- Behavior: Enable all MCP servers for comprehensive capability
|
- Behavior: Enable all MCP servers for comprehensive capability
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user