Merge pull request #3343 from code-yeongyu/refactor/ultrawork-cleanup-pass

refactor: trim duplicate logic and dead internal exports
This commit is contained in:
YeonGyu-Kim
2026-04-11 23:12:16 +09:00
committed by GitHub
8 changed files with 80 additions and 73 deletions
+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
}