claude-code-ultimate-guide/examples/agents
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
..
analytics-with-eval docs(examples): add YAML frontmatter to 19 miscellaneous example files 2026-02-15 19:21:00 +01:00
architecture-reviewer.md release: v3.28.0 - Section 2.5 Model Selection & Thinking Guide 2026-02-21 18:25:50 +01:00
code-reviewer.md release: v3.23.4 - Agent Anti-Patterns & Scope-Focused Refactoring 2026-02-09 10:29:59 +01:00
devops-sre.md release: v3.23.4 - Agent Anti-Patterns & Scope-Focused Refactoring 2026-02-09 10:29:59 +01:00
implementer.md release: v3.28.0 - Section 2.5 Model Selection & Thinking Guide 2026-02-21 18:25:50 +01:00
output-evaluator.md feat(docs): add LLM Handbook + Google Whitepaper integration v3.3.0 2026-01-14 21:00:49 +01:00
planner.md release: v3.28.0 - Section 2.5 Model Selection & Thinking Guide 2026-02-21 18:25:50 +01:00
refactoring-specialist.md docs: complete factual audit pass 2 — 90+ corrections 2026-02-26 18:21:28 +01:00
security-auditor.md release: v3.23.4 - Agent Anti-Patterns & Scope-Focused Refactoring 2026-02-09 10:29:59 +01:00
security-patcher.md feat: security scanning workflow (auditor + patcher + gate hook) 2026-02-22 15:21:35 +01:00
test-writer.md release: v3.23.4 - Agent Anti-Patterns & Scope-Focused Refactoring 2026-02-09 10:29:59 +01:00