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:
Luong NGUYEN
2026-04-09 06:32:26 +02:00
parent 561c6cbaa3
commit e015f39c68
8 changed files with 35 additions and 60 deletions

View File

@@ -7,7 +7,7 @@
"description": "Configuration for active development work",
"config": {
"general": {
"model": "claude-sonnet-4-5",
"model": "claude-sonnet-4-6",
"temperature": 0.7
},
"planning": {
@@ -24,8 +24,7 @@
},
"hooks": {
"PreToolUse:Write": "prettier --write ${file_path}",
"PostToolUse:Write": "eslint ${file_path}",
"PreCommit": "npm test"
"PostToolUse:Write": "eslint ${file_path}"
}
}
},
@@ -35,7 +34,7 @@
"description": "Configuration for reviewing code without modifications",
"config": {
"general": {
"model": "claude-sonnet-4-5",
"model": "claude-sonnet-4-6",
"temperature": 0.3
},
"permissions": {
@@ -56,7 +55,7 @@
"description": "Configuration for learning and experimentation",
"config": {
"general": {
"model": "claude-sonnet-4-5",
"model": "claude-sonnet-4-6",
"temperature": 0.5
},
"permissions": {
@@ -90,9 +89,7 @@
"requireConfirmationFor": ["Bash", "Git", "Write", "Edit"]
},
"hooks": {
"PreCommit": "npm test && npm run lint && npm run build",
"PrePush": "npm run test:e2e",
"PostPush": "~/.claude/hooks/notify-team.sh"
"PreToolUse": "~/.claude/hooks/pre-commit.sh"
},
"checkpoints": {
"autoCheckpoint": true
@@ -109,7 +106,7 @@
"description": "Configuration for automated CI/CD operations",
"config": {
"general": {
"model": "claude-sonnet-4-5",
"model": "claude-sonnet-4-6",
"temperature": 0
},
"permissions": {
@@ -158,7 +155,7 @@
"description": "Configuration for performance analysis and optimization",
"config": {
"general": {
"model": "claude-sonnet-4-5",
"model": "claude-sonnet-4-6",
"temperature": 0.4
},
"planning": {
@@ -180,7 +177,7 @@
"description": "Configuration for collaborative development",
"config": {
"general": {
"model": "claude-sonnet-4-5",
"model": "claude-sonnet-4-6",
"temperature": 0.6
},
"permissions": {
@@ -255,7 +252,7 @@
"description": "Configuration for writing documentation",
"config": {
"general": {
"model": "claude-sonnet-4-5",
"model": "claude-sonnet-4-6",
"temperature": 0.7
},
"permissions": {