Add dates to all 24 undated source attributions (14 files)#15
Open
Add dates to all 24 undated source attributions (14 files)#15
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
修复项目中所有 24 处缺少日期的
来源:[...]标注,覆盖 14 个文件。修复后全库零未标注日期的来源引用。标注格式
(2026-03 访问)(2026-03)(2025)/(2026-03)验证
Test plan
🤖 Generated with Claude Code