library list の説明を実際の 3 列出力に合わせる#100
Conversation
実装は ID・種別・パスのタブ区切り 3 列を出力するが、spec と cheatsheet は「ID とパス」の 2 列と説明していた。列を前提にした パイプ処理が食い違うため、文書側を実装に合わせる。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughSummary by CodeRabbit
Walkthrough
Changeslibrary list ドキュメント更新
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Closes #82
概要
library listの実装は ID・種別 (std/library)・インクルードパスのタブ区切り 3 列を出力するが、spec と cheatsheet は「ID とインクルードパス」の 2 列と説明していた。2 列目をパスと仮定したパイプ処理 (awk -F'\t' '{print $2}'等) が種別を受け取ってしまうため、文書側を実装に合わせて直す。docs/spec.*: 「ID・種別 (std/library)・インクルードパスを、タブ区切りの 3 列で一覧する」に変更docs/cheatsheet.*: コマンド例のコメントを「ID・種別・パスの一覧」に変更library/stdであることをバイナリで確認済み3 列出力自体は有用なため実装は変えない (issue の対処案どおり)。
🤖 Generated with Claude Code