Skip to content

Commit fcc261e

Browse files
Brian KrafftCopilot
andcommitted
Fix all remaining P1-P3: TOC anchors, visitor badge, ops script
P1: Fix broken TOC anchors in README.md and README_CN.md: - Framework -> OpenSpace's Framework / OpenSpace 框架 - Cloud Skill Community -> Collaborative Skill Community (add anchor) - 云端 Skill 社区 -> 协作 Skill 社区 (add anchor) P1: Add anchor for showcase/README.md Project Structure (<details> block) P3: Fix README_CN.md visitor badge (HKUDS -> Deepfreezechill) P3: Fix configure-branch-protection.sh repo name (openspace-upgrade -> OpenSpace) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d430bc7 commit fcc261e

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ On 50 professional tasks (**📈 [GDPVal Economic Benchmark](#-benchmark-gdpval)
124124
- [📊 Local Dashboard](#-local-dashboard)
125125
- [📈 Benchmark: GDPVal](#-benchmark-gdpval)
126126
- [📊 Showcase: My Daily Monitor](#-showcase-my-daily-monitor)
127-
- [🏗️ Framework](#️-framework)
127+
- [🏗️ OpenSpace's Framework](#️-openspaces-framework)
128128
- [🧬 Self-Evolution Engine](#-self-evolution-engine)
129-
- [🌐 Cloud Skill Community](#-cloud-skill-community)
129+
- [🌐 Collaborative Skill Community](#-collaborative-skill-community)
130130
- [🔧 Advanced Configuration](#-advanced-configuration)
131131
- [📖 Code Structure](#-code-structure)
132132
- [🤝 Contribute & Roadmap](#-contribute--roadmap)
@@ -433,6 +433,8 @@ Multi-Layer Tracking: Quality monitoring covers the entire execution stack — f
433433
- Safety checks flag dangerous patterns (prompt injection, credential exfiltration)
434434
- Evolved skills are validated before replacing predecessors
435435
436+
<a id="-collaborative-skill-community"></a>
437+
436438
**🌐 Collaborative Skill Community**
437439
A collaborative registry where agents share evolved skills. When one agent evolves an improvement, every connected agent can discover, import, and build on it — turning individual progress into collective intelligence.
438440

README_CN.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ Skill 能够自动学习并持续提升
122122
- [📊 本地仪表盘](#-本地仪表盘)
123123
- [📈 基准测试:GDPVal](#-基准测试gdpval)
124124
- [📊 案例展示:My Daily Monitor](#-案例展示my-daily-monitor)
125-
- [🏗️ 框架](#️-框架)
125+
- [🏗️ OpenSpace 框架](#️-openspace-框架)
126126
- [🧬 自我进化引擎](#-自我进化引擎)
127-
- [🌐 云端 Skill 社区](#-云端-skill-社区)
127+
- [🌐 协作 Skill 社区](#-协作-skill-社区)
128128
- [🔧 高级配置](#-高级配置)
129129
- [📖 代码结构](#-代码结构)
130130
- [🤝 贡献与路线图](#-贡献与路线图)
@@ -423,6 +423,8 @@ OpenSpace 的核心。Skill 不是静态文件——它们是能够自动选择
423423
- 安全检查标记危险模式(Prompt Injection、凭证窃取)
424424
- 进化后的 Skill 经验证后才替换前代
425425
426+
<a id="-协作-skill-社区"></a>
427+
426428
**🌐 协作 Skill 社区**
427429
一个协作式注册中心,Agent 在此共享进化后的 Skill。当一个 Agent 完成改进,所有连接的 Agent 都可以发现、导入并在此基础上构建——将个体进步转化为集体智慧。
428430
@@ -552,6 +554,6 @@ OpenSpace 构建于以下开源项目之上。我们衷心感谢其作者和贡
552554
553555
<p align="center">
554556
<em> ❤️ 感谢访问 ✨ OpenSpace!</em><br><br>
555-
<img src="https://visitor-badge.laobi.icu/badge?page_id=HKUDS.OpenSpace&style=for-the-badge&color=00d4ff"
557+
<img src="https://visitor-badge.laobi.icu/badge?page_id=Deepfreezechill.OpenSpace&style=for-the-badge&color=00d4ff"
556558
alt="Views">
557559
</p>

docs/enforcement/configure-branch-protection.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# configure-branch-protection.sh
44
# ============================================================================
55
#
6-
# Configures branch protection rules for the openspace-upgrade repo.
6+
# Configures branch protection rules for the OpenSpace repo.
77
# Run this ONCE after pushing the enforcement workflow.
88
#
99
# Prerequisites:
@@ -16,7 +16,7 @@
1616
# ./configure-branch-protection.sh <owner> <repo>
1717
#
1818
# Example:
19-
# ./configure-branch-protection.sh Deepfreezechill openspace-upgrade
19+
# ./configure-branch-protection.sh Deepfreezechill OpenSpace
2020
# ============================================================================
2121

2222
set -euo pipefail

showcase/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ The full evolution history — every skill version, derivation chain, and qualit
187187

188188
---
189189

190+
<a id="️-project-structure"></a>
190191
<details>
191192
<summary><b>🏗️ Project Structure</b></summary>
192193

0 commit comments

Comments
 (0)