diff --git a/.claude/settings.json b/.claude/settings.json index cd123e37..4d07b5dd 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -35,6 +35,18 @@ } ] } + ], + "WorktreeCreate": [ + { + "hooks": [ + { + "type": "command", + "command": "bun install", + "timeout": 60, + "statusMessage": "Installing dependencies in worktree..." + } + ] + } ] }, "agent": "archgate:developer" diff --git a/knip.json b/knip.json index 7ac0f8d2..0610260d 100644 --- a/knip.json +++ b/knip.json @@ -6,9 +6,20 @@ "ignoreDependencies": [ "@commitlint/cli", "@simple-release/npm", - "conventional-changelog-angular" + "conventional-changelog", + "conventional-changelog-angular", + "czg", + "oxfmt", + "oxlint" + ], + "ignoreBinaries": [ + "conventional-changelog", + "czg", + "knip", + "oxfmt", + "oxlint", + "tsc" ], - "ignoreBinaries": ["tsc"], "ignoreExportsUsedInFile": true, "tags": ["-internal"] }