From 65b38bea922e83c9c58ed5e1487644af4d08dbcb Mon Sep 17 00:00:00 2001 From: Konstantinos Panayiotou Date: Tue, 28 Jul 2026 22:04:52 +0300 Subject: [PATCH] fix: remove duplicate exports and add missing barrel export - Remove duplicate 'mouse-notepad' entry in HookNameSchema - Remove duplicate commands and experimental barrel exports - Add missing matrixx-self-config barrel export - Fix alphabetical ordering of barrel exports --- src/config/schema.ts | 3 +-- src/config/schema/hooks.ts | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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",