fix(config): deep merge agent overrides with reusable deepMerge utility (#27)

This commit is contained in:
Junho Yeo
2025-12-13 12:00:38 +09:00
committed by GitHub
parent 2cab36f06d
commit 3b129f11c4
4 changed files with 59 additions and 19 deletions

View File

@@ -7,3 +7,4 @@ export * from "./snake-case"
export * from "./tool-name"
export * from "./pattern-matcher"
export * from "./hook-disabled"
export * from "./deep-merge"