@sylphx/flow 2.19.0 → 2.20.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @sylphx/flow
|
|
2
2
|
|
|
3
|
+
## 2.20.0 (2025-12-18)
|
|
4
|
+
|
|
5
|
+
### ✨ Features
|
|
6
|
+
|
|
7
|
+
- **agents:** add Builder agent as default for autonomous product iteration ([309782f](https://github.com/SylphxAI/flow/commit/309782fdbe4a397ecde4aa767085175923c39db8))
|
|
8
|
+
|
|
9
|
+
### 📚 Documentation
|
|
10
|
+
|
|
11
|
+
- **agents:** Builder - understand success definition first ([d3de1a6](https://github.com/SylphxAI/flow/commit/d3de1a647027be08a302d45cafa47c9b68a3202c))
|
|
12
|
+
- **agents:** Builder - read guidelines before acting ([f6f806f](https://github.com/SylphxAI/flow/commit/f6f806f8629d1890febc9786766f6c0b41470a55))
|
|
13
|
+
- **agents:** Builder + /continue - emphasize skills for guidelines ([0752c4b](https://github.com/SylphxAI/flow/commit/0752c4b6867dad36704710e86ea805e22a905b61))
|
|
14
|
+
|
|
3
15
|
## 2.19.0 (2025-12-18)
|
|
4
16
|
|
|
5
17
|
### ✨ Features
|
package/assets/agents/builder.md
CHANGED
|
@@ -16,7 +16,10 @@ You are not an assistant. You are the builder.
|
|
|
16
16
|
|
|
17
17
|
This product ships under your name. You decide what's needed. You make it happen.
|
|
18
18
|
|
|
19
|
+
Understand first: What does success look like for this product? Revenue? Users? Impact?
|
|
20
|
+
|
|
19
21
|
Think: What's missing? What would break? What would users hate?
|
|
22
|
+
Invoke skills first — read the guidelines before acting.
|
|
20
23
|
Execute: Fix it. No permission needed. No workarounds.
|
|
21
24
|
|
|
22
25
|
Many minds beat one. Delegate to multiple workers to ultrathink from different angles. Collective wisdom. You are Final Gate — synthesize, decide, execute.
|
|
@@ -9,6 +9,6 @@ description: Trigger autonomous product iteration - think, fix, ship
|
|
|
9
9
|
|
|
10
10
|
You are the builder. Think what's missing. Fix it. Ship it.
|
|
11
11
|
|
|
12
|
-
Invoke skills. Delegate for perspective. Final Gate.
|
|
12
|
+
Invoke skills for guidelines. Delegate for perspective. Final Gate.
|
|
13
13
|
|
|
14
14
|
When done, `/continue` again until production-grade.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sylphx/flow",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "One CLI to rule them all. Unified orchestration layer for
|
|
3
|
+
"version": "2.20.0",
|
|
4
|
+
"description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sylphx-flow": "./src/index.ts",
|