refactor(mode-prompts): migrate team prompt

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

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-24 18:32:35 +09:00
parent 3b7f51d568
commit e79baf5910
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ export type {
export { resolveVariant } from "./variant-resolver"
export type { ResolveVariantInput } from "./variant-resolver"
export { loadPrompt, PromptFileNotFoundError, PromptPathTraversalError } from "./loader"
export { ANALYZE_MODE_PROMPT, SEARCH_MODE_PROMPT } from "./mode-prompts"
export { ANALYZE_MODE_PROMPT, SEARCH_MODE_PROMPT, TEAM_MODE_PROMPT } from "./mode-prompts"