8ccf2db05c
Memind CI / Test, build, and release guards (push) Failing after 3m18s
Map Page Data failure codes to Chinese remediation hints, trigger one-shot goosed repair for remediable cases, and recover poisoned thinking sessions. Route local DeepSeek through the no-think proxy via host.docker.internal so tool rounds no longer hit reasoning_content 400; document gate and case-study scenarios for event registration repair. Co-authored-by: Cursor <cursoragent@cursor.com>
33 lines
1.5 KiB
JSON
33 lines
1.5 KiB
JSON
{
|
||
"id": "event-registration-page-data-repair",
|
||
"name": "活动报名页修复(补列 + rebind)",
|
||
"description": "接续案例:HTML 已生成但 dataset 缺 participants/notes;让 Agent 补齐表列、重新注册并 bind,验证可提交",
|
||
"account": {
|
||
"username": "john4",
|
||
"password": "888888"
|
||
},
|
||
"steps": [
|
||
{
|
||
"action": "login",
|
||
"label": "登录 john4 账户"
|
||
},
|
||
{
|
||
"action": "chat",
|
||
"label": "修复 event_registrations 缺列并重新 bind",
|
||
"message": "刚才活动报名页 public/event-register.html 和 public/event-register-admin.html 已经写好了,但 bind 失败:dataset「event_registrations」注册字段不存在:participants, notes。请立刻按 page-data-collect 修复:ALTER/补齐表列(含 participants、notes),重新 private_data_register_dataset,并对两个 public HTML 重新 private_data_bind_workspace_page(报名页 public insert,后台 password read,口令 88888888)。修完告诉我两个链接。不要用 localStorage。",
|
||
"selectedChatSkill": "page-data-collect",
|
||
"expect": {
|
||
"assistantMinChars": 60,
|
||
"timeoutMs": 600000,
|
||
"replyKeywords": ["报名", "后台"],
|
||
"forbidReplyPatterns": ["PLACEHOLDER_PAGE_ID", "survey-api"],
|
||
"survey": {
|
||
"requirePolicy": true,
|
||
"requireDataset": true,
|
||
"forbidHtmlPatterns": ["localStorage", "sessionStorage", "PLACEHOLDER_PAGE_ID"]
|
||
}
|
||
}
|
||
}
|
||
]
|
||
}
|