mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-07-29 23:48:49 +02:00
docs: Sync all documentation with Claude Code February 2026 features
Update 23 files across all 10 tutorial directories and 7 reference documents to match the latest Claude Code v2.1+ features and correct outdated content including model names (4.5→4.6), permission modes, hook events, CLI syntax, MCP config paths, plugin manifest format, checkpoint commands, session management, and URLs. Add documentation for new features: Auto Memory, Remote Control, Web Sessions, Desktop App, Agent Teams, MCP OAuth, Task List, Sandboxing, and more.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Run tests before commit
|
||||
# Hook: PreCommit
|
||||
# Hook: PreToolUse (matcher: Bash) - checks if the command is a git commit
|
||||
# Note: There is no "PreCommit" hook event. Use PreToolUse with a Bash matcher
|
||||
# and inspect the command to detect git commit operations.
|
||||
|
||||
echo "🧪 Running tests before commit..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user