mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-01 10:31:33 +02:00
docs: update Last Updated date and Claude Code version across all files
Update all documentation footers from generic "April 2026 / 2.1+" to the specific sync date (April 9, 2026) and documented version (2.3.0). Also add version/date footers to zh/CATALOG.md and zh/01-slash-commands/README.md which were missing them. 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:
@@ -558,8 +558,8 @@ If both exist with the same name, the **skill takes precedence**. Remove one or
|
||||
- [CLI Reference](https://code.claude.com/docs/en/cli-reference) - Command-line options
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
*Part of the [Claude How To](../) guide series*
|
||||
|
||||
@@ -26,4 +26,4 @@ Otherwise, analyze the changes and create an appropriate commit message followin
|
||||
- `chore:` for maintenance tasks
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -24,4 +24,4 @@ Refactor project documentation structure adapted to project type:
|
||||
Keep docs concise, scannable, and contextual to project type.
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -19,4 +19,4 @@ Output format:
|
||||
- Add TypeScript types
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -19,4 +19,4 @@ Format your response with:
|
||||
- Recommended fix with code example
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -26,4 +26,4 @@ Before creating a PR, execute these steps:
|
||||
- Potential impacts
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -152,4 +152,4 @@ If user wants control, suggest:
|
||||
**⚠️ Remember**: Always review changes before pushing. When in doubt, use individual git commands for more control.
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -25,4 +25,4 @@ Implement comprehensive DevOps quality gates adapted to project type:
|
||||
Use free/open-source tools. Respect existing configs. Keep execution fast.
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -25,4 +25,4 @@ Expand existing unit tests adapted to project's testing framework:
|
||||
Present new test code blocks only. Follow existing test patterns and naming conventions.
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
+2
-2
@@ -1151,6 +1151,6 @@ For the most up-to-date information, refer to the official Claude Code documenta
|
||||
- [Official Memory Docs](https://code.claude.com/docs/en/memory) - Anthropic documentation
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
@@ -61,4 +61,4 @@ Error responses:
|
||||
- Tag cache keys with resource type
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -60,4 +60,4 @@ project/
|
||||
- **Test Framework**: Jest with React Testing Library
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -88,4 +88,4 @@
|
||||
- Admin Panel: `/projects/admin`
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
+2
-2
@@ -806,6 +806,6 @@ Once you start building skills seriously, two things become essential: a library
|
||||
- [Hooks Guide](../06-hooks/) - Event-driven automation
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
@@ -1137,6 +1137,6 @@ graph TD
|
||||
- [Hooks Guide](../06-hooks/) - For event-driven automation
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
@@ -66,4 +66,4 @@ Fix: [how to fix]
|
||||
**Core Philosophy**: Code is read 10x more than written. Optimize for readability, not cleverness.
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -61,4 +61,4 @@ Include specific examples of how to fix issues.
|
||||
- **Impact**: Response time increases linearly with data size
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -97,4 +97,4 @@ ORDER BY 1 DESC;
|
||||
- [ ] Recommendations provided
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -80,4 +80,4 @@ npm test -- --grep "test name"
|
||||
- [ ] No regressions introduced
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -98,4 +98,4 @@ curl -X GET https://api.example.com/api/users/abc123 \
|
||||
```
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -78,4 +78,4 @@ Before marking complete:
|
||||
- [ ] Error handling implemented
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -126,4 +126,4 @@ For each optimization delivered:
|
||||
- [ ] Monitoring / alerting recommended
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -75,4 +75,4 @@ For each vulnerability:
|
||||
- **Remediation**: How to fix it
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -74,4 +74,4 @@ describe('Feature: User Authentication', () => {
|
||||
```
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
+2
-2
@@ -1108,6 +1108,6 @@ export GITHUB_TOKEN="your_token"
|
||||
- [Claude API Documentation](https://docs.anthropic.com)
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
+2
-2
@@ -1165,6 +1165,6 @@ Edit `~/.claude/settings.json` or `.claude/settings.json` with the hook configur
|
||||
- **[Memory Guide](../02-memory/)** - Persistent context configuration
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
@@ -944,6 +944,6 @@ The following Claude Code features work together with plugins:
|
||||
- [Hook System Reference](../06-hooks/README.md)
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
@@ -315,6 +315,6 @@ Key benefits:
|
||||
Remember: checkpoints are not a replacement for git. Use checkpoints for rapid experimentation and git for permanent code changes.
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
@@ -339,4 +339,4 @@ User: Now let's continue with the approach that worked.
|
||||
6. **Summarize long sessions**: Use "Summarize from here" to keep conversations manageable
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -1940,6 +1940,6 @@ For more information about Claude Code and related features:
|
||||
- [Official Agent Teams Documentation](https://code.claude.com/docs/en/agent-teams)
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
@@ -533,4 +533,4 @@ Proceed with this plan? (yes/no/modify)
|
||||
7. **Plan for testing** at each phase
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
+2
-2
@@ -832,6 +832,6 @@ claude -p --output-format json "query"
|
||||
*Part of the [Claude How To](../) guide series*
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
+2
-2
@@ -513,5 +513,5 @@ chmod +x ~/.claude/hooks/*.sh
|
||||
|
||||
---
|
||||
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
|
||||
+1
-1
@@ -217,4 +217,4 @@ If you have questions about this Code of Conduct, please reach out to the projec
|
||||
**Thank you for helping us create a welcoming, inclusive, and respectful community!** 🌟
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
+1
-1
@@ -378,4 +378,4 @@ By contributing to this project, you agree that your contributions will be licen
|
||||
Thank you for contributing! 🙏
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -874,8 +874,8 @@ Want to add more examples? Follow the structure:
|
||||
|
||||
---
|
||||
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Total Examples**: 100+ files
|
||||
**Categories**: 10 features
|
||||
**Hooks**: 8 automation scripts
|
||||
|
||||
+2
-2
@@ -738,8 +738,8 @@ Once you've completed all milestones:
|
||||
|
||||
---
|
||||
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Maintained by**: Claude How-To Contributors
|
||||
**License**: Educational purposes, free to use and adapt
|
||||
|
||||
|
||||
+2
-2
@@ -505,5 +505,5 @@ Getting started checklist:
|
||||
**This Card**: Keep it handy for quick reference!
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
|
||||
@@ -869,6 +869,6 @@ MIT License - see [LICENSE](LICENSE). Free to use, modify, and distribute. The o
|
||||
|
||||
---
|
||||
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
|
||||
+1
-1
@@ -8,4 +8,4 @@
|
||||
**Full Changelog**: https://github.com/luongnv89/claude-howto/compare/v2.1.0...v2.1.1
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
+2
-2
@@ -598,7 +598,7 @@ Lesson READMEs end with a metadata block:
|
||||
```markdown
|
||||
---
|
||||
**Last Updated**: March 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
```
|
||||
|
||||
@@ -630,4 +630,4 @@ Before submitting content, verify:
|
||||
- [ ] Commit message follows conventional commits format
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -3131,5 +3131,5 @@ Complete configuration example:
|
||||
*Now includes: Hooks, Checkpoints, Planning Mode, Extended Thinking, Background Tasks, Permission Modes (6 modes), Headless Mode, Session Management, Auto Memory, Agent Teams, Scheduled Tasks, Chrome Integration, Channels, Voice Dictation, and Bundled Skills*
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Last Updated**: April 9, 2026
|
||||
**Claude Code Version**: 2.3.0
|
||||
|
||||
+1
-1
@@ -108,4 +108,4 @@ These rules guide code generation to produce maintainable, professional-quality
|
||||
**Core Philosophy**: Code is read 10x more than written. Optimize for readability and maintainability, not cleverness.
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
+1
-1
@@ -248,4 +248,4 @@ These steps capture the core recommendations for smooth workflows with Claude Co
|
||||
| **Keyboard Customization** | Customize keybindings including chord sequences | [Advanced Features](09-advanced-features/) |
|
||||
|
||||
---
|
||||
**Last Updated**: April 2026
|
||||
**Last Updated**: April 9, 2026
|
||||
|
||||
@@ -548,4 +548,9 @@ allowed-tools: Bash(npm *), Bash(git *)
|
||||
|
||||
---
|
||||
|
||||
**最后更新**: 2026 年 4 月 9 日
|
||||
**Claude Code 版本**: 2.3.0
|
||||
|
||||
---
|
||||
|
||||
*Claude How To 指南系列的一部分*
|
||||
|
||||
@@ -514,3 +514,8 @@ claude mcp add github -- npx -y @modelcontextprotocol/server-github
|
||||
- [Skills Repository](https://github.com/luongnv89/skills) - 现成 skills 集合
|
||||
- [Anthropic Cookbook](https://github.com/anthropics/anthropic-cookbook)
|
||||
- [Boris Cherny's Claude Code Workflow](https://x.com/bcherny/status/2007179832300581177) - Claude Code 的创造者分享了他的系统化工作流:并行 agents、共享 `CLAUDE.md`、Plan mode、slash commands、subagents,以及用于长时间自主会话的验证 hooks。
|
||||
|
||||
---
|
||||
|
||||
**最后更新**: 2026 年 4 月 9 日
|
||||
**Claude Code 版本**: 2.3.0
|
||||
|
||||
+1
-1
@@ -598,7 +598,7 @@ docs(skills): Add comprehensive code review skill
|
||||
```markdown
|
||||
---
|
||||
**Last Updated**: March 2026
|
||||
**Claude Code Version**: 2.1+
|
||||
**Claude Code Version**: 2.3.0
|
||||
**Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user