diff --git a/src/config/schema.ts b/src/config/schema.ts index d0fa3d56197..13e6a5b4387 100644 --- a/src/config/schema.ts +++ b/src/config/schema.ts @@ -8,14 +8,13 @@ export * from "./schema/background-task" export * from "./schema/browser-automation" export * from "./schema/categories" export * from "./schema/commands" -export * from "./schema/commands" export * from "./schema/comment-checker" export * from "./schema/dcp" export * from "./schema/experimental" -export * from "./schema/experimental" export * from "./schema/hooks" export * from "./schema/matrix-loop" export * from "./schema/matrixx-config" +export * from "./schema/matrixx-self-config" export * from "./schema/model-capabilities" export * from "./schema/morpheus" export * from "./schema/morpheus-agent" diff --git a/src/config/schema/hooks.ts b/src/config/schema/hooks.ts index f23f8be981c..40f42c223cf 100644 --- a/src/config/schema/hooks.ts +++ b/src/config/schema/hooks.ts @@ -35,8 +35,7 @@ export const HookNameSchema = z.enum([ "delegate-task-retry", "oracle-md-only", "plan-persister", - "mouse-notepad", - "mouse-notepad", + "mouse-notepad", "start-work", "architect", "unstable-agent-babysitter",