From bfcaccc117bcbcf7474217da581f395c788854b7 Mon Sep 17 00:00:00 2001 From: merlin Date: Sat, 16 May 2026 16:32:12 +0800 Subject: [PATCH 1/4] docs: add org total stars badge and star history to org profile - Add shields.io org total stars badge (real-time sum of all repos) - Add Apache 2.0 and Discord badges to header - Add Star History chart covering 6 core repos - Apply to both English (README.md) and Chinese (README_zh.md) --- profile/README.md | 10 ++++++++++ profile/README_zh.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/profile/README.md b/profile/README.md index caf78d0..37a453f 100644 --- a/profile/README.md +++ b/profile/README.md @@ -4,6 +4,12 @@ **Where humans and AI Agents work as one team.** +

+ GitHub Org Stars  + License  + Discord +

+ English | [简体中文](./README_zh.md) @@ -94,6 +100,10 @@ We welcome contributions from everyone. Please read our [Contributing Guide](htt Found a vulnerability? Please report it responsibly through our [Security Policy](https://github.com/Mininglamp-OSS/.github/blob/main/SECURITY.md). +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&type=Date)](https://star-history.com/#Mininglamp-OSS/octo-web&Mininglamp-OSS/octo-server&Mininglamp-OSS/octo-adapters&Mininglamp-OSS/octo-deployment&Mininglamp-OSS/octo-matter&Mininglamp-OSS/octo-smart-summary&Date) + ## License Projects under Mininglamp-OSS are released under their respective open-source licenses. See each repository for details. diff --git a/profile/README_zh.md b/profile/README_zh.md index 57e4c8b..36b3ac8 100644 --- a/profile/README_zh.md +++ b/profile/README_zh.md @@ -4,6 +4,12 @@ **人与 AI Agent,同一个团队。** +

+ GitHub Org Stars  + License  + Discord +

+ [English](./README.md) | 简体中文 @@ -94,6 +100,10 @@ OCTO 社区 Discord 是获取帮助、讨论功能、与其他用户和贡献者 发现安全漏洞?请通过我们的 [安全政策](https://github.com/Mininglamp-OSS/.github/blob/main/SECURITY.md) 进行负责任的报告。 +## Star 趋势 + +[![Star History Chart](https://api.star-history.com/svg?repos=Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&type=Date)](https://star-history.com/#Mininglamp-OSS/octo-web&Mininglamp-OSS/octo-server&Mininglamp-OSS/octo-adapters&Mininglamp-OSS/octo-deployment&Mininglamp-OSS/octo-matter&Mininglamp-OSS/octo-smart-summary&Date) + ## 许可证 Mininglamp-OSS 下的项目以各自的开源许可证发布。详情请查看各仓库。 From 7b909afc6b286d5d330bd617e2b8cf8577327075 Mon Sep 17 00:00:00 2001 From: lml2468 Date: Sat, 16 May 2026 17:37:12 +0800 Subject: [PATCH 2/4] fix: repoint license badge to .github/blob/main/LICENSE (community/ has no LICENSE file) --- profile/README.md | 2 +- profile/README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index 37a453f..07fb33e 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,7 +6,7 @@

GitHub Org Stars  - License  + License  Discord

diff --git a/profile/README_zh.md b/profile/README_zh.md index 36b3ac8..3eb1992 100644 --- a/profile/README_zh.md +++ b/profile/README_zh.md @@ -6,7 +6,7 @@

GitHub Org Stars  - License  + License  Discord

From be77c2f79e04acb894ccbc0f8d74feac0aa4c744 Mon Sep 17 00:00:00 2001 From: wangdachui-bot Date: Sun, 17 May 2026 21:43:06 +0800 Subject: [PATCH 3/4] fix: resolve license badge mismatch and review feedback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit P0 — License badge pointed to .github/LICENSE (CC-BY-4.0) but claimed Apache-2.0. Fixed by: - Linking to octo-server/LICENSE (actual Apache-2.0) - Changing badge text to 'Projects-Apache_2.0' to reflect per-project licensing stance (consistent with bottom-of-README text) P2 — Unified badge styles: replaced style=social on stars badge with flat style (color=blue) to match the License and Discord badges. P2 — Star History link: switched from legacy &-separated anchor syntax to modern comma-separated form for consistency with the image src URL. P1 — Star History curation: added HTML comment documenting the repo selection rule (flagship product repos only; libs/admin excluded). Applied symmetrically to both README.md and README_zh.md. --- profile/README.md | 7 ++++--- profile/README_zh.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/profile/README.md b/profile/README.md index 07fb33e..939c62a 100644 --- a/profile/README.md +++ b/profile/README.md @@ -5,8 +5,8 @@ **Where humans and AI Agents work as one team.**

- GitHub Org Stars  - License  + GitHub Org Stars  + Projects License  Discord

@@ -102,7 +102,8 @@ Found a vulnerability? Please report it responsibly through our [Security Policy ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&type=Date)](https://star-history.com/#Mininglamp-OSS/octo-web&Mininglamp-OSS/octo-server&Mininglamp-OSS/octo-adapters&Mininglamp-OSS/octo-deployment&Mininglamp-OSS/octo-matter&Mininglamp-OSS/octo-smart-summary&Date) + +[![Star History Chart](https://api.star-history.com/svg?repos=Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&type=Date)](https://star-history.com/#Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&Date) ## License diff --git a/profile/README_zh.md b/profile/README_zh.md index 3eb1992..ccdd4c2 100644 --- a/profile/README_zh.md +++ b/profile/README_zh.md @@ -5,8 +5,8 @@ **人与 AI Agent,同一个团队。**

- GitHub Org Stars  - License  + GitHub Org Stars  + Projects License  Discord

@@ -102,7 +102,8 @@ OCTO 社区 Discord 是获取帮助、讨论功能、与其他用户和贡献者 ## Star 趋势 -[![Star History Chart](https://api.star-history.com/svg?repos=Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&type=Date)](https://star-history.com/#Mininglamp-OSS/octo-web&Mininglamp-OSS/octo-server&Mininglamp-OSS/octo-adapters&Mininglamp-OSS/octo-deployment&Mininglamp-OSS/octo-matter&Mininglamp-OSS/octo-smart-summary&Date) + +[![Star History Chart](https://api.star-history.com/svg?repos=Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&type=Date)](https://star-history.com/#Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&Date) ## 许可证 From 6d23196bf34c6240b6defb5a59952515e9c04c58 Mon Sep 17 00:00:00 2001 From: wangdachui-bot Date: Sun, 17 May 2026 21:53:39 +0800 Subject: [PATCH 4/4] fix: expand Star History curation comment to enumerate all exclusions Reviewer noted the inline comment only mentioned octo-lib and octo-admin but implicitly excluded community, .github, and openclaw-channel-octo. Updated to list all excluded categories so future editors don't second-guess the omission. --- profile/README.md | 2 +- profile/README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index 939c62a..901931e 100644 --- a/profile/README.md +++ b/profile/README.md @@ -102,7 +102,7 @@ Found a vulnerability? Please report it responsibly through our [Security Policy ## Star History - + [![Star History Chart](https://api.star-history.com/svg?repos=Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&type=Date)](https://star-history.com/#Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&Date) ## License diff --git a/profile/README_zh.md b/profile/README_zh.md index ccdd4c2..f794c35 100644 --- a/profile/README_zh.md +++ b/profile/README_zh.md @@ -102,7 +102,7 @@ OCTO 社区 Discord 是获取帮助、讨论功能、与其他用户和贡献者 ## Star 趋势 - + [![Star History Chart](https://api.star-history.com/svg?repos=Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&type=Date)](https://star-history.com/#Mininglamp-OSS/octo-web,Mininglamp-OSS/octo-server,Mininglamp-OSS/octo-adapters,Mininglamp-OSS/octo-deployment,Mininglamp-OSS/octo-matter,Mininglamp-OSS/octo-smart-summary&Date) ## 许可证