From 4f0cba15a0527c1ac9b7cba692aa3dd181e2eb97 Mon Sep 17 00:00:00 2001 From: fullex <0xfullex@gmail.com> Date: Sat, 29 Nov 2025 19:36:42 +0800 Subject: [PATCH] chore: add CODEOWNERS entry for v2-refactor-temp directory - Assign @0xfullex as the code owner for the new v2-refactor-temp directory to streamline collaboration during the V2 refactoring process. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4216055bc0..b178b306bf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,6 +8,7 @@ /packages/shared/data/ @0xfullex /src/main/data/ @0xfullex /src/renderer/src/data/ @0xfullex +/v2-refactor-temp/ @0xfullex /packages/ui/ @MyPrototypeWhat