Skip to content

chore: TODO.md を GitHub Issues へのポインタに極小化#74

Merged
yk-lab merged 1 commit into
mainfrom
chore/slim-todo
Jul 7, 2026
Merged

chore: TODO.md を GitHub Issues へのポインタに極小化#74
yk-lab merged 1 commit into
mainfrom
chore/slim-todo

Conversation

@yk-lab

@yk-lab yk-lab commented Jul 7, 2026

Copy link
Copy Markdown
Owner

概要

TODO.md は closed / open issue を手動でミラーしており、GitHub Issues と二重管理になっていた。編集のたびにマージ衝突を生み(直近 #71 のリベースでも衝突)、維持コストが価値を上回っていた。

変更内容

  • TODO.md(88 行 → 6 行): 状況は GitHub Issues、要件は 要求仕様書.md、設計は 企画書.md を真実の源とするポインタに置換
  • 手動ミラーしていた「Done / backlog / 解決済み」テーブルを撤去(GitHub が追跡しているため冗長)

補足

  • 他ファイルからの TODO.md 参照は無し(grep 確認済み)
  • この cleanup 自体は bookkeeping を減らす趣旨のため、あえて issue は起票していない

🤖 Generated with Claude Code


Summary by cubic

Replaced the long TODO.md with a short pointer that moves task tracking to GitHub Issues, with requirements in 要求仕様書.md and design decisions in 企画書.md. This removes the manual issue mirror to prevent duplicate sources and merge conflicts.

Written for commit 44884a2. Summary will update on new commits.

Review in cubic

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

TODO.md の内容が大幅に縮小され、旧来のバックログ・v1.0.0 達成状況・将来項目・解決済み Issue 一覧が削除された。代わりに、GitHub Issues を進行状況の真実の源とする方針説明と参照ドキュメントへの誘導、手動ミラー撤去の注記のみが残された。

Changes

TODO.md 簡素化

Layer / File(s) Summary
先頭セクションの置き換え
TODO.md
旧来のバックログや解決済み Issue 詳細一覧を削除し、GitHub Issues を真実の源とする方針説明と 要求仕様書.md / 企画書.md への参照、手動ミラー撤去の注記に置き換えた。

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

Poem

ぴょんと跳ねて TODO を軽くしたよ
古いリストはぴょこんと消えて
GitHub Issues が新しい住処
うさぎの手も少し暇になる 🐇🥕
さあ次のタスクへ、ぴょんぴょんと

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed TODO.md を GitHub Issues の案内に絞る変更を的確に表しており、主旨と一致しています。
Description check ✅ Passed 概要・変更内容・補足が揃っており意図は明確ですが、Related issue と Test plan の節が未記載です。
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/slim-todo

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

TODO.md は closed/open issue を手動ミラーしており、GitHub と二重管理・
編集のたびにマージ衝突を生んでいた(維持コスト >> 価値)。状況は GitHub
Issues、要件は 要求仕様書.md を真実の源とし、TODO.md はポインタだけ残す。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AECzAv2vcdATecuvLjBSa6
@yk-lab yk-lab force-pushed the chore/slim-todo branch from be90993 to 44884a2 Compare July 7, 2026 23:00
@yk-lab yk-lab merged commit fcc0d6b into main Jul 7, 2026
19 of 20 checks passed
@yk-lab yk-lab deleted the chore/slim-todo branch July 7, 2026 23:11
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