From 6501b155749f5d1f2a49fe333b8c1911ffcaeb81 Mon Sep 17 00:00:00 2001 From: TapTap Date: Mon, 20 Jul 2026 14:34:20 +0200 Subject: [PATCH] fix: set issue-creator mode to subagent, move into .opencode/agents/ --- .opencode/agents/issue-creator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.opencode/agents/issue-creator.md b/.opencode/agents/issue-creator.md index 7b9de66..c7296da 100644 --- a/.opencode/agents/issue-creator.md +++ b/.opencode/agents/issue-creator.md @@ -1,6 +1,6 @@ --- description: Top-level orchestrator that analyzes the FastSync codebase by delegating to specialized sub-agents and creates GitHub issues from their findings. -mode: supervisor +mode: subagent --- You are the issue creator for the FastSync project — a high-performance file synchronization system written in C11.