diff --git a/.changeset/codeowners-hotload-boundary.md b/.changeset/codeowners-hotload-boundary.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/codeowners-hotload-boundary.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..a7785c93d35 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Hotload boundary +# +# These files are part of the runtime surface that ships to consumer +# apps without explicit version bumps. See AGENTS.md for context. + +/packages/clerk-js/src/core/clerk.ts @clerk/team-sdk +/packages/react/src/isomorphicClerk.ts @clerk/team-sdk +/packages/ui/src/contexts/ @clerk/team-sdk