Personal OS

登入後進入你的私人工作系統。

Magic link

只允許既有 Supabase 使用者登入。

Supabase

Owner access readiness

目前入口:Supabase

Ready

Supabase magic link

Magic link request is enabled for existing Supabase users.

Ready
Public env presentSend a magic link, sign in, then open /auth/status?proof=1 and save the redacted JSON.open http://localhost:3000/auth/status?proof=1

Local dev mock

Local mock access is available only when explicitly enabled outside production.

Dev only
Explicit mock mode offFor local interface review, start dev with explicit mock auth variables.PERSONAL_OS_AUTH_MODE=mock PERSONAL_OS_DEV_USER_EMAIL=<seeded-demo-email> pnpm dev

Protected next path

The redirect target is normalized to an internal application path.

Ready
/adminAfter auth succeeds, continue into the requested protected surface.open /admin

Launch proof handoff

Remaining auth/session evidence is best collected from a signed-in browser session.

Owner-run
Owner-run evidenceValidate the saved /auth/status?proof=1 JSON with auth proof once the browser session exists.pnpm auth:proof -- --status-json docs/2_agent-input/generated/agent-loop/reports/<signed-in-auth-status-proof>.json --out docs/2_agent-input/generated/agent-loop/reports/owner-auth-proof.json