Personal OS
登入後進入你的私人工作系統。
Owner access readiness
目前入口:Supabase
Supabase magic link
Magic link request is enabled for existing Supabase users.
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=1Local dev mock
Local mock access is available only when explicitly enabled outside production.
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 devProtected next path
The redirect target is normalized to an internal application path.
/ai-inputAfter auth succeeds, continue into the requested protected surface.
open /ai-inputLaunch proof handoff
Remaining auth/session evidence is best collected from a signed-in browser session.
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