From e7bdd45be1e54bd64b307494129d63af2fcb0fbf Mon Sep 17 00:00:00 2001 From: kumarabhirup Date: Mon, 2 Mar 2026 18:35:27 -0800 Subject: [PATCH] feat(web): add IDENTITY.md to system file patterns in file-manager-tree --- apps/web/app/components/workspace/file-manager-tree.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/app/components/workspace/file-manager-tree.tsx b/apps/web/app/components/workspace/file-manager-tree.tsx index a01694d0dc5..b5b68385d63 100644 --- a/apps/web/app/components/workspace/file-manager-tree.tsx +++ b/apps/web/app/components/workspace/file-manager-tree.tsx @@ -71,6 +71,7 @@ const ALWAYS_SYSTEM_PATTERNS = [ const ROOT_ONLY_SYSTEM_PATTERNS = [ /^workspace\.duckdb/, /^workspace_context\.yaml$/, + /^IDENTITY\.md$/, ]; function isSystemFile(path: string): boolean {