@sylphx/flow 1.4.13 → 1.4.14

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,18 @@
1
1
  # @sylphx/flow
2
2
 
3
+ ## 1.4.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 11abdf2: Add workspace.md rule to agent frontmatter:
8
+
9
+ - Coder: added workspace (creates .sylphx/ documentation)
10
+ - Reviewer: added workspace (checks workspace conventions)
11
+ - Writer: added workspace (documents .sylphx/ patterns)
12
+ - Orchestrator: kept core only (coordination, no file creation)
13
+
14
+ Ensures workspace documentation rule is properly embedded in Claude Code agent files.
15
+
3
16
  ## 1.4.13
4
17
 
5
18
  ### Patch Changes
@@ -6,6 +6,7 @@ temperature: 0.3
6
6
  rules:
7
7
  - core
8
8
  - code-standards
9
+ - workspace
9
10
  ---
10
11
 
11
12
  # CODER
@@ -6,6 +6,7 @@ temperature: 0.3
6
6
  rules:
7
7
  - core
8
8
  - code-standards
9
+ - workspace
9
10
  ---
10
11
 
11
12
  # REVIEWER
@@ -5,6 +5,7 @@ mode: primary
5
5
  temperature: 0.3
6
6
  rules:
7
7
  - core
8
+ - workspace
8
9
  ---
9
10
 
10
11
  # WRITER
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/flow",
3
- "version": "1.4.13",
3
+ "version": "1.4.14",
4
4
  "description": "AI-powered development workflow automation with autonomous loop mode and smart configuration",
5
5
  "type": "module",
6
6
  "bin": {