Skip to content

Add dates to all 24 undated source attributions (14 files)#15

Open
wenshao wants to merge 1 commit intomainfrom
fix/p1-batch-cleanup
Open

Add dates to all 24 undated source attributions (14 files)#15
wenshao wants to merge 1 commit intomainfrom
fix/p1-batch-cleanup

Conversation

@wenshao
Copy link
Copy Markdown
Owner

@wenshao wenshao commented Mar 29, 2026

Summary

修复项目中所有 24 处缺少日期的 来源:[...] 标注,覆盖 14 个文件。修复后全库零未标注日期的来源引用。

标注格式

来源类型 格式 示例
持续更新的文档页 (2026-03 访问) 官方文档、API 参考
有发布日期的 Changelog (2026-03) v0.117.0 Changelog
有发布日期的博客 (2025)/(2026-03) Latent Space、Dev.to

验证

grep -rn "来源:\[" docs/ | grep -v "202[0-9]" | wc -l
# 结果:0

Test plan

  • 验证 grep 零结果
  • 确认日期标注不影响 markdown 链接渲染

🤖 Generated with Claude Code

All "来源:[...]" annotations now include dates per project conventions:
- Live docs (no publish date): "(2026-03 访问)" format
- Changelogs with known dates: "(2026-03)" format
- Blog posts with known dates: "(2025)" or "(2026-03)" format

Files: slash-commands-deep-dive (6), hook-plugin-extension (2),
model-routing (2), loop-schedule (2), qwen-code (3), codex-cli (1),
claude-code (1), mcp-integration (1), sandbox-security (1),
terminal-ui (1), review-command (2), benchmarks (1)

Verified: grep "来源:\[" | grep -v "202[0-9]" returns 0 results

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant