Skip to content

Commit 9c9fef9

Browse files
committed
chore: remove recent updates section from README files and disable README sync in cron jobs
1 parent 8afe8f7 commit 9c9fef9

3 files changed

Lines changed: 1 addition & 41 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,7 @@ summary: "简短总结..."
100100
1.`src/content/``src/content/en/` 生成对应的双语 Markdown 文件。
101101
2. 运行本地验证:`npm run build`**只有构建成功 (Exit 0) 的文件才允许提交。**
102102

103-
### Step 2: 评估并同步 README (必须执行) ⭐️
104-
**规则**:在更新内容后,Agent **必须**评估本次内容的重要性,决定是否更新根目录的 `README.md``README_EN.md`
105-
106-
- **何时更新 README?**
107-
- 新增了 **Tools** 分类或 **Tools** 推荐。
108-
- 新增了 **Models** 排行榜或模型数据。
109-
- 新增了高价值的 **Topics**(专题讨论)。
110-
- 项目结构发生重大变化(新增模块)。
111-
- **操作要求**
112-
- 若评估需要更新,**必须同时修改** 中文版 (`README.md`) 和 英文版 (`README_EN.md`)。
113-
- 保持中英文描述的准确性和一致性。
114-
115-
### Step 3: 部署推送
103+
### Step 2: 部署推送
116104
使用 `scripts/deploy_ai_pulse.py` 推送文件。
117105
```bash
118106
# 推送中文

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,3 @@ src/
8989
└── global.css # Tailwind + 自定义排版样式
9090
```
9191

92-
## 最近更新
93-
94-
| 类型 | 日期 | 链接 |
95-
|------|------|------|
96-
| 日报 | 2026-05-11 | [中文](https://ai.doocs.org/daily/2026-05-11) / [English](https://ai.doocs.org/en/daily/2026-05-11) |
97-
| 日报 | 2026-05-10 | [中文](https://ai.doocs.org/daily/2026-05-10) / [English](https://ai.doocs.org/en/daily/2026-05-10) |
98-
| 日报 | 2026-05-09 | [中文](https://ai.doocs.org/daily/2026-05-09) / [English](https://ai.doocs.org/en/daily/2026-05-09) |
99-
| 周报 | 2026-W19 | [中文](https://ai.doocs.org/weekly/2026-w19) / [English](https://ai.doocs.org/en/weekly/2026-w19) |
100-
| 专题 | Anthropic Cowork 与 AI 编程代理之战 | [中文](https://ai.doocs.org/topics/anthropic-cowork-coding-agent-wars) / [English](https://ai.doocs.org/en/topics/anthropic-cowork-coding-agent-wars) |
101-
| 专题 | AGI 品牌重塑 | [中文](https://ai.doocs.org/topics/agi-rebranding-exodus) / [English](https://ai.doocs.org/en/topics/agi-rebranding-exodus) |
102-
| 专题 | GitHub Agent 项目 | [中文](https://ai.doocs.org/topics/github-agent-projects) / [English](https://ai.doocs.org/en/topics/github-agent-projects) |
103-
| 专题 | Vibe Coding 争议 | [中文](https://ai.doocs.org/topics/vibe-coding-debate) / [English](https://ai.doocs.org/en/topics/vibe-coding-debate) |
104-
105-

README_EN.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,3 @@ src/
8989
└── global.css # Tailwind + custom prose styles
9090
```
9191

92-
## Recent Content
93-
94-
| Type | Date | Link |
95-
|------|------|------|
96-
| Daily | 2026-05-11 | [Chinese](https://ai.doocs.org/daily/2026-05-11) / [English](https://ai.doocs.org/en/daily/2026-05-11) |
97-
| Daily | 2026-05-10 | [Chinese](https://ai.doocs.org/daily/2026-05-10) / [English](https://ai.doocs.org/en/daily/2026-05-10) |
98-
| Daily | 2026-05-09 | [Chinese](https://ai.doocs.org/daily/2026-05-09) / [English](https://ai.doocs.org/en/daily/2026-05-09) |
99-
| Weekly | 2026-W19 | [Chinese](https://ai.doocs.org/weekly/2026-w19) / [English](https://ai.doocs.org/en/weekly/2026-w19) |
100-
| Topic | Anthropic Cowork & AI Coding Agent Wars | [Chinese](https://ai.doocs.org/topics/anthropic-cowork-coding-agent-wars) / [English](https://ai.doocs.org/en/topics/anthropic-cowork-coding-agent-wars) |
101-
| Topic | AGI Rebranding | [Chinese](https://ai.doocs.org/topics/agi-rebranding-exodus) / [English](https://ai.doocs.org/en/topics/agi-rebranding-exodus) |
102-
| Topic | GitHub Agent Projects | [Chinese](https://ai.doocs.org/topics/github-agent-projects) / [English](https://ai.doocs.org/en/topics/github-agent-projects) |
103-
| Topic | Vibe Coding Debate | [Chinese](https://ai.doocs.org/topics/vibe-coding-debate) / [English](https://ai.doocs.org/en/topics/vibe-coding-debate) |
104-
105-

0 commit comments

Comments
 (0)