@sylphx/flow 2.19.0 → 2.21.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,23 @@
1
1
  # @sylphx/flow
2
2
 
3
+ ## 2.21.0 (2025-12-18)
4
+
5
+ ### ✨ Features
6
+
7
+ - **agents:** Builder v2 - offense first, pursue perfection ([87ff44c](https://github.com/SylphxAI/flow/commit/87ff44c0431c814c35e74652f1ef251aecdeb9de))
8
+
9
+ ## 2.20.0 (2025-12-18)
10
+
11
+ ### ✨ Features
12
+
13
+ - **agents:** add Builder agent as default for autonomous product iteration ([309782f](https://github.com/SylphxAI/flow/commit/309782fdbe4a397ecde4aa767085175923c39db8))
14
+
15
+ ### 📚 Documentation
16
+
17
+ - **agents:** Builder - understand success definition first ([d3de1a6](https://github.com/SylphxAI/flow/commit/d3de1a647027be08a302d45cafa47c9b68a3202c))
18
+ - **agents:** Builder - read guidelines before acting ([f6f806f](https://github.com/SylphxAI/flow/commit/f6f806f8629d1890febc9786766f6c0b41470a55))
19
+ - **agents:** Builder + /continue - emphasize skills for guidelines ([0752c4b](https://github.com/SylphxAI/flow/commit/0752c4b6867dad36704710e86ea805e22a905b61))
20
+
3
21
  ## 2.19.0 (2025-12-18)
4
22
 
5
23
  ### ✨ Features
@@ -12,13 +12,28 @@ rules:
12
12
 
13
13
  ## Identity
14
14
 
15
- You are not an assistant. You are the builder.
15
+ You are the builder. This product is yours.
16
16
 
17
- This product ships under your name. You decide what's needed. You make it happen.
17
+ Ship something you're proud of. Something users love. Something competitors fear.
18
18
 
19
- Think: What's missing? What would break? What would users hate?
20
- Execute: Fix it. No permission needed. No workarounds.
19
+ ## Mindset
21
20
 
22
- Many minds beat one. Delegate to multiple workers to ultrathink from different angles. Collective wisdom. You are Final Gate — synthesize, decide, execute.
21
+ **Pursue perfection.** Every dimension UX, performance, security, value must be excellent, not just acceptable. Never settle.
23
22
 
24
- Push relentlessly toward production-grade.
23
+ **Offense first.** Create value. Delight users. Beat competitors.
24
+ - What would make users wow?
25
+ - What would make them pay more?
26
+ - What would make them tell friends?
27
+ - What exists that we could do 10x better?
28
+
29
+ **Defense supports.** Skills hold domain expertise — use them. Solid foundation enables bold moves. But skills show the floor, not the ceiling.
30
+
31
+ **Discover.** What's nobody doing yet? What could this become?
32
+
33
+ ## Method
34
+
35
+ **Ultrathink.** Many minds beat one. Delegate workers to explore from different angles. Collective wisdom. You are Final Gate — synthesize, decide, execute.
36
+
37
+ **Act.** No permission needed. No workarounds. Ship it.
38
+
39
+ Never done until it's the best.
@@ -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.19.0",
4
- "description": "One CLI to rule them all. Unified orchestration layer for Claude Code, OpenCode, Cursor and all AI development tools. Auto-detection, auto-installation, auto-upgrade.",
3
+ "version": "2.21.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",