From 4efde71d831755a58a6597e847243cc4e55617fa Mon Sep 17 00:00:00 2001 From: Crucible Date: Sun, 15 Feb 2026 10:52:06 -0600 Subject: [PATCH] chore: Add CODEOWNERS file with proper team assignments --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..6102a96 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +* @burnt-labs/burnt-engineering/burnt-protocol + +.github/ @burnt-labs/burnt-engineering/burnt-devops +vitest.config.ts @burnt-labs/burnt-engineering/burnt-devops +eslint.config.* @burnt-labs/burnt-engineering/burnt-devops