diff --git a/README.md b/README.md
index db90e409..02ef8b72 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-[](https://github.com/catlog22/Claude-Code-Workflow/releases)
+[](https://github.com/catlog22/Claude-Code-Workflow/releases)
[](https://www.npmjs.com/package/claude-code-workflow)
[](LICENSE)
[]()
@@ -18,11 +18,11 @@
**Claude Code Workflow (CCW)** is a JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution. It transforms AI development from simple prompt chaining into a powerful orchestration system.
-> **🎉 Version 6.1.2: Dashboard Update Notification & Bug Fixes**
+> **🎉 Version 6.1.3: CLI Tool Simplification**
>
> **Core Improvements**:
-> - 🔔 **Version Update Notification**: Dashboard now checks npm for updates and displays upgrade banner
-> - 🔧 **Hook Manager Fix**: Fixed button click event handling for edit/delete operations
+> - 🔧 **Simplified edit_file**: Parameter-based input only (`--path`, `--old`, `--new`)
+> - 📝 **Updated tool-strategy.md**: Added sed as line operation alternative
>
> See [CHANGELOG.md](CHANGELOG.md) for complete details.
diff --git a/package-lock.json b/package-lock.json
index 2d0bea94..af03433b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "claude-code-workflow",
- "version": "6.0.5",
+ "version": "6.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "claude-code-workflow",
- "version": "6.0.5",
+ "version": "6.1.3",
"license": "MIT",
"dependencies": {
"boxen": "^7.1.0",
diff --git a/package.json b/package.json
index d487675f..273007fe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "claude-code-workflow",
- "version": "6.1.2",
+ "version": "6.1.3",
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
"type": "module",
"main": "ccw/src/index.js",