fix: apply 2026-04-09 documentation accuracy updates
P0 Critical: - Remove /vim (removed in v2.1.92) from CATALOG.md, zh/CATALOG.md active tables - Move /vim to deprecated section in zh/01-slash-commands/README.md - Fix fake hook events (PreCommit/PrePush/PostPush) in config-examples.json - Replace with real PreToolUse hook pattern - Update deprecated model IDs: claude-sonnet-4-5 → claude-sonnet-4-6 (x4) - Fix notify-team.sh comment: PostPush → PostToolUse with explanation - Mark # memory shortcut as discontinued in 02-memory/README.md P2 Conflicts resolved: - effort:max confirmed valid in current CLI; no changes needed - Remove WebSocket MCP transport (not supported; only stdio/sse/http valid) from 05-mcp/README.md, CATALOG.md, QUICK_REFERENCE.md P4 Cosmetic: - Update hook count 25 → 26 in QUICK_REFERENCE.md Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
@@ -389,9 +389,8 @@ cp -r 03-skills/code-review ~/.claude/skills/
|
||||
| **Auto Mode** | Fully autonomous operation with background classifier | `--enable-auto-mode` flag, `Shift+Tab` to cycle modes |
|
||||
| **Channels** | Discord and Telegram integration | `--channels` flag, Discord/Telegram bots |
|
||||
| **Voice Dictation** | Speak commands and context to Claude | `/voice` command |
|
||||
| **Hooks (25 events)** | Expanded hook system with 4 types | command, http, prompt, agent hook types |
|
||||
| **Hooks (26 events)** | Expanded hook system with 4 types | command, http, prompt, agent hook types |
|
||||
| **MCP Elicitation** | MCP servers can request user input at runtime | Auto-prompted when server needs clarification |
|
||||
| **WebSocket MCP** | WebSocket transport for MCP connections | Configure in `.mcp.json` with `ws://` URLs |
|
||||
| **Plugin LSP** | Language Server Protocol support for plugins | `userConfig`, `${CLAUDE_PLUGIN_DATA}` variable |
|
||||
| **Remote Control** | Control Claude Code via WebSocket API | `claude --remote` for external integrations |
|
||||
| **Web Sessions** | Browser-based Claude Code interface | `claude web` to launch |
|
||||
@@ -444,8 +443,8 @@ echo $GITHUB_TOKEN
|
||||
| Team standards | Memory | `02-memory/project-CLAUDE.md` |
|
||||
| Auto workflow | Skill | `03-skills/code-review/` |
|
||||
| Specialized task | Subagent | `04-subagents/code-reviewer.md` |
|
||||
| External data | MCP (+ Elicitation, WebSocket) | `05-mcp/github-mcp.json` |
|
||||
| Event automation | Hook (25 events, 4 types) | `06-hooks/pre-commit.sh` |
|
||||
| External data | MCP (+ Elicitation) | `05-mcp/github-mcp.json` |
|
||||
| Event automation | Hook (26 events, 4 types) | `06-hooks/pre-commit.sh` |
|
||||
| Complete solution | Plugin (+ LSP support) | `07-plugins/pr-review/` |
|
||||
| Safe experiment | Checkpoint | `08-checkpoints/checkpoint-examples.md` |
|
||||
| Fully autonomous | Auto Mode | `--enable-auto-mode` or `Shift+Tab` |
|
||||
|
||||
Reference in New Issue
Block a user