test(cursor): add executor routing and help remediation scenarios
Memind CI / Test, build, and release guards (push) Successful in 10m3s
Memind CI / Test, build, and release guards (push) Successful in 10m3s
Add dry-run, e2e, and poem-page remediation scripts for cursor executor and help escalation verification. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"id": "help-poem-page-remediation",
|
||||
"name": "写诗做页 → 链接失败 → help → Cursor 补救",
|
||||
"description": "用户通过 Goose 写诗做页,模拟链接未送达,发送 help 后由 Cursor 修复 delivery 并经 Goose/通知回传链接",
|
||||
"account": {
|
||||
"username": "john",
|
||||
"password": "888888"
|
||||
},
|
||||
"notes": [
|
||||
"完整 E2E 请运行: JOHN_PASSWORD=你的密码 node scripts/test-help-poem-page-remediation.mjs",
|
||||
"无登录补救链路验证: node scripts/test-help-poem-page-remediation.mjs --skip-poem --no-login --user-id=<uuid> --direct-remediate --no-goose"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"action": "login",
|
||||
"label": "登录"
|
||||
},
|
||||
{
|
||||
"action": "chat",
|
||||
"label": "写诗并做 HTML 页面",
|
||||
"message": "帮我写一首关于春日的短诗(四段即可),并做成一个精美的 HTML 页面",
|
||||
"expect": {
|
||||
"assistantMinChars": 20,
|
||||
"timeoutMs": 600000,
|
||||
"replyKeywords": ["春"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user