feat(wizard): add scenario templates and EBA release gate

This commit is contained in:
huanghuoguoguo
2026-07-11 12:37:07 +08:00
parent 24322836ce
commit 11bd5c6fd7
9 changed files with 603 additions and 23 deletions
+46
View File
@@ -191,6 +191,7 @@
"sandbox-skill-authoring-edit-existing-e2e",
"skill-discovery-via-mcp-gateway",
"webui-login-state",
"wizard-onebot-agent-runtime",
"wizard-scenario-routing"
],
"case_summaries": [
@@ -1649,6 +1650,32 @@
"console"
]
},
{
"id": "wizard-onebot-agent-runtime",
"title": "Quick Start runs a real OneBot member event through an Agent",
"mode": "agent-browser",
"area": "wizard",
"type": "feature",
"priority": "p0",
"risk": "high",
"ci_eligible": false,
"tags": [
"wizard",
"eba",
"onebot",
"agent-runner",
"release-gate"
],
"automation": "scripts/e2e/wizard-onebot-agent-runtime.mjs",
"setup_automation": [],
"setup_provides_env": [],
"evidence_required": [
"ui",
"screenshot",
"console",
"api_diagnostic"
]
},
{
"id": "wizard-scenario-routing",
"title": "Quick Start filters channels by the selected bot scenario",
@@ -1678,6 +1705,7 @@
"suites": [
"agent-runner-release-gate",
"core-smoke",
"eba-release-gate",
"langbot-debug-chat-isolation-gate",
"langbot-debug-chat-load-gate",
"langbot-live-backend-gate",
@@ -1751,6 +1779,24 @@
"local-agent-basic-debug-chat"
]
},
{
"id": "eba-release-gate",
"title": "Event-based bot product release gate",
"description": "Browser and runtime gate for scenario onboarding, route diagnostics, and real platform-to-Agent execution.",
"type": "release_gate",
"priority": "p0",
"tags": [
"eba",
"event-routing",
"wizard",
"release-gate"
],
"cases": [
"wizard-scenario-routing",
"bot-event-routing-product-flow",
"wizard-onebot-agent-runtime"
]
},
{
"id": "langbot-debug-chat-isolation-gate",
"title": "LangBot Debug Chat isolation gate",