Documentation Index
Fetch the complete documentation index at: https://docs.protean.peerislands.io/llms.txt
Use this file to discover all available pages before exploring further.
Prereqs
- macOS or Linux. Bun ≥ 1.1. Git.
- Optional:
ghCLI (for repo ops),azCLI (for Microsoft 365 OAuth registration).
Install
Generate session secrets
JWT_SECRET + JWT_REFRESH_SECRET to .env. Never echoes the values.
Register an OAuth provider (pick one)
GitHub is fastest:.env. See ops/integrations for Google + Microsoft 365.
Boot
http://localhost:5173/login and click Continue with GitHub. You should land back on the callback with a protean_session cookie set.
Try the CLI
reference/cli for the full surface.
Run the replay gate
Where next
execution-philosophy— why we made the choices we did.concepts/runs— the Run entity, events, replay.ops/manual-testing— exercise each app/package by hand.