@syntesseraai/opencode-feature-factory 0.6.2 → 0.6.4

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.
@@ -18,8 +18,8 @@ permission:
18
18
  reviewing: allow
19
19
  edit: allow
20
20
  bash: allow
21
- write:
22
- '.feature-factory/agents/*': allow
21
+ write: allow
22
+ read: allow
23
23
  # File tools - agents directory only (read/write)
24
24
  ff-agents-get: allow
25
25
  ff-agents-update: allow
@@ -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:
@@ -20,8 +21,8 @@ permission:
20
21
  reviewing: allow
21
22
  edit: allow
22
23
  bash: allow
23
- write:
24
- '.feature-factory/agents/*': allow
24
+ write: allow
25
+ read: allow
25
26
  # File tools - agents directory only (read/write)
26
27
  ff-agents-get: allow
27
28
  ff-agents-update: allow
@@ -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:
@@ -20,8 +21,8 @@ permission:
20
21
  reviewing: allow
21
22
  edit: allow
22
23
  bash: allow
23
- write:
24
- '.feature-factory/agents/*': allow
24
+ write: allow
25
+ read: allow
25
26
  # File tools - agents directory only (read/write)
26
27
  ff-agents-get: allow
27
28
  ff-agents-update: allow
@@ -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:
@@ -20,8 +21,8 @@ permission:
20
21
  reviewing: allow
21
22
  edit: allow
22
23
  bash: allow
23
- write:
24
- '.feature-factory/agents/*': allow
24
+ write: allow
25
+ read: allow
25
26
  # File tools - agents directory only (read/write)
26
27
  ff-agents-get: allow
27
28
  ff-agents-update: allow
@@ -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:
@@ -21,8 +21,8 @@ permission:
21
21
  general: deny
22
22
  edit: allow
23
23
  bash: allow
24
- write:
25
- '.feature-factory/agents/*': allow
24
+ write: allow
25
+ read: allow
26
26
  # File tools - agents directory (read/write for own context)
27
27
  ff-agents-get: allow
28
28
  ff-agents-update: allow
@@ -30,15 +30,15 @@ permission:
30
30
  ff-agents-show: allow
31
31
  ff-agents-current: allow
32
32
  ff-agents-clear: allow
33
- # File tools - plans directory (read only)
33
+ # File tools - plans directory (read/write)
34
34
  ff-plans-get: allow
35
35
  ff-plans-list: allow
36
- ff-plans-update: deny
37
- ff-plans-delete: deny
38
- # File tools - reviews directory (read only)
36
+ ff-plans-update: allow
37
+ ff-plans-delete: allow
38
+ # File tools - reviews directory (read/write)
39
39
  ff-reviews-get: allow
40
40
  ff-reviews-list: allow
41
- ff-reviews-update: deny
41
+ ff-reviews-update: allow
42
42
  ---
43
43
 
44
44
  You are the **Pipeline Orchestrator** for Feature Factory. You coordinate an end-to-end multi-model pipeline that takes user requirements through planning, building, and reviewing — using multiple AI models at each stage for quality, consensus, and rigour.
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.4",
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",