create-conductor-flow 1.0.0-2 → 1.0.0-3
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.
- package/README.md +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,18 +16,15 @@
|
|
|
16
16
|
<img src="https://img.shields.io/npm/dm/create-conductor-flow?color=orange" alt="Downloads">
|
|
17
17
|
</a>
|
|
18
18
|
</p>
|
|
19
|
-
|
|
20
19
|
<p>
|
|
21
20
|
<strong>English</strong> | <a href="./README.zh-CN.md">简体中文</a> | <a href="./README.ja.md">日本語</a> | <a href="./README_ko.md">한국어</a>
|
|
22
21
|
</p>
|
|
23
|
-
|
|
24
22
|
<br>
|
|
25
23
|
<blockquote>
|
|
26
24
|
<strong>The scaffolding tool to generate spec-driven, portable <a href="https://github.com/gemini-cli-extensions/conductor">Gemini Conductor</a> workflows for any AI coding agent.</strong>
|
|
27
25
|
</blockquote>
|
|
28
26
|
<br>
|
|
29
27
|
</div>
|
|
30
|
-
|
|
31
28
|
Get started immediately with:
|
|
32
29
|
|
|
33
30
|
```bash
|
package/package.json
CHANGED