@syntesseraai/opencode-feature-factory 0.6.2 → 0.6.3

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.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: 'Building specialist pinned to ChatGPT Codex. Implements features and makes code changes based on implementation plans. Use this sub-agent for ChatGPT-powered building via skill-based model routing.'
3
3
  model: openai/gpt-5.3-codex
4
+ reasoning_effort: xhigh
4
5
  mode: subagent
5
6
  color: '#10b981'
6
7
  tools:
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: 'Building specialist pinned to Gemini. Implements features and makes code changes based on implementation plans. Use this sub-agent for Gemini-powered building via skill-based model routing.'
3
3
  model: opencode/gemini-3.1-pro
4
+ reasoning_effort: high
4
5
  mode: subagent
5
6
  color: '#10b981'
6
7
  tools:
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: 'Building specialist pinned to Claude Opus. Implements features and makes code changes based on implementation plans. Use this sub-agent for Opus-powered building via skill-based model routing.'
3
3
  model: anthropic/claude-opus-4-6
4
+ reasoning_effort: max
4
5
  mode: subagent
5
6
  color: '#10b981'
6
7
  tools:
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: 'Planning specialist pinned to ChatGPT. Creates comprehensive implementation plans before making any code changes. Use this sub-agent for ChatGPT-powered planning via skill-based model routing.'
3
3
  model: openai/gpt-5.4
4
+ reasoning_effort: xhigh
4
5
  mode: subagent
5
6
  color: '#3b82f6'
6
7
  tools:
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: 'Planning specialist pinned to Gemini. Creates comprehensive implementation plans before making any code changes. Use this sub-agent for Gemini-powered planning via skill-based model routing.'
3
3
  model: opencode/gemini-3.1-pro
4
+ reasoning_effort: high
4
5
  mode: subagent
5
6
  color: '#3b82f6'
6
7
  tools:
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: 'Planning specialist pinned to Claude Opus. Creates comprehensive implementation plans before making any code changes. Use this sub-agent for Opus-powered planning via skill-based model routing.'
3
3
  model: anthropic/claude-opus-4-6
4
+ reasoning_effort: max
4
5
  mode: subagent
5
6
  color: '#3b82f6'
6
7
  tools:
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: 'Reviewing specialist pinned to ChatGPT. Comprehensive validation agent that reviews implementation quality across all dimensions. Use this sub-agent for ChatGPT-powered reviewing via skill-based model routing.'
3
3
  model: openai/gpt-5.4
4
+ reasoning_effort: xhigh
4
5
  mode: subagent
5
6
  color: '#f59e0b'
6
7
  tools:
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: 'Reviewing specialist pinned to Gemini. Comprehensive validation agent that reviews implementation quality across all dimensions. Use this sub-agent for Gemini-powered reviewing via skill-based model routing.'
3
3
  model: opencode/gemini-3.1-pro
4
+ reasoning_effort: high
4
5
  mode: subagent
5
6
  color: '#f59e0b'
6
7
  tools:
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: 'Reviewing specialist pinned to Claude Opus. Comprehensive validation agent that reviews implementation quality across all dimensions. Use this sub-agent for Opus-powered reviewing via skill-based model routing.'
3
3
  model: anthropic/claude-opus-4-6
4
+ reasoning_effort: max
4
5
  mode: subagent
5
6
  color: '#f59e0b'
6
7
  tools:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@syntesseraai/opencode-feature-factory",
4
- "version": "0.6.2",
4
+ "version": "0.6.3",
5
5
  "type": "module",
6
6
  "description": "OpenCode plugin for Feature Factory agents - provides sub-agents and skills for validation, review, security, and architecture assessment",
7
7
  "license": "MIT",