feat(builtin-commands): register hyperplan builtin command
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -8,6 +8,7 @@ import { REFACTOR_TEMPLATE, REFACTOR_TEAM_MODE_ADDENDUM } from "./templates/refa
|
|||||||
import { START_WORK_TEMPLATE } from "./templates/start-work"
|
import { START_WORK_TEMPLATE } from "./templates/start-work"
|
||||||
import { HANDOFF_TEMPLATE } from "./templates/handoff"
|
import { HANDOFF_TEMPLATE } from "./templates/handoff"
|
||||||
import { REMOVE_AI_SLOPS_TEMPLATE, REMOVE_AI_SLOPS_TEAM_MODE_ADDENDUM } from "./templates/remove-ai-slops"
|
import { REMOVE_AI_SLOPS_TEMPLATE, REMOVE_AI_SLOPS_TEAM_MODE_ADDENDUM } from "./templates/remove-ai-slops"
|
||||||
|
import { HYPERPLAN_TEMPLATE } from "./templates/hyperplan"
|
||||||
|
|
||||||
interface LoadBuiltinCommandsOptions {
|
interface LoadBuiltinCommandsOptions {
|
||||||
useRegisteredAgents?: boolean
|
useRegisteredAgents?: boolean
|
||||||
@@ -134,6 +135,13 @@ $ARGUMENTS
|
|||||||
</user-request>`,
|
</user-request>`,
|
||||||
argumentHint: "[goal]",
|
argumentHint: "[goal]",
|
||||||
},
|
},
|
||||||
|
hyperplan: {
|
||||||
|
description: "(builtin) Adversarial multi-agent planning via team-mode (5 hostile category members cross-critique, lead synthesizes)",
|
||||||
|
template: `<command-instruction>
|
||||||
|
${HYPERPLAN_TEMPLATE}
|
||||||
|
</command-instruction>`,
|
||||||
|
argumentHint: "[planning-request]",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user