@comfanion/workflow 3.7.0 → 3.7.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/bin/cli.js +1 -1
- package/package.json +1 -1
- package/src/build-info.json +1 -1
- package/src/opencode/config.yaml +1 -1
- package/src/opencode/opencode.json +2 -1
package/bin/cli.js
CHANGED
package/package.json
CHANGED
package/src/build-info.json
CHANGED
package/src/opencode/config.yaml
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# PROJECT CONFIGURATION
|
|
7
7
|
# =============================================================================
|
|
8
8
|
project_name: "ai-wf"
|
|
9
|
-
version: "3.7.
|
|
9
|
+
version: "3.7.1"
|
|
10
10
|
|
|
11
11
|
# =============================================================================
|
|
12
12
|
# USER CONFIGURATION
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"description": "Default development agent - use @pm, @architect, @analyst, @dev for specialized tasks"
|
|
15
15
|
},
|
|
16
16
|
"plan": {
|
|
17
|
-
"
|
|
17
|
+
"mode": "primary",
|
|
18
|
+
"description": "Planning agent - analyzes requests and delegates to specialized agents: @pm for stories/epics/PRD, @architect for architecture/ADRs, @analyst for requirements, @dev for implementation"
|
|
18
19
|
}
|
|
19
20
|
},
|
|
20
21
|
|