refactor(mode-prompts): migrate hyperplan 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:
@@ -9,4 +9,9 @@ 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, TEAM_MODE_PROMPT } from "./mode-prompts"
|
||||
export {
|
||||
ANALYZE_MODE_PROMPT,
|
||||
HYPERPLAN_MODE_PROMPT,
|
||||
SEARCH_MODE_PROMPT,
|
||||
TEAM_MODE_PROMPT,
|
||||
} from "./mode-prompts"
|
||||
|
||||
Reference in New Issue
Block a user