From 3edb7fbe81e735b55c64e2b8d4245f338fc10df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E8=A1=8C=E5=AD=90?= Date: Sun, 12 Jul 2026 03:46:52 +0800 Subject: [PATCH 1/2] docs(governance): align github repository layer --- CHARTER.md | 5 ++++- README.md | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHARTER.md b/CHARTER.md index b2bba17..4413bed 100644 --- a/CHARTER.md +++ b/CHARTER.md @@ -1,5 +1,6 @@ --- -层级: Organization Integration +层级: Organization +职责限定: GitHub Platform Integration 状态: Active 负责人: MathArts maintainers --- @@ -9,6 +10,8 @@ 维护 MathArts 在 GitHub 平台上的公共组织主页、默认社区健康文件、 Issue/PR 模板和平台集成配置。 +本仓库属于 Organization 层,但只承担 GitHub 平台集成职责,不定义 MathArts 的组织架构、治理模型或工程规范。 + ## 职责范围 - GitHub 组织主页 diff --git a/README.md b/README.md index d92a8cd..db17a5a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 本仓库维护 MathArts GitHub 组织的默认社区健康文件和跨仓库协作配置。 +本仓库的主要层级为 **Organization**,职责限定为 **GitHub Platform Integration**。正式边界以 [`CHARTER.md`](CHARTER.md) 为准;组织架构、治理和跨仓库规范由 [`matharts/ecosystem`](https://github.com/matharts/ecosystem) 维护。 + 当组织内的项目仓库没有提供同类文件时,GitHub 会使用本仓库中的默认版本。项目特定的规则、架构和文档仍应在对应项目仓库中维护。 ## 快速入口 From 8791871fa7fd451b86225b87104d64aadcea92b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E8=A1=8C=E5=AD=90?= Date: Sun, 12 Jul 2026 03:48:53 +0800 Subject: [PATCH 2/2] docs: update ecosystem specification links --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ac83b6..3e9f970 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -270,7 +270,7 @@ git switch -c <类型>/<简要描述> * 不无故降低类型安全或测试覆盖; * 与已接受的架构决定和规范保持一致。 -通用约定参见 MathArts 的[代码风格指南](https://github.com/matharts/ecosystem/blob/main/specs/code/style.md)。项目仓库的本地规则优先于组织级通用指南。 +通用约定参见 MathArts 的[代码风格指南](https://github.com/matharts/ecosystem/blob/main/specs/engineering/code-style.md)。项目仓库的本地规则优先于组织级通用指南。 ## 10. 术语、规则和知识数据 @@ -374,7 +374,7 @@ README 应用于项目介绍和快速开始,不应成为所有技术细节的 ## 13. Commit 规范 -MathArts 默认使用 Conventional Commits 风格。详细要求参见[Commit 规范](https://github.com/matharts/ecosystem/blob/main/specs/git/commit.md)。目标仓库可以根据发布流程和工具链制定更具体的 Commit 要求。 +MathArts 默认使用 Conventional Commits 风格。详细要求参见[Commit 规范](https://github.com/matharts/ecosystem/blob/main/specs/engineering/commit-convention.md)。目标仓库可以根据发布流程和工具链制定更具体的 Commit 要求。 基本格式: