From 8d8660abfec7bc263313999f6ee0707cf37be304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8NW=C2=A8?= <¨neroworld@mail.ru¨> Date: Sun, 5 Apr 2026 15:09:50 +0100 Subject: [PATCH] fix: correct agent modes from 'all' to 'subagent' These agents are invoked by other agents (orchestrator), not directly by user: - history-miner: invoked by orchestrator during [planned] phase - system-analyst: invoked by orchestrator during [researching] phase - prompt-optimizer: invoked by evaluator when score < 7 - product-owner: invoked by evaluator for process improvements - agent-architect: invoked by capability-analyst when gaps identified - browser-automation: invoked by orchestrator for E2E testing - visual-tester: invoked by orchestrator for visual regression Mode 'all' should be used only for agents that can be both primary (user-facing) and subagent (invoked by other agents). --- .kilo/agents/agent-architect.md | 2 +- .kilo/agents/browser-automation.md | 2 +- .kilo/agents/history-miner.md | 2 +- .kilo/agents/product-owner.md | 2 +- .kilo/agents/prompt-optimizer.md | 2 +- .kilo/agents/system-analyst.md | 2 +- .kilo/agents/visual-tester.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.kilo/agents/agent-architect.md b/.kilo/agents/agent-architect.md index 8cb3b12..fb2ee9a 100644 --- a/.kilo/agents/agent-architect.md +++ b/.kilo/agents/agent-architect.md @@ -1,6 +1,6 @@ --- name: Agent Architect -mode: all +mode: subagent model: ollama-cloud/nemotron-3-super description: Creates, modifies, and reviews new agents, workflows, and skills based on capability gap analysis color: "#8B5CF6" diff --git a/.kilo/agents/browser-automation.md b/.kilo/agents/browser-automation.md index 2c4c3de..5ba7899 100644 --- a/.kilo/agents/browser-automation.md +++ b/.kilo/agents/browser-automation.md @@ -1,6 +1,6 @@ --- description: Browser automation agent using Playwright MCP for E2E testing, form filling, navigation, and web interaction -mode: all +mode: subagent model: ollama-cloud/glm-5 color: "#1E88E5" permission: diff --git a/.kilo/agents/history-miner.md b/.kilo/agents/history-miner.md index d3a227e..8967ca9 100644 --- a/.kilo/agents/history-miner.md +++ b/.kilo/agents/history-miner.md @@ -1,6 +1,6 @@ --- description: Analyzes git history to find duplicates and past solutions, preventing regression and duplicate work -mode: all +mode: subagent model: ollama-cloud/nemotron-3-super color: "#059669" permission: diff --git a/.kilo/agents/product-owner.md b/.kilo/agents/product-owner.md index b123723..08c767b 100644 --- a/.kilo/agents/product-owner.md +++ b/.kilo/agents/product-owner.md @@ -1,6 +1,6 @@ --- description: Manages issue checklists, status labels, tracks progress and coordinates with human users -mode: all +mode: subagent model: ollama-cloud/glm-5 color: "#EA580C" permission: diff --git a/.kilo/agents/prompt-optimizer.md b/.kilo/agents/prompt-optimizer.md index a9685ac..0023758 100644 --- a/.kilo/agents/prompt-optimizer.md +++ b/.kilo/agents/prompt-optimizer.md @@ -1,6 +1,6 @@ --- description: Improves agent system prompts based on performance failures. Meta-learner for prompt optimization -mode: all +mode: subagent model: qwen/qwen3.6-plus:free color: "#BE185D" permission: diff --git a/.kilo/agents/system-analyst.md b/.kilo/agents/system-analyst.md index 2b4de73..0c33617 100644 --- a/.kilo/agents/system-analyst.md +++ b/.kilo/agents/system-analyst.md @@ -1,6 +1,6 @@ --- description: Designs technical specifications, data schemas, and API contracts before implementation -mode: all +mode: subagent model: qwen/qwen3.6-plus:free color: "#0891B2" permission: diff --git a/.kilo/agents/visual-tester.md b/.kilo/agents/visual-tester.md index 5bc0f51..28ba2b5 100644 --- a/.kilo/agents/visual-tester.md +++ b/.kilo/agents/visual-tester.md @@ -1,6 +1,6 @@ --- description: Visual regression testing agent that compares screenshots and detects UI differences using pixelmatch and image diff -mode: all +mode: subagent model: ollama-cloud/glm-5 color: "#E91E63" permission: