fix(agent): recover stale runs and improve new-user OA delivery

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>
This commit is contained in:
john
2026-07-10 20:05:52 +08:00
parent aede1e6fcb
commit 7f8d692d16
34 changed files with 1318 additions and 125 deletions
+2
View File
@@ -220,6 +220,8 @@ test('buildContextPrefix binds deictic references to a single checked asset', ()
assert.match(prefix, /【界面勾选资料(硬性)】/);
assert.match(prefix, /sales\.xlsxid: asset-9/);
assert.match(prefix, /【勾选资料读取(硬性)】/);
assert.match(prefix, /mindspace_asset_download/);
assert.match(prefix, /【勾选资料删除(硬性)】/);
assert.match(prefix, /mindspace_asset_delete/);
assert.match(prefix, /完整读写删改权限/);