@comfanion/workflow 4.36.35 → 4.36.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfanion/workflow",
3
- "version": "4.36.35",
3
+ "version": "4.36.36",
4
4
  "description": "Initialize OpenCode Workflow system for AI-assisted development with semantic code search",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.36.35",
3
- "buildDate": "2026-01-24T21:09:22.844Z",
2
+ "version": "4.36.36",
3
+ "buildDate": "2026-01-24T21:14:08.636Z",
4
4
  "files": [
5
5
  "config.yaml",
6
6
  "FLOW.yaml",
@@ -26,6 +26,17 @@ config:
26
26
  - sprint_artifacts
27
27
  - implementation_artifacts
28
28
 
29
+ # =============================================================================
30
+ # MCP TOOLS (Available to agents)
31
+ # =============================================================================
32
+ mcp:
33
+ context7:
34
+ use: "When researching library documentation (npm, Go, Python)"
35
+ agents: [dev, architect, researcher]
36
+ sequential-thinking:
37
+ use: "For complex reasoning, architecture decisions, multi-step analysis"
38
+ agents: [architect, analyst]
39
+
29
40
  # =============================================================================
30
41
  # WORKFLOW PIPELINE (Main Flow)
31
42
  # =============================================================================