fix: bound Web UX review evidence and cleanup

This commit is contained in:
2026-09-01 23:44:24 +09:00
parent c4a3f4ba1e
commit eea79dead4
13 changed files with 518 additions and 86 deletions
@@ -15,13 +15,16 @@
{
"id": "owner",
"label": "Workspace owner",
"auth": { "kind": "storage-state", "path": "../../../.web-ux/auth/owner.json" },
"auth": { "kind": "storage-state", "path": "${XDG_STATE_HOME}/yoi/web-ux/auth/owner.json" },
"login": { "path": "/", "successUrl": "/w/" }
},
{
"id": "non-owner",
"label": "Authenticated non-owner",
"auth": { "kind": "storage-state", "path": "../../../.web-ux/auth/non-owner.json" },
"auth": {
"kind": "storage-state",
"path": "${XDG_STATE_HOME}/yoi/web-ux/auth/non-owner.json"
},
"login": { "path": "/", "successUrl": "/w/" }
}
],