From f14c3299bc041f8014432414fe4bd3fefb82733e Mon Sep 17 00:00:00 2001 From: catlog22 Date: Fri, 26 Dec 2025 09:23:28 +0800 Subject: [PATCH] docs: add Windows installation requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add requirements table for all platforms - Note about better-sqlite3 native compilation - Recommend Node.js LTS versions to avoid build issues - Update version badge to 6.3.4 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59603fb9..ddcb1f00 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
-[![Version](https://img.shields.io/badge/version-v6.2.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) +[![Version](https://img.shields.io/badge/version-v6.3.4-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)]() @@ -52,6 +52,16 @@ CCW is built on a set of core principles that distinguish it from traditional AI ## ⚙️ Installation +### **📋 Requirements** + +| Platform | Node.js | Additional | +|----------|---------|------------| +| Windows | 20.x or 22.x LTS (recommended) | Node 23+ requires [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) | +| macOS | 18.x+ | Xcode Command Line Tools | +| Linux | 18.x+ | build-essential | + +> **Note**: The `better-sqlite3` dependency requires native compilation. Using Node.js LTS versions avoids build issues. + ### **📦 npm Install (Recommended)** Install globally via npm: