refactor(commands): keep builtin command options internal
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,7 +9,7 @@ import { START_WORK_TEMPLATE } from "./templates/start-work"
|
||||
import { HANDOFF_TEMPLATE } from "./templates/handoff"
|
||||
import { REMOVE_AI_SLOPS_TEMPLATE } from "./templates/remove-ai-slops"
|
||||
|
||||
export interface LoadBuiltinCommandsOptions {
|
||||
interface LoadBuiltinCommandsOptions {
|
||||
useRegisteredAgents?: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user