Skip to content

Commit 5269e69

Browse files
chore: remove dead openspec archive and stale references
The OpenSpec workflow was retired in 1.3.0 but the archive tree and template/README references lingered, contradicting the closure-mode contract. Drop the dead archive, fix the dangling pointers, and align the docs homepages with the single authoritative AI guidance file (CLAUDE.md). Also remove a redundant .gitkeep now that the directory ships real headers. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent c503235 commit 5269e69

34 files changed

Lines changed: 12 additions & 2208 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,3 @@ body:
2828
attributes:
2929
label: Alternatives
3030
description: Any alternative solutions you've considered
31-
32-
- type: textarea
33-
id: openspec
34-
attributes:
35-
label: OpenSpec notes
36-
description: If you already know the affected capability or a proposed change id, note it here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
Brief description of what this PR adds or fixes.
66

7-
## OpenSpec
8-
9-
- [ ] This change is trivial and does not need an OpenSpec change
10-
- [ ] I updated or created the relevant OpenSpec change under `openspec/changes/`
11-
- [ ] I reviewed the affected capability specs under `openspec/specs/`
12-
137
## Type of Change
148

159
- [ ] Bug fix (non-breaking change which fixes an issue)

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [Unreleased]
6+
7+
### Removed
8+
- Dead `openspec/` archive tree (26 files). The OpenSpec workflow was already retired in 1.3.0; the lingering archive directory contradicted that decision and carried no active specs.
9+
- Stale OpenSpec references from the pull request template, feature request issue template, and README contributor pointers.
10+
- Dangling `AGENTS.md` reference on the bilingual docs homepages; `CLAUDE.md` is the only authoritative AI guidance file.
11+
- Redundant `examples/03-modern-cpp/include/.gitkeep` (the directory now ships five real headers).
12+
513
## [1.3.0] - 2025-05
614

715
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ cmake --preset=ubsan && cmake --build build/ubsan && ctest --preset=ubsan
9999

100100
## Contributing
101101

102-
See `CONTRIBUTING.md` for the contributor workflow, hooks setup, and OpenSpec process.
102+
See `CONTRIBUTING.md` for the contributor workflow and hooks setup.

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ cmake --preset=ubsan && cmake --build build/ubsan && ctest --preset=ubsan
100100

101101
## 贡献
102102

103-
贡献流程、hooks 配置与 OpenSpec 约定见 `CONTRIBUTING.zh.md`
103+
贡献流程与 hooks 配置见 `CONTRIBUTING.zh.md`

docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Use the preset-driven path first. It is the shortest route that still preserves
170170
## Expert reader callouts
171171

172172
- **Interviewer or reviewer:** start with [Architecture](/en/architecture/) and [Research](/en/research/). Those pages expose the validation model and external context fastest.
173-
- **Future maintainer:** read [Module Atlas](/en/academy/module-atlas), [Repository Topology](/en/architecture/repository-topology), and the repository-level guidance in `AGENTS.md` and `CLAUDE.md` on GitHub.
173+
- **Future maintainer:** read [Module Atlas](/en/academy/module-atlas), [Repository Topology](/en/architecture/repository-topology), and the repository-level guidance in `CLAUDE.md` on GitHub.
174174
- **Practicing engineer:** use the [Playbook](/en/playbook/) for commands, then move to profiling and sanitizer routes only after a baseline run succeeds.
175175

176176
## Operational routes

docs/zh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ layout: home
170170
## 面向熟练读者的提示
171171

172172
- **面试官或评审者:** 先读[架构](/zh/architecture/)[研究](/zh/research/)。这两部分最快暴露验证模型与外部上下文。
173-
- **未来维护者:** 阅读[模块总览](/zh/academy/module-atlas)[仓库拓扑](/zh/architecture/repository-topology),以及 GitHub 上的 `AGENTS.md``CLAUDE.md`
173+
- **未来维护者:** 阅读[模块总览](/zh/academy/module-atlas)[仓库拓扑](/zh/architecture/repository-topology),以及 GitHub 上的 `CLAUDE.md`
174174
- **实践工程师:** 先用[实践手册](/zh/playbook/)获取命令,再在基线通过后进入 profiling 与 sanitizer 路线。
175175

176176
## 操作路线

examples/03-modern-cpp/include/.gitkeep

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)