mirror of
https://github.com/alirezarezvani/ClaudeForge.git
synced 2026-07-03 02:13:15 -04:00
feat(v2.0.0): migrate to Claude Code v2.1.4+ architecture (#22)
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
> **Automated CLAUDE.md creation, enhancement, and maintenance for Claude Code projects**
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/alirezarezvani/ClaudeForge/releases)
|
||||
[](https://claude.com/claude-code)
|
||||
[](https://github.com/alirezarezvani/ClaudeForge/releases)
|
||||
[](https://claude.com/claude-code)
|
||||
[](https://github.com/alirezarezvani/ClaudeForge/actions)
|
||||
[](docs/GITHUB_WORKFLOWS.md)
|
||||
|
||||
@@ -12,6 +12,19 @@ ClaudeForge is a comprehensive toolkit that eliminates the tedious process of ma
|
||||
|
||||
---
|
||||
|
||||
## 🆕 New in v2.0 (Claude Code v2.1.4+ Support)
|
||||
|
||||
- **Lifecycle Hooks**: Guardian agent automatically checks for updates at session start using SessionStart hooks
|
||||
- **Modern Permissions**: All components now use `permissions:` syntax for fine-grained control
|
||||
- **Hot-Reload**: Skills automatically reload when modified (no restart needed)
|
||||
- **Fork-Safe Mode**: Guardian runs independently with `fork_safe: true` without blocking operations
|
||||
- **Version Detection**: Installers validate Claude Code version and ensure compatibility
|
||||
- **Auto-Migration**: Seamless upgrade from v1.x with automatic backups
|
||||
|
||||
👉 **Upgrading from v1.x?** See [docs/MIGRATION_V2.md](docs/MIGRATION_V2.md) for migration guide.
|
||||
|
||||
---
|
||||
|
||||
## ✨ Features
|
||||
|
||||
- 🚀 **Interactive Initialization** - Explores your repository, detects project context, and creates customized CLAUDE.md files through conversational workflow
|
||||
|
||||
Reference in New Issue
Block a user