@sylphx/flow 2.29.0 → 2.29.1

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,13 @@
1
1
  # @sylphx/flow
2
2
 
3
+ ## 2.29.1 (2026-01-08)
4
+
5
+ Use Skill tool instead of hardcoded paths in /continue2
6
+
7
+ ### 📚 Documentation
8
+
9
+ - use Skill tool instead of hardcoded paths in /continue2 ([0c2289d](https://github.com/SylphxAI/flow/commit/0c2289d0e821677b7d7c0f088b41b58ead341635))
10
+
3
11
  ## 2.29.0 (2026-01-07)
4
12
 
5
13
  Add /continue2 slash command; clarify skill boundaries; remove hardcoded Radix list
@@ -13,19 +13,17 @@ Review all skill guidelines until perfection.
13
13
 
14
14
  Review each skill guideline one by one:
15
15
 
16
- 1. Read the skill file
16
+ 1. Use the Skill tool to load the skill (e.g., `skill: "auth"`)
17
17
  2. Evaluate against criteria (below)
18
18
  3. Fix any issues found
19
19
  4. Move to next skill
20
20
 
21
- Skills to review (in order):
22
- - auth, account-security
21
+ Skills to review (25 total):
22
+ - auth, account-security, admin, appsec
23
23
  - billing, pricing, ledger
24
- - admin, appsec
25
24
  - database, data-modeling
26
- - delivery, deployments
27
- - observability, privacy
28
- - seo, performance, pwa
25
+ - delivery, deployments, observability
26
+ - privacy, seo, performance, pwa
29
27
  - uiux, i18n, growth
30
28
  - storage, support, referral
31
29
  - abuse-prevention, competitive-analysis, code-quality
@@ -37,6 +35,8 @@ After completing Phase 1, delegate a full review to a worker agent:
37
35
  ```
38
36
  Task: Review all 25 skill guidelines for issues.
39
37
 
38
+ Use the Skill tool to load each skill (e.g., skill: "auth", skill: "billing", etc.)
39
+
40
40
  Check for:
41
41
  - Overlapping responsibilities between skills
42
42
  - Missing cross-references where skills relate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/flow",
3
- "version": "2.29.0",
3
+ "version": "2.29.1",
4
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": {