> ## Documentation Index
> Fetch the complete documentation index at: https://docs.drdj.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Onboarding

> Mandatory onboarding path for OpenClaw manager and support agents.

## Required Reading Order

1. `/AGENTS.md`
2. `Internal > AI Change Protocol`
3. `Platform > Repo Map`
4. `Operations > Development Workflow`
5. `Operations > Security Hardening`

## Baseline Commands Before Work

```bash theme={null}
pnpm check
pnpm test:unit
pnpm test:integration
```

For UI/auth/public-route tasks, add:

```bash theme={null}
pnpm test:e2e
```

## Required Handoff Format

Every completed task must include:

* scope delivered
* files changed
* commands run and results
* residual risk
* rollback note

## High-Risk Areas

Require extra review when touching:

* `/server/middleware/auth.ts`
* `/server/routes/auth.ts`
* `/server/routes/public.ts`
* `/server/routes/shares.ts`
* `/server/routes/external-shares.ts`
* extension auth sync scripts
