@syntesseraai/opencode-feature-factory 0.11.11 → 0.11.12

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.
@@ -2,7 +2,7 @@
2
2
  description: Feature Factory — native stage orchestrator for planning, building, reviewing, and documenting through sub-agents.
3
3
  mode: primary
4
4
  color: '#0fc24e'
5
- model: openai/gpt-5.4-pro
5
+ model: openai/gpt-5.4
6
6
  permissions:
7
7
  write: deny
8
8
  edit: deny
@@ -2,7 +2,7 @@
2
2
  description: Creates implementation plans and planning gates for pipeline and ad-hoc work. Uses result-based handoff instead of file artifacts.
3
3
  mode: all
4
4
  color: '#3b82f6'
5
- model: openai/gpt-5.4
5
+ model: openai/gpt-5.4-pro
6
6
  permissions:
7
7
  write: deny
8
8
  edit: deny
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.11.11",
4
+ "version": "0.11.12",
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",