chore: bump version to 6.1.3

- Update README version badge and release notes
- Published to npm with simplified edit_file CLI

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-12-09 15:52:43 +08:00
parent be9a1c76d4
commit 44fa6e0a42
3 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<div align="center">
[![Version](https://img.shields.io/badge/version-v6.1.2-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
[![Version](https://img.shields.io/badge/version-v6.1.3-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
[![npm](https://img.shields.io/npm/v/claude-code-workflow.svg)](https://www.npmjs.com/package/claude-code-workflow)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
@@ -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.

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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",