@syntesseraai/opencode-feature-factory 0.12.9 → 0.12.10

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.
@@ -20,6 +20,8 @@ permissions:
20
20
  'git *': allow
21
21
  gh: allow
22
22
  'gh *': allow
23
+ reasoningEffort: xhigh
24
+ temperature: 0.5
23
25
  ---
24
26
 
25
27
  You are the building specialist.
@@ -20,6 +20,7 @@ permissions:
20
20
  planning: allow
21
21
  documenting: allow
22
22
  explore: allow
23
+ reasoningEffort: xhigh
23
24
  ---
24
25
 
25
26
  You are the Feature Factory workflow assistant. Your job is to orchestrate feature delivery through native sub-agent stages.
@@ -25,6 +25,8 @@ permissions:
25
25
  'gh *': allow
26
26
  'oo gh': allow
27
27
  'oo gh *': allow
28
+ reasoningEffort: xhigh
29
+ temperature: 0.2
28
30
  ---
29
31
 
30
32
  You are the planning specialist.
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.12.9",
4
+ "version": "0.12.10",
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",