mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-05 22:36:34 +02:00
chore(release): v2.2.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: self-assessment
|
||||
version: 2.1.1
|
||||
version: 2.2.0
|
||||
description: Comprehensive Claude Code self-assessment and learning path advisor. Runs a multi-category quiz covering 10 feature areas, produces a detailed skill profile with per-topic scores, identifies specific gaps, and generates a personalized learning path with prioritized next steps. Use when asked to "assess my level", "take the quiz", "find my level", "where should I start", "what should I learn next", "check my skills", "skill check", or "level up".
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# Changelog
|
||||
|
||||
## v2.2.0 — 2026-03-26
|
||||
|
||||
### Documentation
|
||||
|
||||
- Sync all tutorials and references with Claude Code v2.1.84 (f78c094) @luongnv89
|
||||
- Update slash commands to 55+ built-in + 5 bundled skills, mark 3 deprecated
|
||||
- Expand hook events from 18 to 25, add `agent` hook type (now 4 types)
|
||||
- Add Auto Mode, Channels, Voice Dictation to advanced features
|
||||
- Add `effort`, `shell` skill frontmatter fields; `initialPrompt`, `disallowedTools` agent fields
|
||||
- Add WebSocket MCP transport, elicitation, 2KB tool cap
|
||||
- Add plugin LSP support, `userConfig`, `${CLAUDE_PLUGIN_DATA}`
|
||||
- Update all reference docs (CATALOG, QUICK_REFERENCE, LEARNING-ROADMAP, INDEX)
|
||||
- Rewrite README as landing-page-structured guide (32a0776) @luongnv89
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Add missing cSpell words and README sections for CI compliance (93f9d51) @luongnv89
|
||||
- Add `Sandboxing` to cSpell dictionary (b80ce6f) @luongnv89
|
||||
|
||||
**Full Changelog**: https://github.com/luongnv89/claude-howto/compare/v2.1.1...v2.2.0
|
||||
|
||||
---
|
||||
|
||||
## v2.1.1 — 2026-03-13
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
[](https://github.com/luongnv89/claude-howto/stargazers)
|
||||
[](https://github.com/luongnv89/claude-howto/network/members)
|
||||
[](LICENSE)
|
||||
[](CHANGELOG.md)
|
||||
[](CHANGELOG.md)
|
||||
[](https://code.claude.com)
|
||||
|
||||
# Master Claude Code in a Weekend
|
||||
@@ -94,7 +94,7 @@ Run `/lesson-quiz [topic]` after each module. The quiz pinpoints what you missed
|
||||
|
||||
- **1,100+ GitHub stars** from developers who use Claude Code daily
|
||||
- **78 forks** — teams adapting this guide for their own workflows
|
||||
- **Actively maintained** — synced with every Claude Code release (latest: v2.1.1, March 2026)
|
||||
- **Actively maintained** — synced with every Claude Code release (latest: v2.2.0, March 2026)
|
||||
- **Community-driven** — contributions from developers who share their real-world configurations
|
||||
|
||||
[](https://star-history.com/#luongnv89/claude-howto&Date)
|
||||
@@ -191,7 +191,7 @@ cp -r 03-skills/code-review ~/.claude/skills/
|
||||
Yes. MIT licensed, free forever. Use it in personal projects, at work, in your team — no restrictions beyond including the license notice.
|
||||
|
||||
**Is this maintained?**
|
||||
Actively. The guide is synced with every Claude Code release. Current version: v2.1.1 (March 2026), compatible with Claude Code 2.1+.
|
||||
Actively. The guide is synced with every Claude Code release. Current version: v2.2.0 (March 2026), compatible with Claude Code 2.1+.
|
||||
|
||||
**How is this different from the official docs?**
|
||||
The official docs are a feature reference. This guide is a tutorial with diagrams, production-ready templates, and a progressive learning path. They complement each other — start here to learn, reference the docs when you need specifics.
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
## v2.1.1 — 2026-03-13
|
||||
## v2.2.0 — 2026-03-26
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user