version-checklisted
Install: claude install-skill GrazianoGuiducci/d-nd-seed
# Version Check — Claude Code Update Awareness
After a Claude Code update, run this to understand what changed and whether the D-ND plugin should adapt.
## Check current version
The system_awareness hook reports Claude Code version at session start. If you see a version change, investigate.
## What to check after an update
1. **New hook events**: Does the new version support hook events we don't use yet?
2. **New tool capabilities**: Are there new tools available?
3. **Plugin system changes**: Has the plugin format evolved?
4. **Performance improvements**: Memory fixes, context window changes?
5. **Security changes**: New permission modes, sandbox changes?
## Investigation procedure
```bash
# Check changelog
# Search web for: "Claude Code [version] changelog"
# Or check: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
```
## Feature mapping (what matters for D-ND)
| Claude Code Feature | D-ND Relevance | Current status |
|--------------------|--------------------|----------------|
| HTTP hooks | Could replace shell hooks for node messaging | Not yet used |
| Agent worktree isolation | Experimental branches per node | Available |
| Fast mode 1M context | Full context in fast mode | Available |
| Background agents | Async work across nodes | Available |
| Plugin marketplace | Public seed distribution | Ready to use |
| Auto-memory | Supplements our MEMORY.md system | Active |
| /simplify command | Post-session code review | Available |
| MCP servers |