chore: add source-level common-repo config

This commit is contained in:
2026-03-15 01:28:03 -07:00
parent aa94b0a057
commit 0f70793fe8

11
.common-repo.yaml Normal file
View File

@@ -0,0 +1,11 @@
# Source-level common-repo config.
# Only files under src/ are distributed to consumers.
# The rename strips the src/ prefix so they land at the repo root.
- include:
patterns:
- "src/**"
- "src/.*"
- "src/.github/**"
- rename:
- from: "^src/(.*)$"
to: "$1"