Verification Report
Source baseline and checks for the English Claude Code Command Master.
Source Baseline
Checked on 2026-06-25 against:
- Official Commands reference: https://code.claude.com/docs/en/commands
- Official CLI reference: https://code.claude.com/docs/en/cli-reference
- Official Changelog: https://code.claude.com/docs/en/changelog
- Official Model configuration: https://code.claude.com/docs/en/model-config
- Official Agent View guide: https://code.claude.com/docs/en/agent-view
- Official Skills guide: https://code.claude.com/docs/en/skills
- Official Fast mode guide: https://code.claude.com/docs/en/fast-mode
- Official Routines guide: https://code.claude.com/docs/en/routines
- Claude Fable 5 and Claude Mythos 5: https://platform.claude.com/docs/en/about-claude/models/introducing-claude-fable-5-and-claude-mythos-5
- Claude models overview: https://platform.claude.com/docs/en/about-claude/models/overview
- Claude Opus 4.8 announcement: https://www.anthropic.com/news/claude-opus-4-8
- npm package: https://www.npmjs.com/package/@anthropic-ai/claude-code
Locale Checks
/en/books/claude-code-command-masterrenders English content only.- The English root meta registers
claude-code-command-master. - Home preview chapters are loaded with
locale=en. - Unsupported English books remain translation requests instead of falling back to Korean content.
- The locale switcher should allow English for this book once the page exists in both locales.
Editorial Checks
| Area | Status |
|---|---|
| Cover metadata | Complete |
| Command catalog | Complete |
| Core command grouping | Complete |
| Skills/custom commands | Complete |
| Web automation commands | Complete |
| Operations and safety commands | Complete |
| Update log | Complete |
Current Baseline Checks
| Area | Baseline |
|---|---|
| Claude Code version | v2.1.190 latest; v2.1.179 stable |
| Fable path | Fable 5 on Claude Code v2.1.170+ (released June 9, 2026); selected with /model fable, not default |
| Latest Opus path | Opus 4.8 on Claude Code v2.1.154+ |
| Anthropic API aliases | fable → Fable 5, best → Fable when available otherwise latest Opus, opus → Opus 4.8, sonnet → Sonnet 4.6 |
| Recent command deltas | /advisor accepts fable; /cd relocates the session and storage; --safe-mode isolates customization while keeping auth/model/permissions |
| Model fallback | Fable classifier fallback to Opus; fallbackModel chains for availability failures |
| Skill controls | --disable-slash-commands; disableBundledSkills; CLAUDE_CODE_DISABLE_BUNDLED_SKILLS |
| CI reliability | Self-hosted runner post-session hook; v2.1.170 transcript persistence fix for VS Code integrated terminals and inherited Claude Code env vars |
| Background work | Agent View, /background//bg, claude --bg, claude --bg --exec |
| Dynamic work | /goal and /workflows |
| Usage continuation | /usage-credits; /extra-usage treated as legacy |
| Review split | /code-review for correctness, /simplify for cleanup |
| MCP operations | claude mcp login/logout; CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT |
| Sandbox operations | sandbox.credentials, destructive-command sandbox auto-approval, Windows PowerShell sandbox fixes |
| Agent limits | Three-level nesting cap, Agent deny rules, background permission-prompt fixes |
| Model warnings | Main model restriction notes and stronger deprecated-model warnings |
Known Limits
This English edition is not a one-file-per-command translation of the Korean source. It is a localized operating handbook that groups commands by usage so the English locale stays concise and maintainable.