From 31379b3b8724f90886d0ec7ee9b328a56df22478 Mon Sep 17 00:00:00 2001 From: nearlyforget Date: Wed, 11 Feb 2026 07:32:42 +0000 Subject: [PATCH 1/7] chore: add CODEOWNERS file --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..7c70696 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Universal Commerce Protocol (UCP) Codeowners +* @Universal-Commerce-Protocol/maintainers +/.github/ @Universal-Commerce-Protocol/devops-maintainers From fa9f9acf51720f9f896b573324ab66e4275ea064 Mon Sep 17 00:00:00 2001 From: nearlyforget Date: Wed, 11 Feb 2026 17:41:56 +0000 Subject: [PATCH 2/7] update CODEOWNERS with granular infra and governance rules --- .github/CODEOWNERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7c70696..f792ad3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,9 @@ # Universal Commerce Protocol (UCP) Codeowners * @Universal-Commerce-Protocol/maintainers -/.github/ @Universal-Commerce-Protocol/devops-maintainers + +# Infrastructure & Tooling +/.github/ @Universal-Commerce-Protocol/devops-maintainers +/.gitignore @Universal-Commerce-Protocol/devops-maintainers + +# Governance +/SECURITY.md @Universal-Commerce-Protocol/governance-council From 41eed39901d4555c3fc43c0e322a94eba6dad9d7 Mon Sep 17 00:00:00 2001 From: nearlyforget Date: Thu, 12 Feb 2026 19:36:59 +0000 Subject: [PATCH 3/7] docs: add governance-council as owner of CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f792ad3..055c671 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,4 +6,5 @@ /.gitignore @Universal-Commerce-Protocol/devops-maintainers # Governance +/.github/CODEOWNERS @Universal-Commerce-Protocol/governance-council /SECURITY.md @Universal-Commerce-Protocol/governance-council From 2630728b3f9b286bbbe7cd43043934cd2cfaff3e Mon Sep 17 00:00:00 2001 From: nearlyforget Date: Thu, 12 Feb 2026 19:45:30 +0000 Subject: [PATCH 4/7] docs: move CODEOWNERS ownership to end of file to ensure precedence --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 055c671..38decd4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,5 +6,6 @@ /.gitignore @Universal-Commerce-Protocol/devops-maintainers # Governance -/.github/CODEOWNERS @Universal-Commerce-Protocol/governance-council /SECURITY.md @Universal-Commerce-Protocol/governance-council + +/.github/CODEOWNERS @Universal-Commerce-Protocol/governance-council From 354b3b3f6f72b0d2360dc9e2e7df45ca3006fa76 Mon Sep 17 00:00:00 2001 From: nearlyforget Date: Fri, 13 Feb 2026 23:13:14 +0000 Subject: [PATCH 5/7] chore: remove community health files from CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 38decd4..b2a5177 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,6 +6,5 @@ /.gitignore @Universal-Commerce-Protocol/devops-maintainers # Governance -/SECURITY.md @Universal-Commerce-Protocol/governance-council /.github/CODEOWNERS @Universal-Commerce-Protocol/governance-council From a13b42de7f0b9c01ef260f0d7afe5aa2bd1ea0fa Mon Sep 17 00:00:00 2001 From: nearlyforget Date: Fri, 13 Feb 2026 23:19:06 +0000 Subject: [PATCH 6/7] style: remove redundant empty line in CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b2a5177..610355c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,5 +6,4 @@ /.gitignore @Universal-Commerce-Protocol/devops-maintainers # Governance - /.github/CODEOWNERS @Universal-Commerce-Protocol/governance-council From ee11c4ae299dff5684f36cdd55b10f522a6d74ec Mon Sep 17 00:00:00 2001 From: nearlyforget Date: Fri, 13 Feb 2026 23:41:16 +0000 Subject: [PATCH 7/7] chore: remove local community health files in favor of org-level ones --- SECURITY.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index b01d986..0000000 --- a/SECURITY.md +++ /dev/null @@ -1,23 +0,0 @@ - - -# Security Policy - -To report a security issue, please use [g.co/vulnz](https://g.co/vulnz). - -The Google Security Team will respond within 5 working days of your report on g.co/vulnz. - -We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Advisory to privately discuss and fix the issue.