動機
distill キューが溜まっていると symbol edge が無く loci context <file>:<symbol> が空を返す。導入直後や大量バックログ時に体験が悪い。branch 経路は既に undistilled 込みなので、symbol 経路も揃えたい。
提案
- distill 済み symbol edge が無い場合、distill 不要の
code_touches だけで「このファイル/シンボルを触った会話」を返すフォールバック。
- 出力で distilled/undistilled を区別できるフィールドを付与。
受け入れ基準
- distill 前の DB でも
loci context <file> が touch ベースの会話を返す。
動機
distill キューが溜まっていると symbol edge が無く
loci context <file>:<symbol>が空を返す。導入直後や大量バックログ時に体験が悪い。branch 経路は既に undistilled 込みなので、symbol 経路も揃えたい。提案
code_touchesだけで「このファイル/シンボルを触った会話」を返すフォールバック。受け入れ基準
loci context <file>が touch ベースの会話を返す。