refactor(council): move hasCouncilResponseTag to council-response-extractor

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
ismeth
2026-03-02 00:21:30 +01:00
committed by YeonGyu-Kim
parent 45d3eb65df
commit 4a7ddae53f
4 changed files with 18 additions and 18 deletions
@@ -1,6 +1,6 @@
import type { PluginInput } from "@opencode-ai/plugin"
import { log, normalizeSDKResponse } from "../../shared"
import { hasCouncilResponseTag } from "./council-continuation-enforcer"
import { hasCouncilResponseTag } from "../../tools/council-archive/council-response-extractor"
type OpencodeClient = PluginInput["client"]