chore: apply requested changes

This commit is contained in:
Ralph Khreish
2025-09-29 16:23:37 +02:00
parent 986ac117ae
commit 100c3dc47d
17 changed files with 3052 additions and 2511 deletions

View File

@@ -335,7 +335,7 @@ function validateClaudeCodeSettings(settings) {
});
// Define CommandSpecificSchema using the base schema
const CommandSpecificSchema = z.partialRecord(
const CommandSpecificSchema = z.record(
z.enum(AI_COMMAND_NAMES),
BaseSettingsSchema
);