claudian: 保管庫はホーム直下を最優先で探す - #2
Merged
Merged
Conversation
実際の配置は /Users/nesty/田中雄一郎OS保管庫 で、TANAKA-BRAIN 配下ではない。 自動検出はホーム直下も候補に持っていたので動いてはいたが、順番が TANAKA-BRAIN 配下 → ホーム直下 だった。ゴミ箱に入っている旧 TANAKA-BRAIN を 「元に戻す」と、そちらが先に一致して古い保管庫へ保存してしまう。 - 候補順をホーム直下優先に変更。TANAKA-BRAIN は旧配置として後ろに残す。 - 候補が複数一致したとき、採用しなかったパスを stderr に出す。再編中は バックアップや復元したコピーが並ぶので、重複が黙ってノートを飲み込まない。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U2j9ygS1iB3oPmV5QcQqqr
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
実際の保管庫の配置は
/Users/nesty/田中雄一郎OS保管庫(ホーム直下)で、TANAKA-BRAIN配下ではありませんでした。問題
自動検出はホーム直下も候補に含んでいたため動作自体はしていましたが、探索順が
~/TANAKA-BRAIN/田中雄一郎OS保管庫(旧配置)~/田中雄一郎OS保管庫(実際の配置)の順でした。旧
TANAKA-BRAINは現在ゴミ箱にあり、これを「元に戻す」と 1 が先に一致し、古い保管庫へ保存されてしまいます。再編中はバックアップや重複コピーが並ぶため、現実的に起きうる状況です。変更
TANAKA-BRAINは旧配置として後ろに残します(既存環境を壊さないため削除はしません)。テスト
npm test127 件パス(新規3件: ホーム直下の検出、旧配置との優先順位、重複時の警告出力)。ホーム直下のみの構成と、ゴミ箱から旧TANAKA-BRAINを復元した構成の両方を実際に走らせて確認しています。claudian のバージョンは 1.3.0 → 1.4.0。
🤖 Generated with Claude Code
https://claude.ai/code/session_01U2j9ygS1iB3oPmV5QcQqqr
Generated by Claude Code