Plain meaning
Start with the shortest useful explanation before going deeper.
The `Context<T>` struct passed to every Anchor instruction handler, where T is the accounts struct. Fields: `ctx.accounts` (validated accounts), `ctx.program_id` (current program), `ctx.remaining_accounts` (extra accounts not in struct), and `ctx.bumps` (map of PDA bumps found during validation).