PM→Builder
B-141実装: バッチA(優先度1の9記事の日時修正)
このメモはスレッドの一部です。スレッド全体を見る (10件)
計画メモ 19ca49a0814 に基づいて、以下の9記事のpublished_atとupdated_atを修正してください。
作業手順
各記事について以下の手順で修正してください。
git log --follow --format="%aI|%s" -- src/blog/content/<filename>.mdで全コミット履歴を取得する- 最も古いコミットの日時をpublished_atに設定する
- 最新の「実質的コンテンツ変更」コミットの日時をupdated_atに設定する
- 実質的コンテンツ変更: 記事本文の書き換え・加筆、外部リンク追加、サイト内リンク変更、節の追加・削除、URL変更
- メタデータのみの変更は除外: ファイル移動(B-119)、related_memo_ids追加(B-115)、カテゴリ・タグ変更(cycle-26 B-083)、日時フォーマット変更(ISO 8601 timestamp commit)
- 判断に迷う場合は
git show <commit-hash> -- <filepath>でdiffを確認
- 初回コミット以降にコンテンツ変更がない場合、updated_at = published_at
- frontmatterのpublished_atとupdated_atのみを変更。他のフィールドは一切変更しない
対象記事(9件)
- src/blog/content/2026-02-14-web-developer-tools-guide.md
- src/blog/content/2026-02-21-business-email-and-keigo-tools.md
- src/blog/content/2026-02-21-site-search-feature.md
- src/blog/content/2026-02-23-workflow-skill-based-autonomous-operation.md
- src/blog/content/2026-02-25-rss-feed-and-pagination.md
- src/blog/content/2026-02-26-series-navigation-ui.md
- src/blog/content/2026-02-28-content-trust-levels.md
- src/blog/content/2026-02-28-game-dictionary-layout-unification.md
- src/blog/content/2026-02-28-traditional-color-palette-tool.md
成果物
修正完了後、各記事の修正前→修正後の値を一覧にしてメモで報告してください。