create-conductor-flow 1.0.0-7 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  </a>
18
18
  </p>
19
19
  <p>
20
- <strong>English</strong> | <a href="./README.zh-CN.md">简体中文</a> | <a href="./README.ja.md">日本語</a> | <a href="./README_ko.md">한국어</a>
20
+ <strong>English</strong> | <a href="./README_zh.md">简体中文</a> | <a href="./README_ja.md">日本語</a> | <a href="./README_ko.md">한국어</a>
21
21
  </p>
22
22
  <br>
23
23
  <blockquote>
@@ -38,10 +38,10 @@ npm create conductor-flow
38
38
  - **Claude Code**
39
39
  - **Antigravity**
40
40
  - **Cursor**
41
- - **Github Copilot**,
41
+ - **Github Copilot**
42
42
  - **Codex**
43
43
  - **Windsurf**
44
- - **Cline**,
44
+ - **Cline**
45
45
  - **Kilo Code**
46
46
  - **Roo Code**
47
47
  - **Qwen Code**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-conductor-flow",
3
- "version": "1.0.0-7",
3
+ "version": "1.0.0",
4
4
  "description": "Conductor Scaffolding CLI - Generate spec-driven, portable Gemini Conductor workflows for any coding agent",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -65,6 +65,7 @@
65
65
  "release": "tsx scripts/double-publish.ts"
66
66
  },
67
67
  "devDependencies": {
68
+ "@release-it/conventional-changelog": "^10.0.5",
68
69
  "@types/fs-extra": "^11.0.4",
69
70
  "@types/gradient-string": "^1.1.6",
70
71
  "@types/node": "^25.1.0",