7f8d692d16
Fix DEV logout cookie clearing, materialize selected MindSpace OA assets before agent runs, and recover zombie runs from synced workspace pages. Add client run wait timeout, harness retry limits, page-edit asset forwarding, and logout/john2 scenario tests. Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"id": "dev-logout",
|
|
"name": "DEV 登出清 Cookie",
|
|
"description": "登录 → POST /auth/logout → 验证 /auth/status 与 /api/me 拒绝旧 Cookie",
|
|
"account": {
|
|
"username": "john",
|
|
"password": "888888"
|
|
},
|
|
"steps": [
|
|
{
|
|
"action": "login",
|
|
"label": "登录 john 账户"
|
|
},
|
|
{
|
|
"action": "logout",
|
|
"label": "登出并验证 Cookie 已清除"
|
|
}
|
|
]
|
|
}
|