shallow and deep scan modes
オープン
- 主要言語
- Python
- スター
- 6
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
#### Modes :
- `--shallow` : fast but prone to errors
- `--deep` : slow but accurate
コントリビューションガイド
調査の方向性
Look at the existing scanning logic in the codebase to understand how dependencies are currently detected. Determine what constitutes a 'shallow' vs 'deep' scan—likely scanning fewer files or using faster heuristics versus a comprehensive analysis. Implement the command-line flags and the corresponding scanning modes, ensuring they integrate with the main entry point. Test both modes on sample projects to verify the speed/accuracy trade-off.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 50/100