Last-minute review — one line per concept from the exam blueprint appendix. Skim this the morning of your exam.
stop_reason: continue on tool_use, stop on end_turn.tool_use = run tools & iterate; end_turn = finished. Never parse text to decide.allowedTools must include Task. Multiple calls in one response = parallel.PostToolUse normalizes results; interception hooks block outgoing calls. Deterministic vs prompt.errorCategory (transient/validation/permission), isRetryable, human-readable text.${ENV_VAR} expansion for secrets.paths: glob frontmatter for conditional, path-scoped conventions.context: fork, allowed-tools, argument-hint.--resume <name> = specific session; --continue = most recent.auto (may text), any (must call a tool), forced {type:'tool',name:'...'}.