feat(page-data): complete Phase 4-5, ops UI, and publish integration

Add visitor roles, row-level scope, owner ops APIs, MySQL policy index,
Turnstile captcha, browser client SDK, publish-panel dataset binding,
acceptance tests, and usage documentation.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-08 14:52:49 +08:00
parent 8d01553469
commit 6b0c633a75
40 changed files with 4056 additions and 60 deletions
+8
View File
@@ -141,6 +141,14 @@ const SCOPE_RULES = [
'page-data-routes.test.mjs',
'page-data-public-service.test.mjs',
'page-data-integration.test.mjs',
'page-data-acceptance.test.mjs',
'page-data-log-store.test.mjs',
'page-access-visitor.test.mjs',
'page-data-ops.test.mjs',
'page-data-session-store.test.mjs',
'page-data-browser-client.test.mjs',
'page-data-policy-index.test.mjs',
'page-data-captcha.test.mjs',
'mindspace-sandbox-mcp.test.mjs',
],
},