@syntesseraai/opencode-feature-factory 0.6.12 → 0.6.14

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,6 @@
1
1
  ---
2
2
  description: Implements features from approved plans and returns structured implementation outputs for pipeline handoff.
3
- color: '#10b981'
3
+ color: '#16b910'
4
4
  tools:
5
5
  read: true
6
6
  write: true
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Documentation implementation specialist for pipeline documentation stage.
3
- color: '#22c55e'
3
+ color: '#c522a2'
4
4
  tools:
5
5
  read: true
6
6
  write: true
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Pipeline entrypoint agent that gathers requirements and launches deterministic command workflow.
3
- color: '#8b5cf6'
3
+ color: '#6424f8'
4
4
  tools:
5
5
  read: true
6
6
  write: true
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: Mini-loop two-stage workflow entrypoint
3
3
  subtask: true
4
- model: openai/gpt-5.4
5
4
  return:
6
5
  - /mini-loop/implementation/run {as:implementation-phase} $ARGUMENTS
7
6
  - /mini-loop/documentation/run $RESULT[implementation-phase]
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.12",
4
+ "version": "0.6.14",
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",