chore: TODO.md を GitHub Issues へのポインタに極小化#74
Merged
Merged
Conversation
📝 WalkthroughWalkthroughTODO.md の内容が大幅に縮小され、旧来のバックログ・v1.0.0 達成状況・将来項目・解決済み Issue 一覧が削除された。代わりに、GitHub Issues を進行状況の真実の源とする方針説明と参照ドキュメントへの誘導、手動ミラー撤去の注記のみが残された。 ChangesTODO.md 簡素化
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
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
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.
概要
TODO.mdは closed / open issue を手動でミラーしており、GitHub Issues と二重管理になっていた。編集のたびにマージ衝突を生み(直近 #71 のリベースでも衝突)、維持コストが価値を上回っていた。変更内容
TODO.md(88 行 → 6 行): 状況は GitHub Issues、要件は要求仕様書.md、設計は企画書.mdを真実の源とするポインタに置換補足
TODO.md参照は無し(grep確認済み)🤖 Generated with Claude Code
Summary by cubic
Replaced the long
TODO.mdwith a short pointer that moves task tracking to GitHub Issues, with requirements in要求仕様書.mdand 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.