opencode-kolchoz-loop 1.0.2 → 1.0.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,7 +1,6 @@
1
1
  ---
2
2
  description: "Code reviewer and quality gate. Reviews Areczek's work: tests, linting, typecheck, and diff review. Decides pass/fail."
3
3
  mode: subagent
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  temperature: 0.1
6
5
  color: "#f43f5e"
7
6
  tools:
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: "Lead implementer. Writes code, runs tests, commits changes. Has full access to tools, browser MCP, and Git. Executes PRD user stories."
3
3
  mode: subagent
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  temperature: 0.1
6
5
  color: "#22d3ee"
7
6
  steps: 50
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: "Requirements analyst. Clarifies requests from Januszek, analyzes the codebase, and creates a structured PRD with user stories and acceptance criteria."
3
3
  mode: subagent
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  temperature: 0.2
6
5
  color: "#a855f7"
7
6
  tools:
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: "Main Kolchoz Loop orchestrator. Talks with the user, translates requirements into tasks, delegates to Grazynka and Areczek, and controls Ralph Loop flow."
3
3
  mode: primary
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  temperature: 0.3
6
5
  color: "#ff6b35"
7
6
  tools:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-kolchoz-loop",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Multi-agent Ralph Loop plugin for OpenCode - Januszek, Grazynka, Areczek, Anetka",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: "Code reviewer and quality gate. Reviews Areczek's work: tests, linting, typecheck, and diff review. Decides pass/fail."
3
3
  mode: subagent
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  temperature: 0.1
6
5
  color: "#f43f5e"
7
6
  tools:
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: "Lead implementer. Writes code, runs tests, commits changes. Has full access to tools, browser MCP, and Git. Executes PRD user stories."
3
3
  mode: subagent
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  temperature: 0.1
6
5
  color: "#22d3ee"
7
6
  steps: 50
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: "Requirements analyst. Clarifies requests from Januszek, analyzes the codebase, and creates a structured PRD with user stories and acceptance criteria."
3
3
  mode: subagent
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  temperature: 0.2
6
5
  color: "#a855f7"
7
6
  tools:
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: "Main Kolchoz Loop orchestrator. Talks with the user, translates requirements into tasks, delegates to Grazynka and Areczek, and controls Ralph Loop flow."
3
3
  mode: primary
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  temperature: 0.3
6
5
  color: "#ff6b35"
7
6
  tools: