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:
YeonGyu-Kim
2026-04-11 22:29:08 +09:00
parent 1e2e001955
commit 9d89bbb03a
+1 -1
View File
@@ -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
}