claude-code-ultimate-guide/quiz/questions
Florian BRUNIAUX 4a0a0bf30e docs: complete factual audit pass 2 — 90+ corrections
Second 10-agent parallel audit covering all remaining sections:
ultimate-guide.md (ch1-ch11), workflows/ (17 files), quiz/ (12 files),
examples/agents+skills+commands. Source of truth: official Anthropic docs.

Key corrections:

Hook system (+8 missing events):
- Complete 17-event list: PermissionRequest, PostToolUseFailure, SubagentStart,
  TeammateIdle, TaskCompleted, WorktreeCreate, WorktreeRemove, SessionEnd
- SessionStart confirmed valid (previous audit wrongly doubted it)
- Hook output format: hookSpecificOutput.permissionDecision (not {"decision":"block"})
- Missing common input fields added: transcript_path, cwd, permission_mode

Agent YAML frontmatter (13 valid fields restored/added):
- Restored: disallowedTools, memory, background, isolation, skills, permissionMode, hooks
- Added new: maxTurns, mcpServers
- Fixed: tools format is comma-separated (not space-separated)

Plan Mode (12 occurrences fixed):
- Ctrl+G = "open plan in text editor" (NOT "enter plan mode")
- Plan Mode = Shift+Tab × 2 (Normal → acceptEdits → plan)

Commands table (10.1) + built-in commands (6.1):
- Added 18+ missing commands: /copy, /doctor, /hooks, /memory, /model,
  /config, /permissions, /remote-control, /rename, /resume, /sandbox, etc.

Workflow files:
- agent-teams.md: removed fake --experimental-agent-teams flag
- hooks.yaml + post_edit event → settings.json + PostToolUse (2 files)
- TodoWrite → TaskCreate/TaskUpdate (3 files)
- task-management.md: removed fake "failed" task status

Quiz / examples:
- 01-010: Esc stops mid-action (not Ctrl+C)
- refactoring-specialist.md: removed MultiEdit (not a valid tool)
- ast-grep-patterns.md: name field (not title)
- validate-changes.md, diagnose.md: field name fixes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 18:21:28 +01:00
..
01-quick-start.yaml docs: complete factual audit pass 2 — 90+ corrections 2026-02-26 18:21:28 +01:00
02-core-concepts.yaml refactor: restructure repo into thematic directories v3.1.0 2026-01-13 15:30:02 +01:00
03-memory-settings.yaml docs: factual audit + reference sync — 260 findings corrected 2026-02-26 12:10:14 +01:00
04-agents.yaml release: v3.20.4 - 30 new quiz questions (227 → 257) 2026-01-31 22:17:32 +01:00
05-skills.yaml refactor: restructure repo into thematic directories v3.1.0 2026-01-13 15:30:02 +01:00
06-commands.yaml refactor: restructure repo into thematic directories v3.1.0 2026-01-13 15:30:02 +01:00
07-hooks.yaml docs: complete factual audit pass 2 — 90+ corrections 2026-02-26 18:21:28 +01:00
08-mcp-servers.yaml docs: factual audit + reference sync — 260 findings corrected 2026-02-26 12:10:14 +01:00
09-advanced-patterns.yaml release: v3.28.0 - Section 2.5 Model Selection & Thinking Guide 2026-02-21 18:25:50 +01:00
10-reference.yaml release: v3.20.4 - 30 new quiz questions (227 → 257) 2026-01-31 22:17:32 +01:00
11-learning-with-ai.yaml release: v3.20.4 - 30 new quiz questions (227 → 257) 2026-01-31 22:17:32 +01:00
12-architecture.yaml release: v3.20.4 - 30 new quiz questions (227 → 257) 2026-01-31 22:17:32 +01:00
13-security.yaml release: v3.20.4 - 30 new quiz questions (227 → 257) 2026-01-31 22:17:32 +01:00
14-privacy-observability.yaml release: v3.20.4 - 30 new quiz questions (227 → 257) 2026-01-31 22:17:32 +01:00
15-ai-ecosystem.yaml release: v3.20.4 - 30 new quiz questions (227 → 257) 2026-01-31 22:17:32 +01:00