Files
memind/scenarios/ai-usage-survey.json
john 441703de32
Memind CI / Test, build, and release guards (push) Successful in 1m58s
fix: stabilize page data release gate scenarios
2026-07-26 17:41:45 +08:00

44 lines
2.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "ai-usage-survey",
"name": "AI 使用场景调查(Page Data · skill-only 回归)",
"description": "John 实测通过的话术:新建问卷+后台、不用旧页、口令 admin→admin888、3 题、确认后续聊走 Agent",
"account": {
"username": "john",
"password": "888888"
},
"steps": [
{
"action": "login",
"label": "登录 john 账户"
},
{
"action": "chat",
"label": "发起 AI 使用场景问卷(page-data-collect",
"message": "帮我直接完成并发布一个全新的 AI 使用场景问卷页面和独立后台,不要使用旧页面,也不要创建或修改 public/index.html;只创建明确命名的问卷页(survey)和后台页,后台文件名必须以 -admin.html 结尾(例如 ai-scenario-survey-admin.html)。无需图片或生图服务,禁止调用 image-generation,使用 CSS 即可。问卷 3 个问题,后台密码使用合法口令 admin888,不要停在方案确认,立即调用 page-data-collect 工具建表、写页面、绑定并发布;问卷必须有真实提交按钮并调用 page-data-client.js 的 insert 写入,不能做成只读展示。最终交付链接请使用相对路径,不要输出 127.0.0.1 或本地端口。",
"selectedChatSkill": "page-data-collect",
"expect": {
"assistantMinChars": 80,
"timeoutMs": 600000,
"replyKeywords": ["方案", "确认"],
"forbidReplyPatterns": ["8899", "127.0.0.1:", "PLACEHOLDER_PAGE_ID", "survey-api"]
}
},
{
"action": "chat",
"label": "确认口令与风格,完成交付",
"message": "admin888,科技感深色;请继续完成绑定、发布和交付,确保只交付 survey 与以 -admin.html 结尾的后台页面,不要创建或修改 public/index.html。确认问卷提交按钮会通过 page-data-client.js insert 保存数据,不能只读;链接请使用相对路径,不要输出 127.0.0.1 或本地端口。",
"expect": {
"assistantMinChars": 120,
"timeoutMs": 600000,
"replyKeywords": ["admin888", "问卷", "后台"],
"forbidReplyPatterns": ["8899", "127.0.0.1:", "PLACEHOLDER_PAGE_ID", "survey-api"],
"survey": {
"requirePolicy": true,
"requireDataset": true,
"forbidHtmlPatterns": ["onclick=", "127.0.0.1:", "PLACEHOLDER_PAGE_ID"]
}
}
}
]
}