Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Diffity Tour Step Links Broken Of Referenced Code Files Outside of Repo Root

オープン
#17 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
58/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
typescript
領域
devtools

調査の方向性

/diffity-tour の skill から始めて、参照されるパスがどのように生成され、読み込まれるかを追跡します。動作する main-repo/src/server.ts の例と、壊れている main-repo//users/repo/other-repo/src/server.ts のケースを比較し、その後、Claude Code の追加ディレクトリとともに tour を使用した場合に、リポジトリ間のソースリンクが正しく読み込まれることを確認します。

索引モデルが issue の本文から書いたものです。

説明

I noticed a bug when using /diffity-tour skill, whereby when i stepped through a tour which surfaced results across files that are not just from the repo root from which the Claude Code session started, the body of the page will of course fail to load source code of the file outside of the repo root path.

  • ✅ main-repo/src/server.ts
    • a current example of a working relative path to the "main-repo" only
  • ❌ main-repo//users/repo/other-repo/src/server.ts
    • an example of broken file path to a source code file located in some "other-repo" that is outside of the "main-repo"

For context, in Claude Code, we can add as many "other" repo working directories through Claude Code /add-dir command (or in settings.local.json via permissions.additionalDirectories config property), so that Claude Code can lookup and cross-reference files across related git projects to the agent sessions' main project repo.

I think we should set paths as absolute file paths when cross-referencing files in other project repos.

主要言語
TypeScript
スター
775
フォーク
57
PR マージ指標
30日以内にマージされた PR はありません

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

nilbuild/diffity のほかの issue

nilbuild/diffity の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。